Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractCalendarValidator - class org.apache.commons.validator.routines.AbstractCalendarValidator
Abstract class for Date/Time/Calendar validation.
AbstractCalendarValidator(boolean,int,int) - constructor for class org.apache.commons.validator.routines.AbstractCalendarValidator
Construct an instance with the specified strict, time and date style parameters.
AbstractFormatValidator - class org.apache.commons.validator.routines.AbstractFormatValidator
Abstract class for Format based Validation.
AbstractFormatValidator(boolean) - constructor for class org.apache.commons.validator.routines.AbstractFormatValidator
Construct an instance with the specified strict setting.
AbstractNumberValidator - class org.apache.commons.validator.routines.AbstractNumberValidator
Abstract class for Number Validation.
AbstractNumberValidator(boolean,int,boolean) - constructor for class org.apache.commons.validator.routines.AbstractNumberValidator
Construct an instance with specified strict and decimal parameters.
add(org.apache.commons.validator.Field,String,boolean) - method in class org.apache.commons.validator.ValidatorResults
Add a the result of a validator action.
Add a the result of a validator action.
add(String,boolean) - method in class org.apache.commons.validator.ValidatorResult
Add the result of a validator action.
add(String,boolean,Object) - method in class org.apache.commons.validator.ValidatorResult
Add the result of a validator action.
Add an allowed CreditCardType that participates in the card validation algorithm.
addArg(org.apache.commons.validator.Arg) - method in class org.apache.commons.validator.Field
Add an Arg to the replacement argument list.
addConstant(String,String) - method in class org.apache.commons.validator.FormSet
Add a Constant to the locale level.
addConstant(String,String) - method in class org.apache.commons.validator.ValidatorResources
Add a global constant to the resource.
addField(org.apache.commons.validator.Field) - method in class org.apache.commons.validator.Form
Add a Field to the Form.
addForm(org.apache.commons.validator.Form) - method in class org.apache.commons.validator.FormSet
Add a Form to the FormSet.
addFormSet(org.apache.commons.validator.FormSet) - method in class org.apache.commons.validator.ValidatorResources
Add a FormSet to this ValidatorResources object.
addMsg(org.apache.commons.validator.Msg) - method in class org.apache.commons.validator.Field
Add a Msg to the Field.
addOldArgRules(Digester) - method in class org.apache.commons.validator.ValidatorResources
Create a Rule to handle arg0-arg3 elements.
Add a ValidatorAction to the resource.
addVar(org.apache.commons.validator.Var) - method in class org.apache.commons.validator.Field
Add a Var to the Field.
addVar(String,String,String) - method in class org.apache.commons.validator.Field
Add a Var, based on the values passed in, to the Field.
adjustForLineEnding(String,int) - static method in class org.apache.commons.validator.GenericValidator
Calculate an adjustment amount for line endings.
adjustToTimeZone(Calendar,TimeZone) - static method in class org.apache.commons.validator.routines.CalendarValidator
Adjusts a Calendar's value to a different TimeZone.
ALLOW_2_SLASHES - static field in class org.apache.commons.validator.UrlValidator
Allow two slashes in the path component of the URL.
ALLOW_ALL_SCHEMES - static field in class org.apache.commons.validator.UrlValidator
Allows all validly formatted schemes to pass validation instead of supplying a set of valid schemes.
allowedSchemes - field in class org.apache.commons.validator.UrlValidator
The set of schemes that are allowed to be in a URL.
allowFractions - field in class org.apache.commons.validator.routines.AbstractNumberValidator
ALPHA_CHARS - static field in class org.apache.commons.validator.UrlValidator
ALPHA_NUMERIC_CHARS - static field in class org.apache.commons.validator.UrlValidator
ALPHA_PATTERN - static field in class org.apache.commons.validator.UrlValidator
CreditCardValidator.Amex - class org.apache.commons.validator.CreditCardValidator.Amex
Arg - class org.apache.commons.validator.Arg
A default argument or an argument for a specific validator definition (ex: required) can be stored to pass into a message as parameters.
args - field in class org.apache.commons.validator.Field
Holds Maps of arguments.
ARGS_PATTERN - static field in class org.apache.commons.validator.ValidatorResources
ATOM - static field in class org.apache.commons.validator.EmailValidator
ATOM - static field in class org.apache.commons.validator.UrlValidator
ATOM_PATTERN - static field in class org.apache.commons.validator.EmailValidator
ATOM_PATTERN - static field in class org.apache.commons.validator.UrlValidator
AUTHORITY_CHARS - static field in class org.apache.commons.validator.UrlValidator
AUTHORITY_PATTERN - static field in class org.apache.commons.validator.UrlValidator

B

BEAN_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the JavaBean is stored to perform validation on.
BigDecimalValidator - class org.apache.commons.validator.routines.BigDecimalValidator
BigDecimal Validation and Conversion routines (java.math.BigDecimal).
BigDecimalValidator() - constructor for class org.apache.commons.validator.routines.BigDecimalValidator
Construct a strict instance.
BigDecimalValidator(boolean) - constructor for class org.apache.commons.validator.routines.BigDecimalValidator
Construct an instance with the specified strict setting.
BigDecimalValidator(boolean,int,boolean) - constructor for class org.apache.commons.validator.routines.BigDecimalValidator
Construct an instance with the specified strict setting and format type.
BigIntegerValidator - class org.apache.commons.validator.routines.BigIntegerValidator
BigInteger Validation and Conversion routines (java.math.BigInteger).
BigIntegerValidator() - constructor for class org.apache.commons.validator.routines.BigIntegerValidator
Construct a strict instance.
BigIntegerValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.BigIntegerValidator
Construct an instance with the specified strict setting and format type.
buildKey(org.apache.commons.validator.FormSet) - method in class org.apache.commons.validator.ValidatorResources
Builds a key to store the FormSet under based on it's language, country, and variant values.
buildLocale(String,String,String) - method in class org.apache.commons.validator.ValidatorResources
Assembles a Locale code from the given parts.
bundle - field in class org.apache.commons.validator.Arg
The resource bundle name that this Arg's key should be resolved in (optional).
bundle - field in class org.apache.commons.validator.Msg
The resource bundle name that this Msg's key should be resolved in (optional).
bundle - field in class org.apache.commons.validator.Var
The bundle for a variable (when resource = 'true').
ByteValidator - class org.apache.commons.validator.routines.ByteValidator
Byte Validation and Conversion routines (java.lang.Byte).
ByteValidator() - constructor for class org.apache.commons.validator.routines.ByteValidator
Construct a strict instance.
ByteValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.ByteValidator
Construct an instance with the specified strict setting and format type.

C

calculateCompareResult(Calendar,Calendar,int) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Compares the field from two calendars indicating whether the field for the first calendar is equal to, less than or greater than the field from the second calendar.
calculateQuarter(Calendar,int) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Calculate the quarter for the specified Calendar.
CalendarValidator - class org.apache.commons.validator.routines.CalendarValidator
Calendar Validation and Conversion routines (java.util.Calendar).
CalendarValidator() - constructor for class org.apache.commons.validator.routines.CalendarValidator
Construct a strict instance with short date style.
CalendarValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.CalendarValidator
Construct an instance with the specified strict and date style parameters.
cardTypes - field in class org.apache.commons.validator.CreditCardValidator
The CreditCardTypes that are allowed to pass validation.
CHECK - static field in class org.apache.commons.validator.ISBNValidator
classLoader - field in class org.apache.commons.validator.Validator
The class loader to use for instantiating application objects.
classname - field in class org.apache.commons.validator.ValidatorAction
The full class name of the class containing the validation method associated with this action.
clean(String) - method in class org.apache.commons.validator.ISBNValidator
Removes all non-digit characters except for 'X' which is a valid ISBN character.
clear() - method in class org.apache.commons.validator.util.Flags
Turn off all flags.
clear() - method in class org.apache.commons.validator.Validator
Clears the form name, resources that were added, and the page that was set (if any).
clear() - method in class org.apache.commons.validator.ValidatorResults
Clear all results recorded by this object.
clone() - method in class org.apache.commons.validator.Arg
Creates and returns a copy of this object.
clone() - method in class org.apache.commons.validator.Field
Creates and returns a copy of this object.
clone() - method in class org.apache.commons.validator.util.Flags
Clone this Flags object.
clone() - method in class org.apache.commons.validator.Msg
Creates and returns a copy of this object.
clone() - method in class org.apache.commons.validator.Var
Creates and returns a copy of this object.
compare(Calendar,Calendar,int) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Compares a calendar value to another, indicating whether it is equal, less then or more than at a specified level.
compareDates(Calendar,Calendar) - method in class org.apache.commons.validator.routines.CalendarValidator
Compare Dates (day, month and year - not time).
compareDates(Date,Date,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Compare Dates (day, month and year - not time).
compareHours(Calendar,Calendar) - method in class org.apache.commons.validator.routines.TimeValidator
Compare Hours.
compareMinutes(Calendar,Calendar) - method in class org.apache.commons.validator.routines.TimeValidator
Compare Minutes (hours and minutes).
compareMonths(Calendar,Calendar) - method in class org.apache.commons.validator.routines.CalendarValidator
Compare Months (month and year).
compareMonths(Date,Date,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Compare Months (month and year).
compareQuarters(Calendar,Calendar) - method in class org.apache.commons.validator.routines.CalendarValidator
Compare Quarters (quarter and year).
compareQuarters(Calendar,Calendar,int) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Compares a calendar's quarter value to another, indicating whether it is equal, less then or more than the specified quarter.
compareQuarters(Calendar,Calendar,int) - method in class org.apache.commons.validator.routines.CalendarValidator
Compare Quarters (quarter and year).
compareQuarters(Date,Date,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Compare Quarters (quarter and year).
compareQuarters(Date,Date,TimeZone,int) - method in class org.apache.commons.validator.routines.DateValidator
Compare Quarters (quarter and year).
compareSeconds(Calendar,Calendar) - method in class org.apache.commons.validator.routines.TimeValidator
Compare Seconds (hours, minutes and seconds).
compareTime(Calendar,Calendar) - method in class org.apache.commons.validator.routines.TimeValidator
Compare Times (hour, minute, second and millisecond - not date).
compareTime(Calendar,Calendar,int) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Compares a calendar time value to another, indicating whether it is equal, less then or more than at a specified level.
compareWeeks(Calendar,Calendar) - method in class org.apache.commons.validator.routines.CalendarValidator
Compare Weeks (week and year).
compareWeeks(Date,Date,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Compare Weeks (week and year).
compareYears(Calendar,Calendar) - method in class org.apache.commons.validator.routines.CalendarValidator
Compare Years.
compareYears(Date,Date,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Compare Years.
constants - field in class org.apache.commons.validator.FormSet
A Map of Constants using the name field of the Constant as the key.
containsAction(String) - method in class org.apache.commons.validator.ValidatorResult
Indicate whether a specified validator is in the Result.
containsField(String) - method in class org.apache.commons.validator.Form
Returns true if this Form contains a Field with the given name.
copyFastHashMap(FastHashMap) - static method in class org.apache.commons.validator.util.ValidatorUtils
Makes a deep copy of a FastHashMap if the values are Msg, Arg, or Var.
copyMap(Map) - static method in class org.apache.commons.validator.util.ValidatorUtils
Makes a deep copy of a Map if the values are Msg, Arg, or Var.
country - field in class org.apache.commons.validator.FormSet
Country component of Locale (optional).
COUNTRY_FORMSET - static field in class org.apache.commons.validator.FormSet
This is the type of FormSets where only language and country locale are specified.
countToken(String,String) - method in class org.apache.commons.validator.UrlValidator
Returns the number of times the token appears in the target.
Create or retrieve a FormSet based on the language, country and variant.
createObject(Attributes) - method in class org.apache.commons.validator.FormSetFactory
Create or retrieve a FormSet for the specified attributes.
CREDIT_CARD_VALIDATOR - static field in class org.apache.commons.validator.GenericValidator
CreditCardValidator used in wrapper method.
CreditCardType implementations define how validation is performed for one type/brand of credit card.
CreditCardValidator - class org.apache.commons.validator.CreditCardValidator
Perform credit card validations.
CreditCardValidator() - constructor for class org.apache.commons.validator.CreditCardValidator
Create a new CreditCardValidator with default options.
CreditCardValidator(int) - constructor for class org.apache.commons.validator.CreditCardValidator
Create a new CreditCardValidator with the specified options.
CURRENCY_FORMAT - static field in class org.apache.commons.validator.routines.AbstractNumberValidator
Currency NumberFormat type
CURRENCY_SYMBOL - static field in class org.apache.commons.validator.routines.CurrencyValidator
DecimalFormat's currency symbol
CurrencyValidator - class org.apache.commons.validator.routines.CurrencyValidator
Currency Validation and Conversion routines (java.math.BigDecimal).
CurrencyValidator() - constructor for class org.apache.commons.validator.routines.CurrencyValidator
Construct a strict instance.
CurrencyValidator(boolean,boolean) - constructor for class org.apache.commons.validator.routines.CurrencyValidator
Construct an instance with the specified strict setting.

D

DATE_VALIDATOR - static field in class org.apache.commons.validator.DateValidator
Singleton instance of this class.
dateStyle - field in class org.apache.commons.validator.routines.AbstractCalendarValidator
DateValidator - class org.apache.commons.validator.DateValidator
Perform date validations.
DateValidator - class org.apache.commons.validator.routines.DateValidator
Date Validation and Conversion routines (java.util.Date).
DateValidator() - constructor for class org.apache.commons.validator.DateValidator
Protected constructor for subclasses to use.
DateValidator() - constructor for class org.apache.commons.validator.routines.DateValidator
Construct a strict instance with short date style.
DateValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.DateValidator
Construct an instance with the specified strict and date style parameters.
DEFAULT_ARG - static field in class org.apache.commons.validator.Field
This is the value that will be used as a key if the Arg name field has no value.
defaultFormSet - field in class org.apache.commons.validator.ValidatorResources
This is the default FormSet (without locale).
defaultLocale - static field in class org.apache.commons.validator.ValidatorResources
The default locale on our server.
defaultSchemes - field in class org.apache.commons.validator.UrlValidator
If no schemes are provided, default to this set.
dependencyList - field in class org.apache.commons.validator.Field
Internal representation of this.depends String as a List.
dependencyList - field in class org.apache.commons.validator.ValidatorAction
An internal List representation of the other ValidatorActions this one depends on (if any).
depends - field in class org.apache.commons.validator.Field
A comma separated list of validator's this field depends on.
depends - field in class org.apache.commons.validator.ValidatorAction
The other ValidatorActions that this one depends on.
determineArgPosition(org.apache.commons.validator.Arg) - method in class org.apache.commons.validator.Field
Calculate the position of the Arg
determineScale(NumberFormat) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Returns the multiplier of the NumberFormat.
CreditCardValidator.Discover - class org.apache.commons.validator.CreditCardValidator.Discover
displayKey() - method in class org.apache.commons.validator.FormSet
Returns a string representation of the object's key.
DOMAIN_PATTERN - static field in class org.apache.commons.validator.EmailValidator
DOMAIN_PATTERN - static field in class org.apache.commons.validator.UrlValidator
DoubleValidator - class org.apache.commons.validator.routines.DoubleValidator
Double Validation and Conversion routines (java.lang.Double).
DoubleValidator() - constructor for class org.apache.commons.validator.routines.DoubleValidator
Construct a strict instance.
DoubleValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.DoubleValidator
Construct an instance with the specified strict setting and format type.

E

EMAIL_PATTERN - static field in class org.apache.commons.validator.EmailValidator
EMAIL_VALIDATOR - static field in class org.apache.commons.validator.EmailValidator
Singleton instance of this class.
EmailValidator - class org.apache.commons.validator.EmailValidator
Perform email validations.
EmailValidator() - constructor for class org.apache.commons.validator.EmailValidator
Protected constructor for subclasses to use.
ensureArgsCapacity(org.apache.commons.validator.Arg) - method in class org.apache.commons.validator.Field
Ensures that the args array can hold the given arg.
equals(Object) - method in class org.apache.commons.validator.util.Flags
Tests if two Flags objects are in the same state.
Dynamically runs the validation method for this validator and returns true if the data is valid.

F

Field - class org.apache.commons.validator.Field
This contains the list of pluggable validators to run on a field and any message information and variables to perform the validations and generate error messages.
field - field in class org.apache.commons.validator.ValidatorResult
Field being validated.
FIELD_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the Field is stored under.
fieldName - field in class org.apache.commons.validator.Validator
The name of the field on the form to validate
fieldOrder - field in class org.apache.commons.validator.Field
The order of the Field in the Form.
flags - field in class org.apache.commons.validator.util.Flags
Represents the current flag state.
Flags - class org.apache.commons.validator.util.Flags
Represents a collection of 64 boolean (on/off) flags.
Flags() - constructor for class org.apache.commons.validator.util.Flags
Create a new Flags object.
Flags(long) - constructor for class org.apache.commons.validator.util.Flags
Initialize a new Flags object with the given flags.
FloatValidator - class org.apache.commons.validator.routines.FloatValidator
Float Validation and Conversion routines (java.lang.Float).
FloatValidator() - constructor for class org.apache.commons.validator.routines.FloatValidator
Construct a strict instance.
FloatValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.FloatValidator
Construct an instance with the specified strict setting and format type.
Form - class org.apache.commons.validator.Form
This contains a set of validation rules for a form/JavaBean.
FORM_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the Form is stored under.
format(Object) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object into a String using the default Locale.
format(Object,Format) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format a value with the specified DateFormat.
format(Object,Format) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format a value with the specified Format.
format(Object,Locale) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object into a String using the specified Locale.
format(Object,Locale,TimeZone) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object into a String using the specified Locale.
format(Object,String) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object into a String using the specified pattern.
format(Object,String,Locale) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object using the specified pattern and/or Locale.
format(Object,String,Locale) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object using the specified pattern and/or Locale.
format(Object,String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object using the specified pattern and/or Locale.
format(Object,String,TimeZone) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object into a String using the specified pattern.
format(Object,TimeZone) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object into a String using the default Locale.
formatByte(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a byte primitive.
formatByte(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a byte primitive.
formatCreditCard(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the field is a valid credit card number.
formatDate(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the field is a valid date.
formatDate(String,String,boolean) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the field is a valid date.
formatDouble(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a double primitive.
formatDouble(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a double primitive.
formatFloat(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a float primitive.
formatFloat(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a float primitive.
formatInt(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a int primitive.
formatInt(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to an int primitive.
formatJavascriptFileName() - method in class org.apache.commons.validator.ValidatorAction
formatLong(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a long primitive.
formatLong(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a long primitive.
formatShort(String) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a short primitive.
formatShort(String,Locale) - static method in class org.apache.commons.validator.GenericTypeValidator
Checks if the value can safely be converted to a short primitive.
formatType - field in class org.apache.commons.validator.routines.AbstractNumberValidator
formName - field in class org.apache.commons.validator.Validator
The name of the form to validate
forms - field in class org.apache.commons.validator.FormSet
A Map of Forms using the name field of the Form as the key.
FormSet - class org.apache.commons.validator.FormSet
Holds a set of Forms stored associated with a Locale based on the country, language, and variant specified.
FormSetFactory - class org.apache.commons.validator.FormSetFactory
Factory class used by Digester to create FormSet's.

G

generateJsFunction() - method in class org.apache.commons.validator.ValidatorAction
Used to generate the javascript name when it is not specified.
generateKey() - method in class org.apache.commons.validator.Field
Generate correct key value.
GenericTypeValidator - class org.apache.commons.validator.GenericTypeValidator
This class contains basic methods for performing validations that return the correctly typed class based on the validation performed.
GenericValidator - class org.apache.commons.validator.GenericValidator
This class contains basic methods for performing validations.
getActionMap() - method in class org.apache.commons.validator.ValidatorResult
Return a Map of the validator actions in this Result.
getActions() - method in class org.apache.commons.validator.ValidatorResources
Returns a Map of String ValidatorAction names to their ValidatorAction.
getActions() - method in class org.apache.commons.validator.ValidatorResult
Return an Iterator of the action names contained in this Result.
getArg(int) - method in class org.apache.commons.validator.Field
Gets the default Arg object at the given position.
getArg(String,int) - method in class org.apache.commons.validator.Field
Gets the Arg object at the given position.
getArgs(String) - method in class org.apache.commons.validator.Field
Retrieves the Args for the given validator name.
getBundle() - method in class org.apache.commons.validator.Arg
Returns the resource bundle name.
getBundle() - method in class org.apache.commons.validator.Msg
Returns the resource bundle name.
getBundle() - method in class org.apache.commons.validator.Var
Returns the resource bundle name.
getCalendar(Date,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Convert a Date to a Calendar.
getClassLoader() - method in class org.apache.commons.validator.Validator
Return the class loader to be used for instantiating application objects when required.
getClassLoader(Map) - method in class org.apache.commons.validator.ValidatorAction
Returns the ClassLoader set in the Validator contained in the parameter Map.
getClassname() - method in class org.apache.commons.validator.ValidatorAction
Gets the class of the validator action.
getConstants() - method in class org.apache.commons.validator.ValidatorResources
Returns a Map of String constant names to their String values.
getCountry() - method in class org.apache.commons.validator.FormSet
Gets the equivalent of the country component of Locale.
getDependencyList() - method in class org.apache.commons.validator.Field
Gets an unmodifiable List of the dependencies in the same order they were defined in parameter passed to the setDepends() method.
getDependencyList() - method in class org.apache.commons.validator.ValidatorAction
Returns the dependent validator names as an unmodifiable List.
getDepends() - method in class org.apache.commons.validator.Field
Gets the validation rules for this field as a comma separated list.
getDepends() - method in class org.apache.commons.validator.ValidatorAction
Gets the dependencies of the validator action as a comma separated list of validator names.
getExtends() - method in class org.apache.commons.validator.Form
Gets the name/key of the parent set of validation rules.
getField() - method in class org.apache.commons.validator.ValidatorResult
Returns the Field that was validated.
getField(String) - method in class org.apache.commons.validator.Form
Returns the Field with the given name or null if this Form has no such field.
getFieldMap() - method in class org.apache.commons.validator.Form
Returns a Map of String field keys to Field objects.
getFieldOrder() - method in class org.apache.commons.validator.Field
Gets the position of the Field in the validation list.
getFields() - method in class org.apache.commons.validator.Form
A List of Fields is returned as an unmodifiable List.
getFlags() - method in class org.apache.commons.validator.util.Flags
Returns the current flags.
getForm(Locale,String) - method in class org.apache.commons.validator.ValidatorResources
Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.
getForm(String) - method in class org.apache.commons.validator.FormSet
Retrieve a Form based on the form name.
getForm(String,String,String,String) - method in class org.apache.commons.validator.ValidatorResources
Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.
getFormat(Locale) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Returns a DateFormat for the specified Locale.
getFormat(Locale) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Returns a NumberFormat for the specified Locale.
getFormat(String,Locale) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Returns a DateFormat for the specified pattern and/or Locale.
getFormat(String,Locale) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Returns a Format for the specified pattern and/or Locale.
getFormat(String,Locale) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Returns a NumberFormat for the specified pattern and/or Locale.
getFormatType() - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Indicates the type of NumberFormat created by this validator instance.
getFormName() - method in class org.apache.commons.validator.Validator
Gets the form name which is the key to a set of validation rules.
getForms() - method in class org.apache.commons.validator.FormSet
A Map of Forms is returned as an unmodifiable Map with the key based on the form name.
getFormSet(String,String,String) - method in class org.apache.commons.validator.ValidatorResources
Gets a FormSet based on the language, country and variant.
getFormSets() - method in class org.apache.commons.validator.ValidatorResources
Returns a Map of String locale keys to Lists of their FormSets.
getIndexedListProperty() - method in class org.apache.commons.validator.Field
Gets the indexed property name of the field.
getIndexedProperty() - method in class org.apache.commons.validator.Field
Gets the indexed property name of the field.
getIndexedProperty(Object) - method in class org.apache.commons.validator.Field
Returns an indexed property from the object we're validating.
getInstance() - static method in class org.apache.commons.validator.routines.BigDecimalValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.BigIntegerValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.ByteValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.CalendarValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.CurrencyValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.DateValidator
Returns the Singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.DateValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.DoubleValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.EmailValidator
Returns the Singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.FloatValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.IntegerValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.LongValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.PercentValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.ShortValidator
Return a singleton instance of this validator.
getInstance() - static method in class org.apache.commons.validator.routines.TimeValidator
Return a singleton instance of this validator.
getJavascript() - method in class org.apache.commons.validator.ValidatorAction
Gets the Javascript equivalent of the java class and method associated with this action.
getJsFunctionName() - method in class org.apache.commons.validator.ValidatorAction
Gets the Javascript function name.
getJsType() - method in class org.apache.commons.validator.Var
Gets the JavaScript type of the variable.
getKey() - method in class org.apache.commons.validator.Arg
Gets the key/value.
getKey() - method in class org.apache.commons.validator.Field
Gets a unique key based on the property and indexedProperty fields.
getKey() - method in class org.apache.commons.validator.Msg
Gets the key/value.
getLanguage() - method in class org.apache.commons.validator.FormSet
Gets the equivalent of the language component of Locale.
getLog() - method in class org.apache.commons.validator.FormSet
Accessor method for Log instance.
getLog() - method in class org.apache.commons.validator.FormSetFactory
Accessor method for Log instance.
getLog() - method in class org.apache.commons.validator.ValidatorAction
Accessor method for Log instance.
getLog() - method in class org.apache.commons.validator.ValidatorResources
Accessor method for Log instance.
getMessage(String) - method in class org.apache.commons.validator.Field
Retrieve a message object.
getMessages() - method in class org.apache.commons.validator.Field
The Field's messages are returned as an unmodifiable Map.
getMethod() - method in class org.apache.commons.validator.ValidatorAction
Gets the name of method being called for the validator action.
getMethodParams() - method in class org.apache.commons.validator.ValidatorAction
Gets the method parameters for the method.
getMsg() - method in class org.apache.commons.validator.ValidatorAction
Gets the message associated with the validator action.
getMsg(String) - method in class org.apache.commons.validator.Field
Retrieve a message value.
getMsgMap() - method in class org.apache.commons.validator.Field
Returns a Map of String Msg names to Msg objects.
getName() - method in class org.apache.commons.validator.Arg
Gets the name of the dependency.
getName() - method in class org.apache.commons.validator.Form
Gets the name/key of the set of validation rules.
getName() - method in class org.apache.commons.validator.Msg
Gets the name of the dependency.
getName() - method in class org.apache.commons.validator.ValidatorAction
Gets the name of the validator action.
getName() - method in class org.apache.commons.validator.Var
Gets the name of the variable.
getOnlyReturnErrors() - method in class org.apache.commons.validator.Validator
Returns true if the Validator is only returning Fields that fail validation.
getPage() - method in class org.apache.commons.validator.Field
Gets the page value that the Field is associated with for validation.
getPage() - method in class org.apache.commons.validator.Validator
Gets the page.
getParameterValue(String) - method in class org.apache.commons.validator.Validator
Returns the value of the specified parameter that will be used during the processing of validations.
getParameterValues(Map) - method in class org.apache.commons.validator.ValidatorAction
Converts a List of parameter class names into their values contained in the parameters Map.
getParent(org.apache.commons.validator.FormSet) - method in class org.apache.commons.validator.ValidatorResources
Finds the given formSet's parent.
getPosition() - method in class org.apache.commons.validator.Arg
Argument's replacement position.
getProperty() - method in class org.apache.commons.validator.Field
Gets the property name of the field.
getPropertyNames() - method in class org.apache.commons.validator.ValidatorResults
Return the set of property names for which at least one message has been recorded.
getResult() - method in class org.apache.commons.validator.ValidatorResult.ResultStatus
Gets the result returned by a validation method.
getResult(String) - method in class org.apache.commons.validator.ValidatorResult
Return the result of a validation.
getResultValueMap() - method in class org.apache.commons.validator.ValidatorResults
Get a Map of any Objects returned from validation routines.
getType() - method in class org.apache.commons.validator.FormSet
Returns the type of FormSet:GLOBAL_FORMSET, LANGUAGE_FORMSET,COUNTRY_FORMSET or VARIANT_FORMSET .
getUseContextClassLoader() - method in class org.apache.commons.validator.Validator
Return the boolean as to whether the context classloader should be used.
getValidationClassInstance() - method in class org.apache.commons.validator.ValidatorAction
Return an instance of the validation class or null if the validation method is static so does not require an instance to be executed.
getValidatorAction(String) - method in class org.apache.commons.validator.ValidatorResources
Get a ValidatorAction based on it's name.
getValidatorActions() - method in class org.apache.commons.validator.ValidatorResources
Get an unmodifiable Map of the ValidatorActions.
getValidatorResult(String) - method in class org.apache.commons.validator.ValidatorResults
Gets the ValidatorResult associated with the key passed in.
getValue() - method in class org.apache.commons.validator.Var
Gets the value of the variable.
getValueAsString(Object,String) - static method in class org.apache.commons.validator.util.ValidatorUtils
Convenience method for getting a value from a bean property as a String.
getVar(String) - method in class org.apache.commons.validator.Field
Retrieve a variable.
getVariant() - method in class org.apache.commons.validator.FormSet
Gets the equivalent of the variant component of Locale.
getVarMap() - method in class org.apache.commons.validator.Field
Returns a Map of String Var names to Var objects.
getVars() - method in class org.apache.commons.validator.Field
The Field's variables are returned as an unmodifiable Map.
getVarValue(String) - method in class org.apache.commons.validator.Field
Retrieve a variable's value.
GLOBAL_FORMSET - static field in class org.apache.commons.validator.FormSet
This is the type of FormSets where no locale is specified.
GROUP - static field in class org.apache.commons.validator.ISBNValidator

H

hAction - field in class org.apache.commons.validator.ValidatorResult
Map of results.
hActions - field in class org.apache.commons.validator.ValidatorResources
Map of ValidatorActions with the name of the ValidatorAction as the key.
Modifies the paramValue array with indexed fields.
handleMissingAction(String) - method in class org.apache.commons.validator.Field
Called when a validator name is used in a depends clause but there is no know ValidatorAction configured for that name.
hashCode() - method in class org.apache.commons.validator.util.Flags
The hash code is based on the current state of the flags.
hConstants - field in class org.apache.commons.validator.ValidatorResources
Map of global constant values with the name of the constant as the key.
hFields - field in class org.apache.commons.validator.Form
Map of Fields keyed on their property value.
hFormSets - field in class org.apache.commons.validator.ValidatorResources
Map of FormSets stored under a Locale key.
hMsgs - field in class org.apache.commons.validator.Field
hResults - field in class org.apache.commons.validator.ValidatorResults
Map of validation results.
hVars - field in class org.apache.commons.validator.Field

I

indexedListProperty - field in class org.apache.commons.validator.Field
The Field's indexed list property name.
indexedProperty - field in class org.apache.commons.validator.Field
The Field's indexed property name.
inherit - field in class org.apache.commons.validator.Form
The name/key of the form which this form extends from.
init() - method in class org.apache.commons.validator.ValidatorAction
Initialize based on set.
initDigester() - method in class org.apache.commons.validator.ValidatorResources
Initialize the digester.
instance - field in class org.apache.commons.validator.ValidatorAction
If the java method matching the correct signature isn't static, the instance is stored in the action.
IntegerValidator - class org.apache.commons.validator.routines.IntegerValidator
Integer Validation and Conversion routines (java.lang.Integer).
IntegerValidator() - constructor for class org.apache.commons.validator.routines.IntegerValidator
Construct a strict instance.
IntegerValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.IntegerValidator
Construct an instance with the specified strict setting and format type.
IP_DOMAIN_PATTERN - static field in class org.apache.commons.validator.EmailValidator
IP_V4_DOMAIN_PATTERN - static field in class org.apache.commons.validator.UrlValidator
isAllowFractions() - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Indicates whether the number being validated is a decimal or integer.
isBlankOrNull(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the field isn't null and length of the field is greater than zero not including whitespace.
ISBN_PATTERN - static field in class org.apache.commons.validator.ISBNValidator
ISBN consists of 4 groups of numbers separated by either dashes (-) or spaces.
ISBNValidator - class org.apache.commons.validator.ISBNValidator
A class for validating 10 digit ISBN codes.
ISBNValidator() - constructor for class org.apache.commons.validator.ISBNValidator
Default Constructor.
isByte(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value can safely be converted to a byte primitive.
isCreditCard(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the field is a valid credit card number.
isDate(String,Locale) - static method in class org.apache.commons.validator.GenericValidator
Checks if the field is a valid date.
isDate(String,String,boolean) - static method in class org.apache.commons.validator.GenericValidator
Checks if the field is a valid date.
isDependency(String) - method in class org.apache.commons.validator.Field
Checks if the validator is listed as a dependency.
isDependency(String) - method in class org.apache.commons.validator.ValidatorAction
Checks whether or not the value passed in is in the depends field.
isDouble(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value can safely be converted to a double primitive.
isEmail(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if a field has a valid e-mail address.
isEmpty() - method in class org.apache.commons.validator.ValidatorResults
Return true if there are no messages recorded in this collection, or false otherwise.
isExtending() - method in class org.apache.commons.validator.Form
Get extends flag.
isFloat(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value can safely be converted to a float primitive.
isFormatted(String) - method in class org.apache.commons.validator.ISBNValidator
Returns true if the ISBN contains one of the separator characters space or dash.
isIndexed() - method in class org.apache.commons.validator.Field
If there is a value specified for the indexedProperty field then true will be returned.
isInRange(BigDecimal,double,double) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Check if the value is within a specified range.
isInRange(BigInteger,long,long) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Check if the value is within a specified range.
isInRange(Byte,byte,byte) - method in class org.apache.commons.validator.routines.ByteValidator
Check if the value is within a specified range.
isInRange(byte,byte,byte) - static method in class org.apache.commons.validator.GenericValidator
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(Double,double,double) - method in class org.apache.commons.validator.routines.DoubleValidator
Check if the value is within a specified range.
isInRange(double,double,double) - static method in class org.apache.commons.validator.GenericValidator
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(Float,float,float) - method in class org.apache.commons.validator.routines.FloatValidator
Check if the value is within a specified range.
isInRange(float,float,float) - static method in class org.apache.commons.validator.GenericValidator
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(int,int,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(int,int,int) - method in class org.apache.commons.validator.routines.IntegerValidator
Check if the value is within a specified range.
isInRange(Integer,int,int) - method in class org.apache.commons.validator.routines.IntegerValidator
Check if the value is within a specified range.
isInRange(long,long,long) - static method in class org.apache.commons.validator.GenericValidator
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(Long,long,long) - method in class org.apache.commons.validator.routines.LongValidator
Check if the value is within a specified range.
isInRange(Number,Number,Number) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Check if the value is within a specified range.
isInRange(short,short,short) - static method in class org.apache.commons.validator.GenericValidator
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(Short,short,short) - method in class org.apache.commons.validator.routines.ShortValidator
Check if the value is within a specified range.
isInt(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value can safely be converted to a int primitive.
isLong(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value can safely be converted to a long primitive.
isMerged() - method in class org.apache.commons.validator.FormSet
Has this formSet been merged?
isOff(long) - method in class org.apache.commons.validator.util.Flags
Tests whether the given flag is off.
isOn(long) - method in class org.apache.commons.validator.util.Flags
Tests whether the given flag is on.
isProcessed() - method in class org.apache.commons.validator.Form
Whether or not the this Form was processed for replacing variables in strings with their values.
isProcessed() - method in class org.apache.commons.validator.FormSet
Whether or not the this FormSet was processed for replacing variables in strings with their values.
isResource() - method in class org.apache.commons.validator.Arg
Tests whether or not the key is a resource key or literal value.
isResource() - method in class org.apache.commons.validator.Msg
Tests whether or not the key is a resource key or literal value.
isResource() - method in class org.apache.commons.validator.Var
Tests whether or not the value is a resource key or literal value.
isShort(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value can safely be converted to a short primitive.
isStrict() - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Indicates whether validated values should adhere strictly to the Format used.
isUrl(String) - static method in class org.apache.commons.validator.GenericValidator
Checks if a field is a valid url address.
isValid() - method in class org.apache.commons.validator.ValidatorResult.ResultStatus
Tests whether or not the validation passed.
isValid(Object) - method in class org.apache.commons.validator.ValidatorAction
If the result object is a Boolean, it will return its value.
isValid(String) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the default Locale.
isValid(String) - method in class org.apache.commons.validator.CreditCardValidator
Checks if the field is a valid credit card number.
isValid(String) - method in class org.apache.commons.validator.EmailValidator
Checks if a field has a valid e-mail address.
isValid(String) - method in class org.apache.commons.validator.ISBNValidator
If the ISBN is formatted with space or dash separators its format is validated.
isValid(String) - method in class org.apache.commons.validator.UrlValidator
Checks if a field has a valid url address.
isValid(String) - method in class org.apache.commons.validator.ValidatorResult
Indicate whether a specified validation passed.
isValid(String,Locale) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the specified Locale.
isValid(String,Locale) - method in class org.apache.commons.validator.DateValidator
Checks if the field is a valid date.
isValid(String,String) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the specified pattern.
isValid(String,String,boolean) - method in class org.apache.commons.validator.DateValidator
Checks if the field is a valid date.
isValid(String,String,Locale) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Validate using the specified Locale.
isValid(String,String,Locale) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the specified pattern and/or Locale.
isValid(String,String,Locale) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Validate using the specified Locale.
isValidAuthority(String) - method in class org.apache.commons.validator.UrlValidator
Returns true if the authority is properly formatted.
isValidDomain(String) - method in class org.apache.commons.validator.EmailValidator
Returns true if the domain component of an email address is valid.
isValidFragment(String) - method in class org.apache.commons.validator.UrlValidator
Returns true if the given fragment is null or fragments are allowed.
isValidIpAddress(Perl5Util) - method in class org.apache.commons.validator.EmailValidator
Validates an IP address.
isValidPath(String) - method in class org.apache.commons.validator.UrlValidator
Returns true if the path is valid.
isValidPattern(String) - method in class org.apache.commons.validator.ISBNValidator
Returns true if the ISBN is formatted properly.
isValidQuery(String) - method in class org.apache.commons.validator.UrlValidator
Returns true if the query is null or it's a properly formatted query string.
isValidScheme(String) - method in class org.apache.commons.validator.UrlValidator
Validate scheme.
isValidSymbolicDomain(String) - method in class org.apache.commons.validator.EmailValidator
Validates a symbolic domain name.
isValidUser(String) - method in class org.apache.commons.validator.EmailValidator
Returns true if the user component of an email address is valid.

J

javascript - field in class org.apache.commons.validator.ValidatorAction
An optional field to containing a JavaScript representation of the java method assocated with this action.
javascriptAlreadyLoaded() - method in class org.apache.commons.validator.ValidatorAction
jsFunction - field in class org.apache.commons.validator.ValidatorAction
An optional field to contain the class path to be used to retrieve the JavaScript function.
jsFunctionName - field in class org.apache.commons.validator.ValidatorAction
An optional field to contain the name to be used if JavaScript is generated.
jsType - field in class org.apache.commons.validator.Var
The optional JavaScript type of the variable.
JSTYPE_INT - static field in class org.apache.commons.validator.Var
Int Constant for JavaScript type.
JSTYPE_REGEXP - static field in class org.apache.commons.validator.Var
Regular Expression Constant for JavaScript type.
JSTYPE_STRING - static field in class org.apache.commons.validator.Var
String Constant for JavaScript type.

K

key - field in class org.apache.commons.validator.Arg
The key or value of the argument.
key - field in class org.apache.commons.validator.Field
The Field's unique key.
key - field in class org.apache.commons.validator.Msg
The key or value of the argument.

L

language - field in class org.apache.commons.validator.FormSet
Language component of Locale (required).
LANGUAGE_FORMSET - static field in class org.apache.commons.validator.FormSet
This is the type of FormSets where only language locale is specified.
LEGAL_ASCII_PATTERN - static field in class org.apache.commons.validator.EmailValidator
LEGAL_ASCII_PATTERN - static field in class org.apache.commons.validator.UrlValidator
lFields - field in class org.apache.commons.validator.Form
List of Fields.
loadJavascriptFunction() - method in class org.apache.commons.validator.ValidatorAction
Load the javascript function specified by the given path.
loadParameterClasses(ClassLoader) - method in class org.apache.commons.validator.ValidatorAction
Converts a List of parameter class names into their Class objects.
loadValidationClass(ClassLoader) - method in class org.apache.commons.validator.ValidatorAction
Load the Class object for the configured validation class name.
loadValidationMethod() - method in class org.apache.commons.validator.ValidatorAction
Load the Method object for the configured validation method name.
LOCALE_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the Locale is stored.
log - field in class org.apache.commons.validator.FormSet
Logging
log - field in class org.apache.commons.validator.FormSetFactory
Logging
log - field in class org.apache.commons.validator.ValidatorAction
Logger.
log - field in class org.apache.commons.validator.ValidatorResources
LongValidator - class org.apache.commons.validator.routines.LongValidator
Long Validation and Conversion routines (java.lang.Long).
LongValidator() - constructor for class org.apache.commons.validator.routines.LongValidator
Construct a strict instance.
LongValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.LongValidator
Construct an instance with the specified strict setting and format type.
luhnCheck(String) - method in class org.apache.commons.validator.CreditCardValidator
Checks for a valid credit card number.

M

matches(String) - method in class org.apache.commons.validator.CreditCardValidator.Amex
Returns true if the card number matches this type of credit card.
matches(String) - method in class org.apache.commons.validator.CreditCardValidator.CreditCardType
Returns true if the card number matches this type of credit card.
matches(String) - method in class org.apache.commons.validator.CreditCardValidator.Discover
matches(String) - method in class org.apache.commons.validator.CreditCardValidator.Mastercard
matches(String) - method in class org.apache.commons.validator.CreditCardValidator.Visa
Returns true if the card number matches this type of credit card.
matchRegexp(String,String) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value matches the regular expression.
maxLength(String,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value's length is less than or equal to the max.
maxLength(String,int,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value's adjusted length is less than or equal to the max.
maxValue(BigDecimal,double) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Check if the value is less than or equal to a maximum.
maxValue(BigInteger,long) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Check if the value is less than or equal to a maximum.
maxValue(Byte,byte) - method in class org.apache.commons.validator.routines.ByteValidator
Check if the value is less than or equal to a maximum.
maxValue(Double,double) - method in class org.apache.commons.validator.routines.DoubleValidator
Check if the value is less than or equal to a maximum.
maxValue(double,double) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is less than or equal to the max.
maxValue(Float,float) - method in class org.apache.commons.validator.routines.FloatValidator
Check if the value is less than or equal to a maximum.
maxValue(float,float) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is less than or equal to the max.
maxValue(int,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is less than or equal to the max.
maxValue(int,int) - method in class org.apache.commons.validator.routines.IntegerValidator
Check if the value is less than or equal to a maximum.
maxValue(Integer,int) - method in class org.apache.commons.validator.routines.IntegerValidator
Check if the value is less than or equal to a maximum.
maxValue(long,long) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is less than or equal to the max.
maxValue(Long,long) - method in class org.apache.commons.validator.routines.LongValidator
Check if the value is less than or equal to a maximum.
maxValue(Number,Number) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Check if the value is less than or equal to a maximum.
maxValue(Short,short) - method in class org.apache.commons.validator.routines.ShortValidator
Check if the value is less than or equal to a maximum.
merge(org.apache.commons.validator.Form) - method in class org.apache.commons.validator.Form
Merges the given form into this one.
merge(org.apache.commons.validator.FormSet) - method in class org.apache.commons.validator.FormSet
Merges the given FormSet into this one.
merge(org.apache.commons.validator.ValidatorResults) - method in class org.apache.commons.validator.ValidatorResults
Merge another ValidatorResults into mine.
merged - field in class org.apache.commons.validator.FormSet
Flag indicating if this formSet has been merged with its parent (higher rank in Locale hierarchy).
method - field in class org.apache.commons.validator.ValidatorAction
The full method name of the validation to be performed.
methodParameterList - field in class org.apache.commons.validator.ValidatorAction
An internal List representation of all the validation method's parameters defined in the methodParams String.
methodParams - field in class org.apache.commons.validator.ValidatorAction
The method signature of the validation method.
minLength(String,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value's length is greater than or equal to the min.
minLength(String,int,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value's adjusted length is greater than or equal to the min.
minValue(BigDecimal,double) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Check if the value is greater than or equal to a minimum.
minValue(BigInteger,long) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Check if the value is greater than or equal to a minimum.
minValue(Byte,byte) - method in class org.apache.commons.validator.routines.ByteValidator
Check if the value is greater than or equal to a minimum.
minValue(Double,double) - method in class org.apache.commons.validator.routines.DoubleValidator
Check if the value is greater than or equal to a minimum.
minValue(double,double) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is greater than or equal to the min.
minValue(Float,float) - method in class org.apache.commons.validator.routines.FloatValidator
Check if the value is greater than or equal to a minimum.
minValue(float,float) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is greater than or equal to the min.
minValue(int,int) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is greater than or equal to the min.
minValue(int,int) - method in class org.apache.commons.validator.routines.IntegerValidator
Check if the value is greater than or equal to a minimum.
minValue(Integer,int) - method in class org.apache.commons.validator.routines.IntegerValidator
Check if the value is greater than or equal to a minimum.
minValue(long,long) - static method in class org.apache.commons.validator.GenericValidator
Checks if the value is greater than or equal to the min.
minValue(Long,long) - method in class org.apache.commons.validator.routines.LongValidator
Check if the value is greater than or equal to a minimum.
minValue(Number,Number) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Check if the value is greater than or equal to a minimum.
minValue(Short,short) - method in class org.apache.commons.validator.routines.ShortValidator
Check if the value is greater than or equal to a minimum.
Msg - class org.apache.commons.validator.Msg
An alternative message can be associated with a Field and a pluggable validator instead of using the default message stored in the ValidatorAction (aka pluggable validator).
msg - field in class org.apache.commons.validator.ValidatorAction
The default error message associated with this action.

N

name - field in class org.apache.commons.validator.Arg
The name dependency that this argument goes with (optional).
name - field in class org.apache.commons.validator.Form
The name/key the set of validation rules is stored under.
name - field in class org.apache.commons.validator.Msg
The name dependency that this argument goes with (optional).
name - field in class org.apache.commons.validator.ValidatorAction
The name of the validation.
name - field in class org.apache.commons.validator.Var
The name of the variable.
NO_FRAGMENTS - static field in class org.apache.commons.validator.UrlValidator
Enabling this options disallows any URL fragments.
NONE - static field in class org.apache.commons.validator.CreditCardValidator
Option specifying that no cards are allowed.

O

onlyReturnErrors - field in class org.apache.commons.validator.Validator
Set this to true to not return Fields that pass validation.
onlyReturnErrors(Map) - method in class org.apache.commons.validator.ValidatorAction
Returns the onlyReturnErrors setting in the Validator contained in the parameter Map.
options - field in class org.apache.commons.validator.UrlValidator
Holds the set of current validation options.
The Validator package provides validation for JavaBeans based on an xml file.
This package contains independant validation routines.
This package contains utility classes used by Commons Validator.

P

page - field in class org.apache.commons.validator.Field
The Page Number
page - field in class org.apache.commons.validator.Validator
The current page number to validate.
parameterClasses - field in class org.apache.commons.validator.ValidatorAction
The Class objects for each entry in methodParameterList.
parameters - field in class org.apache.commons.validator.Validator
Maps validation method parameter class names to the objects to be passed into the method.
parse(String,Format) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Parse the value with the specified Format.
parse(String,Format) - method in class org.apache.commons.validator.routines.CurrencyValidator
Parse the value with the specified Format.
parse(String,Format) - method in class org.apache.commons.validator.routines.PercentValidator
Parse the value with the specified Format.
parse(String,String,Locale) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Parse the value using the specified pattern.
parse(String,String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Checks if the value is valid against a specified pattern.
PARSE_AUTHORITY_EXTRA - static field in class org.apache.commons.validator.UrlValidator
Should always be empty.
PARSE_AUTHORITY_HOST_IP - static field in class org.apache.commons.validator.UrlValidator
PARSE_AUTHORITY_PORT - static field in class org.apache.commons.validator.UrlValidator
PARSE_URL_AUTHORITY - static field in class org.apache.commons.validator.UrlValidator
Includes hostname/ip and port number.
PARSE_URL_FRAGMENT - static field in class org.apache.commons.validator.UrlValidator
PARSE_URL_PATH - static field in class org.apache.commons.validator.UrlValidator
PARSE_URL_QUERY - static field in class org.apache.commons.validator.UrlValidator
PARSE_URL_SCHEME - static field in class org.apache.commons.validator.UrlValidator
Schema/Protocol (ie.
PATH_PATTERN - static field in class org.apache.commons.validator.UrlValidator
PERCENT_FORMAT - static field in class org.apache.commons.validator.routines.AbstractNumberValidator
Percent NumberFormat type
PERCENT_SYMBOL - static field in class org.apache.commons.validator.routines.PercentValidator
DecimalFormat's percent (thousand multiplier) symbol
PercentValidator - class org.apache.commons.validator.routines.PercentValidator
Percentage Validation and Conversion routines (java.math.BigDecimal).
PercentValidator() - constructor for class org.apache.commons.validator.routines.PercentValidator
Construct a strict instance.
PercentValidator(boolean) - constructor for class org.apache.commons.validator.routines.PercentValidator
Construct an instance with the specified strict setting.
POINT_ZERO_ONE - static field in class org.apache.commons.validator.routines.PercentValidator
PORT_PATTERN - static field in class org.apache.commons.validator.UrlValidator
position - field in class org.apache.commons.validator.Arg
This argument's position in the message.
PREFIX - static field in class org.apache.commons.validator.CreditCardValidator.Amex
PREFIX - static field in class org.apache.commons.validator.CreditCardValidator.Discover
PREFIX - static field in class org.apache.commons.validator.CreditCardValidator.Mastercard
PREFIX - static field in class org.apache.commons.validator.CreditCardValidator.Visa
process() - method in class org.apache.commons.validator.ValidatorResources
Process the ValidatorResources object.
process(Map) - method in class org.apache.commons.validator.FormSet
Processes all of the Forms.
process(Map,Map) - method in class org.apache.commons.validator.Field
Replace constants with values in fields and process the depends field to create the dependency Map.
process(Map,Map,Map) - method in class org.apache.commons.validator.Form
Processes all of the Form's Fields.
processArg(String,String) - method in class org.apache.commons.validator.Field
Replace the arg Collection key value with the key/value pairs passed in.
processed - field in class org.apache.commons.validator.Form
Whether or not the this Form was processed for replacing variables in strings with their values.
processed - field in class org.apache.commons.validator.FormSet
Whether or not the this FormSet was processed for replacing variables in strings with their values.
processForms() - method in class org.apache.commons.validator.ValidatorResources
Process the Form objects.
processMessageComponents(String,String) - method in class org.apache.commons.validator.Field
Replace the args key value with the key/value pairs passed in.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Process the parsed value, performing any further validation and type conversion required.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.AbstractFormatValidator
Process the parsed value, performing any further validation and type conversion required.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.AbstractNumberValidator
Process the parsed value, performing any further validation and type conversion required.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Convert the parsed value to a BigDecimal.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Convert the parsed value to a BigInteger.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.ByteValidator
Perform further validation and convert the Number to a Byte.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.CalendarValidator
Convert the parsed Date to a Calendar.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.DateValidator
Returns the parsed Date unchanged.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.DoubleValidator
Convert the parsed value to a Double.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.FloatValidator
Perform further validation and convert the Number to a Float.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.IntegerValidator
Perform further validation and convert the Number to an Integer.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.LongValidator
Convert the parsed value to a Long.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.ShortValidator
Perform further validation and convert the Number to a Short.
processParsedValue(Object,Format) - method in class org.apache.commons.validator.routines.TimeValidator
Convert the parsed Date to a Calendar.
processVars(String,String) - method in class org.apache.commons.validator.Field
Replace the vars value with the key/value pairs passed in.
property - field in class org.apache.commons.validator.Field
The Field's property name.
PUBLISHER - static field in class org.apache.commons.validator.ISBNValidator

Q

QUERY_PATTERN - static field in class org.apache.commons.validator.UrlValidator
QUOTED_USER - static field in class org.apache.commons.validator.EmailValidator

R

readJavascriptFile(String) - method in class org.apache.commons.validator.ValidatorAction
Read a javascript function from a file.
REGISTRATIONS - static field in class org.apache.commons.validator.ValidatorResources
The set of public identifiers, and corresponding resource names, for the versions of the configuration file DTDs that we know about.
replace(String,String,String) - static method in class org.apache.commons.validator.util.ValidatorUtils
Replace part of a String with another value.
resource - field in class org.apache.commons.validator.Arg
Whether or not the key is a message resource (optional).
resource - field in class org.apache.commons.validator.Msg
Whether or not the key is a message resource (optional).
resource - field in class org.apache.commons.validator.Var
Whether the variable is a resource [false]
resources - field in class org.apache.commons.validator.Validator
The Validator Resources.
result - field in class org.apache.commons.validator.ValidatorResult.ResultStatus
ValidatorResult.ResultStatus - class org.apache.commons.validator.ValidatorResult.ResultStatus
Contains the status of the validation.
ResultStatus(boolean,Object) - constructor for class org.apache.commons.validator.ValidatorResult.ResultStatus
Construct a Result status.
Calls all of the validators that this validator depends on.

S

SCHEME_CHARS - static field in class org.apache.commons.validator.UrlValidator
SCHEME_PATTERN - static field in class org.apache.commons.validator.UrlValidator
Protocol (ie.
SEP - static field in class org.apache.commons.validator.ISBNValidator
setBundle(String) - method in class org.apache.commons.validator.Arg
Sets the resource bundle name.
setBundle(String) - method in class org.apache.commons.validator.Msg
Sets the resource bundle name.
setBundle(String) - method in class org.apache.commons.validator.Var
Sets the resource bundle name.
setClassLoader(ClassLoader) - method in class org.apache.commons.validator.Validator
Set the class loader to be used for instantiating application objects when required.
setClassname(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the class of the validator action.
setCountry(String) - method in class org.apache.commons.validator.FormSet
Sets the equivalent of the country component of Locale.
setDepends(String) - method in class org.apache.commons.validator.Field
Sets the validation rules for this field as a comma separated list.
setDepends(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the dependencies of the validator action.
setExtends(String) - method in class org.apache.commons.validator.Form
Sets the name/key of the parent set of validation rules.
setFieldName(String) - method in class org.apache.commons.validator.Validator
Sets the name of the field to validate in a form (optional)
setFieldOrder(int) - method in class org.apache.commons.validator.Field
Sets the position of the Field in the validation list.
setFormName(String) - method in class org.apache.commons.validator.Validator
Sets the form name which is the key to a set of validation rules.
setIndexedListProperty(String) - method in class org.apache.commons.validator.Field
Sets the indexed property name of the field.
setIndexedProperty(String) - method in class org.apache.commons.validator.Field
Sets the indexed property name of the field.
setJavascript(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the Javascript equivalent of the java class and method associated with this action.
setJsFunction(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the fully qualified class path of the Javascript function.
setJsFunctionName(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the Javascript function name.
setJsType(String) - method in class org.apache.commons.validator.Var
Sets the JavaScript type of the variable.
setKey(String) - method in class org.apache.commons.validator.Arg
Sets the key/value.
setKey(String) - method in class org.apache.commons.validator.Field
Sets a unique key for the field.
setKey(String) - method in class org.apache.commons.validator.Msg
Sets the key/value.
setLanguage(String) - method in class org.apache.commons.validator.FormSet
Sets the equivalent of the language component of Locale.
setMethod(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the name of method being called for the validator action.
setMethodParams(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the method parameters for the method.
setMsg(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the message associated with the validator action.
setName(String) - method in class org.apache.commons.validator.Arg
Sets the name of the dependency.
setName(String) - method in class org.apache.commons.validator.Form
Sets the name/key of the set of validation rules.
setName(String) - method in class org.apache.commons.validator.Msg
Sets the name of the dependency.
setName(String) - method in class org.apache.commons.validator.ValidatorAction
Sets the name of the validator action.
setName(String) - method in class org.apache.commons.validator.Var
Sets the name of the variable.
setOnlyReturnErrors(boolean) - method in class org.apache.commons.validator.Validator
Configures which Fields the Validator returns from the validate() method.
setPage(int) - method in class org.apache.commons.validator.Field
Sets the page value that the Field is associated with for validation.
setPage(int) - method in class org.apache.commons.validator.Validator
Sets the page.
setParameter(String,Object) - method in class org.apache.commons.validator.Validator
Set a parameter of a pluggable validation method.
setPosition(int) - method in class org.apache.commons.validator.Arg
Set this argument's replacement position.
setProperty(String) - method in class org.apache.commons.validator.Field
Sets the property name of the field.
setResource(boolean) - method in class org.apache.commons.validator.Arg
Sets whether or not the key is a resource.
setResource(boolean) - method in class org.apache.commons.validator.Msg
Sets whether or not the key is a resource.
setResource(boolean) - method in class org.apache.commons.validator.Var
Sets whether or not the value is a resource.
setResult(Object) - method in class org.apache.commons.validator.ValidatorResult.ResultStatus
Sets the result returned by a validation method.
setUseContextClassLoader(boolean) - method in class org.apache.commons.validator.Validator
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setValid(boolean) - method in class org.apache.commons.validator.ValidatorResult.ResultStatus
Sets whether or not the validation passed.
setValue(String) - method in class org.apache.commons.validator.Var
Sets the value of the variable.
setVariant(String) - method in class org.apache.commons.validator.FormSet
Sets the equivalent of the variant component of Locale.
ShortValidator - class org.apache.commons.validator.routines.ShortValidator
Short Validation and Conversion routines (java.lang.Short).
ShortValidator() - constructor for class org.apache.commons.validator.routines.ShortValidator
Construct a strict instance.
ShortValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.ShortValidator
Construct an instance with the specified strict setting and format type.
SPECIAL_CHARS - static field in class org.apache.commons.validator.EmailValidator
SPECIAL_CHARS - static field in class org.apache.commons.validator.UrlValidator
STANDARD_FORMAT - static field in class org.apache.commons.validator.routines.AbstractNumberValidator
Standard NumberFormat type
strict - field in class org.apache.commons.validator.routines.AbstractFormatValidator
stripComments(String) - method in class org.apache.commons.validator.EmailValidator
Recursively remove comments, and replace with a single space.
sum(String) - method in class org.apache.commons.validator.ISBNValidator
Returns the sum of the weighted ISBN characters.

T

timeStyle - field in class org.apache.commons.validator.routines.AbstractCalendarValidator
TimeValidator - class org.apache.commons.validator.routines.TimeValidator
Time Validation and Conversion routines (java.util.Calendar).
TimeValidator() - constructor for class org.apache.commons.validator.routines.TimeValidator
Construct a strict instance with short time style.
TimeValidator(boolean,int) - constructor for class org.apache.commons.validator.routines.TimeValidator
Construct an instance with the specified strict and time style parameters.
TITLE - static field in class org.apache.commons.validator.ISBNValidator
TLD_PATTERN - static field in class org.apache.commons.validator.EmailValidator
toInt(char) - method in class org.apache.commons.validator.ISBNValidator
Returns the numeric value represented by the character.
TOKEN_END - static field in class org.apache.commons.validator.Field
The end of a token.
TOKEN_INDEXED - static field in class org.apache.commons.validator.Field
This indicates an indexed property is being referenced.
TOKEN_START - static field in class org.apache.commons.validator.Field
The start of a token.
TOKEN_VAR - static field in class org.apache.commons.validator.Field
A Vriable token.
toString() - method in class org.apache.commons.validator.Arg
Returns a string representation of the object.
toString() - method in class org.apache.commons.validator.Field
Returns a string representation of the object.
toString() - method in class org.apache.commons.validator.util.Flags
Returns a 64 length String with the first flag on the right and the 64th flag on the left.
toString() - method in class org.apache.commons.validator.Form
Returns a string representation of the object.
toString() - method in class org.apache.commons.validator.FormSet
Returns a string representation of the object.
toString() - method in class org.apache.commons.validator.Msg
Returns a string representation of the object.
toString() - method in class org.apache.commons.validator.ValidatorAction
Returns a string representation of the object.
toString() - method in class org.apache.commons.validator.Var
Returns a string representation of the object.
turnOff(long) - method in class org.apache.commons.validator.util.Flags
Turns off the given flag.
turnOffAll() - method in class org.apache.commons.validator.util.Flags
Turn off all flags.
turnOn(long) - method in class org.apache.commons.validator.util.Flags
Turns on the given flag.
turnOnAll() - method in class org.apache.commons.validator.util.Flags
Turn on all 64 flags.

U

URL_PATTERN - static field in class org.apache.commons.validator.UrlValidator
This expression derived/taken from the BNF for URI (RFC2396).
URL_VALIDATOR - static field in class org.apache.commons.validator.GenericValidator
UrlValidator used in wrapper method.
UrlValidator - class org.apache.commons.validator.UrlValidator
Validates URLs.
UrlValidator() - constructor for class org.apache.commons.validator.UrlValidator
Create a UrlValidator with default properties.
UrlValidator(int) - constructor for class org.apache.commons.validator.UrlValidator
Initialize a UrlValidator with the given validation options.
UrlValidator(String[]) - constructor for class org.apache.commons.validator.UrlValidator
Behavior of validation is modified by passing in several strings options:
UrlValidator(String[],int) - constructor for class org.apache.commons.validator.UrlValidator
Behavour of validation is modified by passing in options:
useContextClassLoader - field in class org.apache.commons.validator.Validator
Whether or not to use the Context ClassLoader when loading classes for instantiating new objects.
USER_PATTERN - static field in class org.apache.commons.validator.EmailValidator

V

valid - field in class org.apache.commons.validator.ValidatorResult.ResultStatus
VALID_CHARS - static field in class org.apache.commons.validator.EmailValidator
VALID_CHARS - static field in class org.apache.commons.validator.UrlValidator
validate() - method in class org.apache.commons.validator.Validator
Performs validations based on the configured resources.
validate(Map,Map) - method in class org.apache.commons.validator.Field
Run the configured validations on this field.
validate(Map,Map,int) - method in class org.apache.commons.validator.Form
Validate all Fields in this Form on the given page and below.
validate(Map,Map,int,String) - method in class org.apache.commons.validator.Form
Validate all Fields in this Form on the given page and below.
validate(String) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Validate/convert a BigDecimal using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Validate/convert a BigInteger using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.ByteValidator
Validate/convert a Byte using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the default Locale and TimeZone.
validate(String) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the default Locale and TimeZone.
validate(String) - method in class org.apache.commons.validator.routines.DoubleValidator
Validate/convert a Double using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.FloatValidator
Validate/convert a Float using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.IntegerValidator
Validate/convert an Integer using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.LongValidator
Validate/convert a Long using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.ShortValidator
Validate/convert a Short using the default Locale.
validate(String) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the default Locale and TimeZone.
validate(String,Locale) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Validate/convert a BigDecimal using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Validate/convert a BigInteger using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.ByteValidator
Validate/convert a Byte using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified Locale and default TimeZone.
validate(String,Locale) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified Locale and default TimeZone.
validate(String,Locale) - method in class org.apache.commons.validator.routines.DoubleValidator
Validate/convert a Double using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.FloatValidator
Validate/convert a Float using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.IntegerValidator
Validate/convert an Integer using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.LongValidator
Validate/convert a Long using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.ShortValidator
Validate/convert a Short using the specified Locale.
validate(String,Locale) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified Locale default TimeZone.
validate(String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified Locale and TimeZone.
validate(String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified Locale and TimeZone.
validate(String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified specified Locale and TimeZone.
validate(String,String) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Validate/convert a BigDecimal using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Validate/convert a BigInteger using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.ByteValidator
Validate/convert a Byte using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified pattern and default TimeZone.
validate(String,String) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified pattern and default TimeZone.
validate(String,String) - method in class org.apache.commons.validator.routines.DoubleValidator
Validate/convert a Double using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.FloatValidator
Validate/convert a Float using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.IntegerValidator
Validate/convert an Integer using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.LongValidator
Validate/convert a Long using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.ShortValidator
Validate/convert a Short using the specified pattern.
validate(String,String) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified pattern and default TimeZone.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.BigDecimalValidator
Validate/convert a BigDecimal using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.BigIntegerValidator
Validate/convert a BigInteger using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.ByteValidator
Validate/convert a Byte using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified pattern and Locale and the default TimeZone.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified pattern and Locale and the default TimeZone.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.DoubleValidator
Validate/convert a Double using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.FloatValidator
Validate/convert a Float using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.IntegerValidator
Validate/convert a Integer using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.LongValidator
Validate/convert a Long using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.ShortValidator
Validate/convert a Short using the specified pattern and/ or Locale.
validate(String,String,Locale) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified pattern and Locale and the default TimeZone.
validate(String,String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified pattern, and Locale and TimeZone.
validate(String,String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified pattern, and Locale and TimeZone.
validate(String,String,Locale,TimeZone) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified pattern, Locale and TimeZone.
validate(String,String,TimeZone) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified pattern and TimeZone.
validate(String,String,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified pattern and TimeZone.
validate(String,String,TimeZone) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified pattern and TimeZone.
validate(String,TimeZone) - method in class org.apache.commons.validator.routines.CalendarValidator
Validate/convert a Calendar using the specified TimeZone and default Locale.
validate(String,TimeZone) - method in class org.apache.commons.validator.routines.DateValidator
Validate/convert a Date using the specified TimeZone and default Locale.
validate(String,TimeZone) - method in class org.apache.commons.validator.routines.TimeValidator
Validate/convert a time using the specified TimeZone and default Locale.
Executes the given ValidatorAction and all ValidatorActions that it depends on.
validationClass - field in class org.apache.commons.validator.ValidatorAction
The Class object loaded from the classname.
validationMethod - field in class org.apache.commons.validator.ValidatorAction
The Method object loaded from the method name.
VALIDATOR - static field in class org.apache.commons.validator.routines.BigDecimalValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.BigIntegerValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.ByteValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.CalendarValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.CurrencyValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.DateValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.DoubleValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.FloatValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.IntegerValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.LongValidator
Validator - class org.apache.commons.validator.Validator
Validations are processed by the validate method.
VALIDATOR - static field in class org.apache.commons.validator.routines.PercentValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.ShortValidator
VALIDATOR - static field in class org.apache.commons.validator.routines.TimeValidator
Validator(org.apache.commons.validator.ValidatorResources) - constructor for class org.apache.commons.validator.Validator
Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
Validator(org.apache.commons.validator.ValidatorResources,String) - constructor for class org.apache.commons.validator.Validator
Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
Validator(org.apache.commons.validator.ValidatorResources,String,String) - constructor for class org.apache.commons.validator.Validator
Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
VALIDATOR_ACTION_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the ValidatorAction is stored under.
VALIDATOR_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the Validator is stored under.
VALIDATOR_RESULTS_PARAM - static field in class org.apache.commons.validator.Validator
Resources key the ValidatorResults is stored under.
ValidatorAction - class org.apache.commons.validator.ValidatorAction
Contains the information to dynamically create and run a validation method.
ValidatorException - class org.apache.commons.validator.ValidatorException
The base exception for the Validator Framework.
ValidatorException() - constructor for class org.apache.commons.validator.ValidatorException
Constructs an Exception with no specified detail message.
ValidatorException(String) - constructor for class org.apache.commons.validator.ValidatorException
Constructs an Exception with the specified detail message.
ValidatorResources - class org.apache.commons.validator.ValidatorResources
General purpose class for storing FormSet objects based on their associated Locale.
ValidatorResources() - constructor for class org.apache.commons.validator.ValidatorResources
Create an empty ValidatorResources object.
ValidatorResources(InputStream) - constructor for class org.apache.commons.validator.ValidatorResources
Create a ValidatorResources object from an InputStream.
ValidatorResources(InputStream[]) - constructor for class org.apache.commons.validator.ValidatorResources
Create a ValidatorResources object from an InputStream.
ValidatorResources(String) - constructor for class org.apache.commons.validator.ValidatorResources
Create a ValidatorResources object from an uri
ValidatorResources(String[]) - constructor for class org.apache.commons.validator.ValidatorResources
Create a ValidatorResources object from several uris
ValidatorResult - class org.apache.commons.validator.ValidatorResult
This contains the results of a set of validation rules processed on a JavaBean.
ValidatorResult(org.apache.commons.validator.Field) - constructor for class org.apache.commons.validator.ValidatorResult
Constructs a ValidatorResult with the associated field being validated.
ValidatorResults - class org.apache.commons.validator.ValidatorResults
This contains the results of a set of validation rules processed on a JavaBean.
ValidatorUtils - class org.apache.commons.validator.util.ValidatorUtils
Basic utility methods.
value - field in class org.apache.commons.validator.Var
The key or value the variable.
Var - class org.apache.commons.validator.Var
A variable that can be associated with a Field for passing in information to a pluggable validator.
Var() - constructor for class org.apache.commons.validator.Var
Default Constructor.
Var(String,String,String) - constructor for class org.apache.commons.validator.Var
Constructs a variable with a specified name, value and Javascript type.
variant - field in class org.apache.commons.validator.FormSet
Variant component of Locale (optional).
VARIANT_FORMSET - static field in class org.apache.commons.validator.FormSet
This is the type of FormSets where full locale has been set.
CreditCardValidator.Visa - class org.apache.commons.validator.CreditCardValidator.Visa
Change to support Visa Carte Blue used in France has been removed - see Bug 35926

W

WORD - static field in class org.apache.commons.validator.EmailValidator

Copyright (c) 2001-2004 Apache Software Foundation