|
||||||||||
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
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 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 |
protected Class |
loadClass(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 Class getBeanClass()
Class
of the bean being processedprotected Set getProcessedPropertyNameSet()
protected Class loadClass(String className) throws ClassNotFoundException
ClassLoader
.
Uses Digester.getClassLoader()
.
className
- names the class to be loaded
Class
loaded, not null
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |