Package org.apache.commons.validator
Class FormSetFactory
java.lang.Object
org.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.validator.FormSetFactory
- All Implemented Interfaces:
 org.apache.commons.digester.ObjectCreationFactory
Factory class used by Digester to create FormSet's.
- Since:
 - 1.2
 
- 
Field Summary
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateObject(Attributes attributes) Create or retrieve aFormSetfor the specified attributes.Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester 
- 
Constructor Details
- 
FormSetFactory
public FormSetFactory()Constructs a new instance. 
 - 
 - 
Method Details
- 
createObject
Create or retrieve a
FormSetfor the specified attributes.- Specified by:
 createObjectin interfaceorg.apache.commons.digester.ObjectCreationFactory- Specified by:
 createObjectin classorg.apache.commons.digester.AbstractObjectCreationFactory- Parameters:
 attributes- The sax attributes for the formset element.- Returns:
 - The FormSet for a locale.
 - Throws:
 Exception- If an error occurs creating the FormSet.
 
 -