|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.digester.AbstractObjectCreationFactory | +--org.apache.commons.validator.FormSetFactory
Factory class used by Digester to create FormSet's.
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
digester |
Constructor Summary | |
FormSetFactory()
|
Method Summary | |
java.lang.Object |
createObject(org.xml.sax.Attributes attributes)
Create or retrieve a FormSet for the specified
attributes. |
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 |
public FormSetFactory()
Method Detail |
public java.lang.Object createObject(org.xml.sax.Attributes attributes) throws java.lang.Exception
Create or retrieve a FormSet
for the specified
attributes.
createObject
in class org.apache.commons.digester.AbstractObjectCreationFactory
attributes
- The sax attributes for the formset element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |