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