|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.apache.commons.validator |
|---|
| Class org.apache.commons.validator.Arg extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String bundle
key should be
resolved in (optional).
java.lang.String key
java.lang.String name
int position
boolean resource
| Class org.apache.commons.validator.Field extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String property
java.lang.String indexedProperty
java.lang.String indexedListProperty
java.lang.String key
java.lang.String depends
int page
int fieldOrder
java.util.List<E> dependencyList
FastHashMap hVars
FastHashMap hMsgs
java.util.Map<K,V>[] args
| Class org.apache.commons.validator.Form extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.util.List<E> lFields
Fields. Used to maintain the order they were added
in although individual Fields can be retrieved using Map
of Fields.
FastHashMap hFields
Fields keyed on their property value.
java.lang.String inherit
boolean processed
Form was processed for replacing
variables in strings with their values.
| Class org.apache.commons.validator.FormSet extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean processed
FormSet was processed for replacing
variables in strings with their values.
java.lang.String language
Locale (required).
java.lang.String country
Locale (optional).
java.lang.String variant
Locale (optional).
java.util.Map<K,V> forms
Map of Forms using the name field of the
Form as the key.
java.util.Map<K,V> constants
Map of Constants using the name field of the
Constant as the key.
boolean merged
| Class org.apache.commons.validator.GenericTypeValidator extends java.lang.Object implements Serializable |
|---|
| Class org.apache.commons.validator.GenericValidator extends java.lang.Object implements Serializable |
|---|
| Class org.apache.commons.validator.Msg extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String bundle
key should be
resolved in (optional).
java.lang.String key
java.lang.String name
boolean resource
| Class org.apache.commons.validator.UrlValidator extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Flags options
java.util.Set<E> allowedSchemes
java.lang.String[] defaultSchemes
| Class org.apache.commons.validator.Validator extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
ValidatorResources resources
java.lang.String formName
java.lang.String fieldName
java.util.Map<K,V> parameters
int page
java.lang.ClassLoader classLoader
useContextClassLoader variable.
boolean useContextClassLoader
false.
boolean onlyReturnErrors
| Class org.apache.commons.validator.ValidatorAction extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.lang.String classname
java.lang.Class<T> validationClass
java.lang.String method
java.lang.reflect.Method validationMethod
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.Class<T>[] parameterClasses
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.String msg
java.lang.String jsFunctionName
java.lang.String jsFunction
java.lang.String javascript
java.lang.Object instance
java.util.List<E> 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.util.List<E> methodParameterList
| Class org.apache.commons.validator.ValidatorException extends java.lang.Exception implements Serializable |
|---|
| Class org.apache.commons.validator.ValidatorResources extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
FastHashMap hFormSets
Map of FormSets stored under
a Locale key.
FastHashMap hConstants
Map of global constant values with
the name of the constant as the key.
FastHashMap hActions
Map of ValidatorActions 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 java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> 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 java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean valid
java.lang.Object result
| Class org.apache.commons.validator.ValidatorResults extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> hResults
| Class org.apache.commons.validator.Var extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.lang.String value
java.lang.String jsType
boolean resource
java.lang.String bundle
| Package org.apache.commons.validator.util |
|---|
| Class org.apache.commons.validator.util.Flags extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
long flags
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||