|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.digester.xmlrules.DigesterRuleParser.CallMethodRuleFactory
Factory for creating a CallMethodRule.
Field Summary |
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
digester |
Constructor Summary | |
protected |
DigesterRuleParser.CallMethodRuleFactory()
|
Method Summary | |
java.lang.Object |
createObject(org.xml.sax.Attributes attributes)
Factory method called by FactoryCreateRule to supply an
object based on the element's attributes. |
private java.lang.String[] |
getParamTypes(java.lang.String paramTypes)
Process the comma separated list of paramTypes into an array of String class names |
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
getDigester, setDigester |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DigesterRuleParser.CallMethodRuleFactory()
Method Detail |
public java.lang.Object createObject(org.xml.sax.Attributes attributes)
AbstractObjectCreationFactory
Factory method called by FactoryCreateRule
to supply an
object based on the element's attributes.
createObject
in interface ObjectCreationFactory
createObject
in class AbstractObjectCreationFactory
attributes
- the element's attributesprivate java.lang.String[] getParamTypes(java.lang.String paramTypes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |