Commons Resources (Unofficial)
|
Serialized Form
Package org.apache.commons.validator |
- The name dependency that this argument goes with (optional).
- The key or value of the argument.
- Whether or not the key is a message resource (optional). Defaults to true.
If it is 'true', the value will try to be resolved as a message resource.
- The name of the constant.
- The name of the constant.
org.apache.commons.collections.FastHashMap
org.apache.commons.collections.FastHashMap
org.apache.commons.collections.FastHashMap
org.apache.commons.collections.FastHashMap
org.apache.commons.collections.FastHashMap
org.apache.commons.collections.FastHashMap
org.apache.commons.collections.FastHashMap
- The name/key the set of validation rules is
stored under.
- List of
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
- Map of
Field s keyed on their property value.
- Whether or not the this
FormSet was processed
for replacing variables in strings with their values.
- Language component of
Locale (required).
- Country component of
Locale (optional).
- Variant component of
Locale (optional).
org.apache.commons.collections.FastHashMap
- A
FastHashMap of Form s
using the name field of the Form as the key.
org.apache.commons.collections.FastHashMap
- A
FastHashMap of Constant s
using the name field of the Constant as the key.
- The name dependency that this argument goes with (optional).
- The key or value of the argument.
- The class loader to use for instantiating application objects.
If not specified, the context class loader, or the class loader
used to load Digester itself, is used, based on the value of the
useContextClassLoader variable.
- Whether or not to use the Context ClassLoader when loading classes
for instantiating new objects. Default is
false .
- The name of the validation.
- The full class name of the class containing
the validation method associated with
this action.
- The full method name of the validation
to be performed. The method must be
thread safe.
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.
- The other
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.
- The default error message associated with
this action.
- An optional field to contain the name to be
used if JavaScript is generated.
- An optional field to containing a
JavaScript representation of the
java method assocated with this action.
- If the java method matching the correct
signature isn't static, the instance is
stored in the action. This assumes the
method is thread safe.
org.apache.commons.collections.FastHashMap
- A
FastHashMap of the other
ValiadtorAction s this one depends
on (if any).
- A list of all the validation method's parameters.
org.apache.commons.collections.FastHashMap
FastHashMap of FormSet s stored under
a Locale key.
org.apache.commons.collections.FastHashMap
FastHashMap of global constant values with
the name of the constant as the key.
org.apache.commons.collections.FastHashMap
FastHashMap of ValidatorAction s with
the name of the ValidatorAction as the key.
- Map of results. The key is the name
of the
ValidatorAction
and the value is whether or not
this field passed or not.
- Map of validation results .
- The name of the variable.
- The optional JavaScript type of the variable.
Copyright (c) 2001-2002 - Apache Software Foundation
|