public class FormSetFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory
| Constructor and Description |
|---|
FormSetFactory() |
| Modifier and Type | Method and 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.ObjectCreationFactorycreateObject in class org.apache.commons.digester.AbstractObjectCreationFactoryattributes - The sax attributes for the formset element.java.lang.Exception - If an error occurs creating the FormSet.Copyright © 2002-2013. All Rights Reserved.