Java org.apache.commons.validator ValidatorResources fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator ValidatorResources fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator ValidatorResources.

The text is from its open source code.

Subclass

org.apache.commons.validator.ValidatorResources has subclasses.
Click this link to see all its subclasses.

Constructor

ValidatorResources()
Create an empty ValidatorResources object.

Method

voidaddFormSet(FormSet fs)
Add a FormSet to this ValidatorResources object.
FormgetForm(Locale locale, String formKey)

Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.

ValidatorActiongetValidatorAction(String key)
Get a ValidatorAction based on it's name.
MapgetValidatorActions()
Get an unmodifiable Map of the ValidatorActions.
voidprocess()
Process the ValidatorResources object.