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
public class FormSetFactory extends org.apache.commons.digester.AbstractObjectCreationFactoryFactory class used by Digester to create FormSet's.- Since:
- Validator 1.2
- Version:
- $Revision: 1739356 $
-
-
Constructor Summary
Constructors Constructor Description FormSetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes attributes)Create or retrieve aFormSetfor the specified attributes.
-
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes attributes) throws java.lang.ExceptionCreate 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:
java.lang.Exception- If an error occurs creating the FormSet.
-
-