String bundle
key
should be
resolved in (optional).String key
String name
int position
boolean resource
String property
String indexedProperty
String indexedListProperty
String key
String depends
int page
boolean clientValidation
int fieldOrder
List<E> dependencyList
org.apache.commons.collections.FastHashMap hVars
org.apache.commons.collections.FastHashMap hMsgs
Map<K,V>[] args
String name
List<E> 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.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<K,V> forms
Map
of Form
s using the name field of the
Form
as the key.Map<K,V> constants
Map
of Constant
s using the name field of the
Constant
as the key.boolean merged
String bundle
key
should be
resolved in (optional).String key
String name
boolean resource
ValidatorResources resources
String formName
String fieldName
Map<K,V> parameters
int page
boolean useContextClassLoader
false
.boolean onlyReturnErrors
String name
String classname
Class<T> 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<T>[] 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<E> 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<E> methodParameterList
org.apache.commons.collections.FastHashMap hFormSets
Map
of FormSet
s stored under
a Locale
key (expressed as a String).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.)boolean valid
Object result
String name
String value
String jsType
boolean resource
String bundle
int dateStyle
int timeStyle
boolean strict
boolean allowFractions
int formatType
RegexValidator regexValidator
int minLength
int maxLength
CheckDigit checkdigit
boolean allowLocal
RegexValidator domainRegex
RegexValidator hostnameRegex
boolean allowLocal
boolean allowTld
RegexValidator ipv4Validator
CodeValidator isbn10Validator
CodeValidator isbn13Validator
boolean convert
Pattern[] patterns
long options
Set<E> allowedSchemes
RegexValidator authorityValidator
int modulus
long flags
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.