String bundle
key
should be
resolved in (optional).String key
String name
int position
boolean resource
Map<K extends Object,V extends Object>[] args
boolean clientValidation
List<E extends Object> dependencyList
String depends
int fieldOrder
org.apache.commons.collections.FastHashMap hMsgs
org.apache.commons.collections.FastHashMap hVars
String indexedListProperty
String indexedProperty
String key
int page
String property
org.apache.commons.collections.FastHashMap hFields
Field
s keyed on their property value.String inherit
List<E extends Object> lFields
Field
s. Used to maintain the order they were added
in although individual Field
s can be retrieved using Map
of Field
s.String name
boolean processed
Form
was processed for replacing
variables in strings with their values.Map<K extends Object,V extends Object> constants
Map
of Constant
s using the name field of the
Constant
as the key.String country
Locale
(optional).Map<K extends Object,V extends Object> forms
Map
of Form
s using the name field of the
Form
as the key.String language
Locale
(required).boolean merged
boolean processed
FormSet
was processed for replacing
variables in strings with their values.String variant
Locale
(optional).String bundle
key
should be
resolved in (optional).String key
String name
boolean resource
String fieldName
String formName
boolean onlyReturnErrors
int page
Map<K extends Object,V extends Object> parameters
ValidatorResources resources
boolean useContextClassLoader
false
.String classname
List<E extends Object> 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().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.Object instance
String javascript
String jsFunction
String jsFunctionName
String method
List<E extends Object> methodParameterList
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.
String msg
String name
Class<T extends Object>[] parameterClasses
Class<T extends Object> validationClass
Method validationMethod
FormSet defaultFormSet
FormSet
(without locale). (We probably don't need
the defaultLocale anymore.)org.apache.commons.collections.FastHashMap hActions
Map
of ValidatorAction
s with
the name of the ValidatorAction
as the 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 hFormSets
Map
of FormSet
s stored under
a Locale
key (expressed as a String).Object result
boolean valid
String bundle
String jsType
String name
boolean resource
String value
int dateStyle
int timeStyle
boolean strict
boolean allowFractions
int formatType
CheckDigit checkdigit
int maxLength
int minLength
RegexValidator regexValidator
boolean allowLocal
RegexValidator domainRegex
RegexValidator hostnameRegex
boolean allowLocal
boolean allowTld
RegexValidator ipv4Validator
boolean convert
CodeValidator isbn10Validator
CodeValidator isbn13Validator
Pattern[] patterns
Set<E extends Object> allowedSchemes
RegexValidator authorityValidator
long options
int modulus
int[] postitionWeight
boolean sumWeightedDigits
boolean useRightPos
long flags
Copyright © 2002–2018. All rights reserved.