org.apache.commons.validator
Class FormSetFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by org.apache.commons.validator.FormSetFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class FormSetFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory

Factory class used by Digester to create FormSet's.

Since:
Validator 1.2
Version:
$Revision: 493905 $ $Date: 2007-01-08 03:11:38 +0100 (Mo, 08. Jan 2007) $

Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
FormSetFactory()
           
 
Method Summary
 Object createObject(Attributes attributes)
          Create or retrieve a FormSet for the specified attributes.
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormSetFactory

public FormSetFactory()
Method Detail

createObject

public Object createObject(Attributes attributes)
                    throws Exception

Create or retrieve a FormSet for the specified attributes.

Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
Specified by:
createObject in class org.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.


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.