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