org.apache.commons.validator
public class FormSetFactory extends AbstractObjectCreationFactory
Since: Validator 1.2
Version: $Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $
Field Summary | |
---|---|
Log | log Logging |
Method Summary | |
---|---|
FormSet | createFormSet(ValidatorResources resources, String language, String country, String variant) Create or retrieve a |
Object | createObject(Attributes attributes) Create or retrieve a |
Log | getLog()
Accessor method for Log instance.
|
Create or retrieve a FormSet
based on the language, country
and variant.
Parameters: resources The validator resources. language The locale's language. country The locale's country. variant The locale's language variant.
Returns: The FormSet for a locale.
Since: Validator 1.2
Create or retrieve a FormSet
for the specified
attributes.
Parameters: attributes The sax attributes for the formset element.
Returns: The FormSet for a locale.
Throws: Exception If an error occurs creating the FormSet.
Returns: The Log instance.