|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.digester.Rule org.apache.commons.betwixt.digester.RuleSupport
public class RuleSupport
RuleSupport
is an abstract base class containing useful
helper methods.
Field Summary |
---|
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 |
protected java.lang.Class |
loadClass(java.lang.String className)
Loads the given class using an appropriate ClassLoader . |
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 |
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()
protected java.lang.Class loadClass(java.lang.String className) throws java.lang.ClassNotFoundException
ClassLoader
.
Uses Digester.getClassLoader()
.
className
- names the class to be loaded
Class
loaded, not null
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |