|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.commons.validator |
---|
Class org.apache.commons.validator.Arg extends Object implements Serializable |
---|
Serialized Fields |
---|
String bundle
key
should be
resolved in (optional).
String key
String name
int position
boolean resource
Class org.apache.commons.validator.Field extends Object implements Serializable |
---|
Serialized Fields |
---|
String property
String indexedProperty
String indexedListProperty
String key
String depends
int page
boolean clientValidation
int fieldOrder
List dependencyList
org.apache.commons.collections.FastHashMap hVars
org.apache.commons.collections.FastHashMap hMsgs
Map[] args
Class org.apache.commons.validator.Form extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
List lFields
Field
s. Used to maintain the order they were added
in although individual Field
s can be retrieved using Map
of Field
s.
org.apache.commons.collections.FastHashMap hFields
Field
s keyed on their property value.
String inherit
boolean processed
Form
was processed for replacing
variables in strings with their values.
Class org.apache.commons.validator.FormSet extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean processed
FormSet
was processed for replacing
variables in strings with their values.
String language
Locale
(required).
String country
Locale
(optional).
String variant
Locale
(optional).
Map forms
Map
of Form
s using the name field of the
Form
as the key.
Map constants
Map
of Constant
s using the name field of the
Constant
as the key.
boolean merged
Class org.apache.commons.validator.GenericTypeValidator extends Object implements Serializable |
---|
Class org.apache.commons.validator.GenericValidator extends Object implements Serializable |
---|
Class org.apache.commons.validator.Msg extends Object implements Serializable |
---|
Serialized Fields |
---|
String bundle
key
should be
resolved in (optional).
String key
String name
boolean resource
Class org.apache.commons.validator.UrlValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
Flags options
Set allowedSchemes
String[] defaultSchemes
Class org.apache.commons.validator.Validator extends Object implements Serializable |
---|
Serialized Fields |
---|
ValidatorResources resources
String formName
String fieldName
Map parameters
int page
ClassLoader classLoader
useContextClassLoader
variable.
boolean useContextClassLoader
false
.
boolean onlyReturnErrors
Class org.apache.commons.validator.ValidatorAction extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String classname
Class validationClass
String method
Method validationMethod
String methodParams
The method signature of the validation method. This should be a comma delimited list of the full class names of each parameter in the correct order that the method takes.
Note: java.lang.Object
is reserved for the
JavaBean that is being validated. The ValidatorAction
and Field
that are associated with a field's
validation will automatically be populated if they are
specified in the method signature.
Class[] parameterClasses
String depends
ValidatorAction
s that this one depends on. If
any errors occur in an action that this one depends on, this action will
not be processsed.
String msg
String jsFunctionName
String jsFunction
String javascript
Object instance
List dependencyList
ValidatorAction
s
this one depends on (if any). This List gets updated
whenever setDepends() gets called. This is synchronized so a call to
setDepends() (which clears the List) won't interfere with a call to
isDependency().
List methodParameterList
Class org.apache.commons.validator.ValidatorException extends Exception implements Serializable |
---|
Class org.apache.commons.validator.ValidatorResources extends Object implements Serializable |
---|
Serialized Fields |
---|
org.apache.commons.collections.FastHashMap hFormSets
Map
of FormSet
s stored under
a Locale
key.
org.apache.commons.collections.FastHashMap hConstants
Map
of global constant values with
the name of the constant as the key.
org.apache.commons.collections.FastHashMap hActions
Map
of ValidatorAction
s with
the name of the ValidatorAction
as the key.
FormSet defaultFormSet
FormSet
(without locale). (We probably don't need
the defaultLocale anymore.)
Class org.apache.commons.validator.ValidatorResult extends Object implements Serializable |
---|
Serialized Fields |
---|
Map hAction
ValidatorAction
and the value is whether or not this field passed or not.
Field field
Field
being validated.
TODO This variable is not used. Need to investigate removing it.
Class org.apache.commons.validator.ValidatorResult.ResultStatus extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean valid
Object result
Class org.apache.commons.validator.ValidatorResults extends Object implements Serializable |
---|
Serialized Fields |
---|
Map hResults
Class org.apache.commons.validator.Var extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String value
String jsType
boolean resource
String bundle
Package org.apache.commons.validator.routines |
---|
Class org.apache.commons.validator.routines.AbstractCalendarValidator extends AbstractFormatValidator implements Serializable |
---|
Serialized Fields |
---|
int dateStyle
int timeStyle
Class org.apache.commons.validator.routines.AbstractFormatValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean strict
Class org.apache.commons.validator.routines.AbstractNumberValidator extends AbstractFormatValidator implements Serializable |
---|
Serialized Fields |
---|
boolean allowFractions
int formatType
Class org.apache.commons.validator.routines.BigDecimalValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.BigIntegerValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.ByteValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.CalendarValidator extends AbstractCalendarValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.CodeValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
RegexValidator regexValidator
int minLength
int maxLength
CheckDigit checkdigit
Class org.apache.commons.validator.routines.CreditCardValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
List cardTypes
Class org.apache.commons.validator.routines.CurrencyValidator extends BigDecimalValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.DateValidator extends AbstractCalendarValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.DomainValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
RegexValidator domainRegex
Class org.apache.commons.validator.routines.DoubleValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.EmailValidator extends Object implements Serializable |
---|
Class org.apache.commons.validator.routines.FloatValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.InetAddressValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
RegexValidator ipv4Validator
Class org.apache.commons.validator.routines.IntegerValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.ISBNValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
CodeValidator isbn10Validator
CodeValidator isbn13Validator
boolean convert
Class org.apache.commons.validator.routines.LongValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.PercentValidator extends BigDecimalValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.RegexValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
Pattern[] patterns
Class org.apache.commons.validator.routines.ShortValidator extends AbstractNumberValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.TimeValidator extends AbstractCalendarValidator implements Serializable |
---|
Class org.apache.commons.validator.routines.UrlValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
long options
Set allowedSchemes
RegexValidator authorityValidator
Package org.apache.commons.validator.routines.checkdigit |
---|
Class org.apache.commons.validator.routines.checkdigit.CheckDigitException extends Exception implements Serializable |
---|
Class org.apache.commons.validator.routines.checkdigit.EAN13CheckDigit extends ModulusCheckDigit implements Serializable |
---|
Class org.apache.commons.validator.routines.checkdigit.ISBN10CheckDigit extends ModulusCheckDigit implements Serializable |
---|
Class org.apache.commons.validator.routines.checkdigit.ISBNCheckDigit extends Object implements Serializable |
---|
Class org.apache.commons.validator.routines.checkdigit.LuhnCheckDigit extends ModulusCheckDigit implements Serializable |
---|
Class org.apache.commons.validator.routines.checkdigit.VerhoeffCheckDigit extends Object implements Serializable |
---|
Package org.apache.commons.validator.util |
---|
Class org.apache.commons.validator.util.Flags extends Object implements Serializable |
---|
Serialized Fields |
---|
long flags
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |