|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.commons.digester.Rule
|
+--org.apache.commons.betwixt.digester.RuleSupport
RuleSupport is an abstract base class containing useful
helper methods.
| Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
| Constructor Summary | |
RuleSupport()
Base constructor |
|
| Method Summary | |
protected java.lang.Class |
getBeanClass()
Gets the class of the bean whose .betwixt file is being digested |
protected java.util.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 |
| Methods inherited from class org.apache.commons.digester.Rule |
begin, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RuleSupport()
| Method Detail |
protected XMLBeanInfoDigester getXMLInfoDigester()
XMLBeanInfoDigester using this rule.XMLBeanInfoDigester for this ruleprotected XMLIntrospector getXMLIntrospector()
XMLIntrospector to be used for introspectionXMLIntrospector to useprotected java.lang.Class getBeanClass()
Class of the bean being processedprotected java.util.Set getProcessedPropertyNameSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||