|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.apache.commons.validator |
| Class org.apache.commons.validator.Arg implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.String key
boolean resource
| Class org.apache.commons.validator.Constant implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.String value
| Class org.apache.commons.validator.Field 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
org.apache.commons.collections.FastHashMap hDependencies
org.apache.commons.collections.FastHashMap hVars
org.apache.commons.collections.FastHashMap hMsgs
org.apache.commons.collections.FastHashMap hArg0
org.apache.commons.collections.FastHashMap hArg1
org.apache.commons.collections.FastHashMap hArg2
org.apache.commons.collections.FastHashMap hArg3
| Class org.apache.commons.validator.Form implements Serializable |
| Serialized Fields |
java.lang.String name
java.util.List lFields
Fields. Used to maintain
the order they were added in although individual
Fields can be retrieved using
Map of Fields.
org.apache.commons.collections.FastHashMap hFields
Fields keyed on their property value.
| Class org.apache.commons.validator.FormSet implements Serializable |
| Serialized Fields |
boolean bProcessed
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).
org.apache.commons.collections.FastHashMap hForms
FastHashMap of Forms
using the name field of the Form as the key.
org.apache.commons.collections.FastHashMap hConstants
FastHashMap of Constants
using the name field of the Constant as the key.
| Class org.apache.commons.validator.GenericTypeValidator implements Serializable |
| Class org.apache.commons.validator.GenericValidator implements Serializable |
| Class org.apache.commons.validator.Msg implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.String key
| Class org.apache.commons.validator.Validator implements Serializable |
| Serialized Fields |
ValidatorResources resources
java.lang.String formName
java.util.HashMap hResources
int page
java.lang.ClassLoader classLoader
useContextClassLoader variable.
boolean useContextClassLoader
false.
| Class org.apache.commons.validator.ValidatorAction implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.String classname
java.lang.String method
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 fields
validation will automatically be populated if they are
specified in the method signature.
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 javascript
java.lang.Object instance
org.apache.commons.collections.FastHashMap hDependencies
FastHashMap of the other
ValiadtorActions this one depends
on (if any).
java.util.List lMethodParams
| Class org.apache.commons.validator.ValidatorException implements Serializable |
| Class org.apache.commons.validator.ValidatorResources implements Serializable |
| Serialized Fields |
org.apache.commons.collections.FastHashMap hFormSets
FastHashMap of FormSets stored under
a Locale key.
org.apache.commons.collections.FastHashMap hConstants
FastHashMap of global constant values with
the name of the constant as the key.
org.apache.commons.collections.FastHashMap hActions
FastHashMap of ValidatorActions with
the name of the ValidatorAction as the key.
| Class org.apache.commons.validator.ValidatorResult implements Serializable |
| Serialized Fields |
java.util.Map hAction
ValidatorAction
and the value is whether or not
this field passed or not.
Field field
Field being validated.
| Class org.apache.commons.validator.ValidatorResult.ResultStatus implements Serializable |
| Serialized Fields |
boolean valid
java.lang.Object result
| Class org.apache.commons.validator.ValidatorResults implements Serializable |
| Serialized Fields |
java.util.Map hResults
| Class org.apache.commons.validator.Var implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.String value
java.lang.String jsType
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||