public class FormSetFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory
| Constructor and Description |
|---|
FormSetFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject(Attributes attributes)
Create or retrieve a
FormSet for the specified
attributes. |
public Object createObject(Attributes attributes) throws 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.Exception - If an error occurs creating the FormSet.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.