java.lang.String bundle
key should be
resolved in (optional).java.lang.String key
java.lang.String name
int position
boolean resource
java.util.Map<java.lang.String,Arg>[] args
boolean clientValidation
java.util.List<java.lang.String> dependencyList
java.lang.String depends
int fieldOrder
org.apache.commons.collections.FastHashMap hMsgs
org.apache.commons.collections.FastHashMap hVars
java.lang.String indexedListProperty
java.lang.String indexedProperty
java.lang.String key
int page
java.lang.String property
org.apache.commons.collections.FastHashMap hFields
Fields keyed on their property value.java.lang.String inherit
java.util.List<Field> lFields
Fields. Used to maintain the order they were added
in although individual Fields can be retrieved using Map
of Fields.java.lang.String name
boolean processed
Form was processed for replacing
variables in strings with their values.java.util.Map<java.lang.String,java.lang.String> constants
Map of Constants using the name field of the
Constant as the key.java.lang.String country
Locale (optional).java.util.Map<java.lang.String,Form> forms
Map of Forms using the name field of the
Form as the key.java.lang.String language
Locale (required).boolean merged
boolean processed
FormSet was processed for replacing
variables in strings with their values.java.lang.String variant
Locale (optional).java.lang.String bundle
key should be
resolved in (optional).java.lang.String key
java.lang.String name
boolean resource
java.util.Set<java.lang.String> allowedSchemes
java.lang.String[] defaultSchemes
Flags options
java.lang.String fieldName
java.lang.String formName
boolean onlyReturnErrors
int page
java.util.Map<java.lang.String,java.lang.Object> parameters
ValidatorResources resources
boolean useContextClassLoader
false.java.lang.String classname
java.util.List<java.lang.String> dependencyList
ValidatorActions
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().java.lang.String depends
ValidatorActions that this one depends on. If
any errors occur in an action that this one depends on, this action will
not be processsed.java.lang.Object instance
java.lang.String javascript
java.lang.String jsFunction
java.lang.String jsFunctionName
java.lang.String method
java.util.List<java.lang.String> methodParameterList
java.lang.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.
java.lang.String msg
java.lang.String name
java.lang.Class<?>[] parameterClasses
java.lang.Class<?> validationClass
java.lang.reflect.Method validationMethod
FormSet defaultFormSet
FormSet (without locale). (We probably don't need
the defaultLocale anymore.)org.apache.commons.collections.FastHashMap hActions
Map of ValidatorActions 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 FormSets stored under
a Locale key (expressed as a String).Field field
Field being validated.
TODO This variable is not used. Need to investigate removing it.java.util.Map<java.lang.String,ValidatorResult.ResultStatus> hAction
ValidatorAction
and the value is whether or not this field passed or not.java.lang.Object result
boolean valid
java.util.Map<java.lang.String,ValidatorResult> hResults
java.lang.String bundle
java.lang.String jsType
java.lang.String name
boolean resource
java.lang.String value
int dateStyle
int timeStyle
boolean strict
boolean allowFractions
int formatType
CheckDigit checkdigit
int maxLength
int minLength
RegexValidator regexValidator
java.util.List<CodeValidator> cardTypes
boolean allowLocal
RegexValidator domainRegex
RegexValidator hostnameRegex
boolean allowLocal
boolean allowTld
RegexValidator ipv4Validator
boolean convert
CodeValidator isbn10Validator
CodeValidator isbn13Validator
java.util.regex.Pattern[] patterns
java.util.Set<java.lang.String> allowedSchemes
RegexValidator authorityValidator
long options
int modulus
int[] postitionWeight
boolean sumWeightedDigits
boolean useRightPos
long flags
Copyright © 2002–2018. All rights reserved.