public class RuleSupport extends Rule
RuleSupport is an abstract base class containing useful
helper methods.
| Modifier and Type | Field and Description |
|---|---|
private static Log |
log
Logger
|
digester, namespaceURI| Constructor and Description |
|---|
RuleSupport()
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
getBeanClass()
Gets the class of the bean whose .betwixt file is being digested
|
protected Set |
getProcessedPropertyNameSet()
Gets the property names already processed
|
protected XMLBeanInfoDigester |
getXMLInfoDigester()
Gets
XMLBeanInfoDigester using this rule. |
protected XMLIntrospector |
getXMLIntrospector()
Gets
XMLIntrospector to be used for introspection |
begin, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURIprivate static final Log log
protected XMLBeanInfoDigester getXMLInfoDigester()
XMLBeanInfoDigester using this rule.XMLBeanInfoDigester for this ruleprotected XMLIntrospector getXMLIntrospector()
XMLIntrospector to be used for introspectionXMLIntrospector to useprotected Class getBeanClass()
Class of the bean being processedprotected Set getProcessedPropertyNameSet()