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.ObjectCreationFactory
createObject
in class org.apache.commons.digester.AbstractObjectCreationFactory
attributes
- The sax attributes for the formset element.Exception
- If an error occurs creating the FormSet.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.