org.apache.commons.digester.ObjectCreationFactory
public class FormSetFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory
Constructor | Description |
---|---|
FormSetFactory() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
createObject(org.xml.sax.Attributes attributes) |
Create or retrieve a
FormSet for the specified
attributes. |
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 interface org.apache.commons.digester.ObjectCreationFactory
createObject
in class org.apache.commons.digester.AbstractObjectCreationFactory
attributes
- The sax attributes for the formset element.java.lang.Exception
- If an error occurs creating the FormSet.Copyright © 2002–2018. All rights reserved.