Serialized Form

Package org.apache.commons.validator

name

java.lang.String 
The name dependency that this argument goes with (optional).

key

java.lang.String 
The key or value of the argument.

resource

boolean 
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.

name

java.lang.String 
The name of the constant.

value

java.lang.String 
The name of the constant.

property

java.lang.String 

indexedProperty

java.lang.String 

indexedListProperty

java.lang.String 

key

java.lang.String 

depends

java.lang.String 

page

int 

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

org.apache.commons.collections.FastHashMap 

name

java.lang.String 
The name/key the set of validation rules is stored under.

lFields

java.util.List 
List of Fields. Used to maintain the order they were added in although individual Fields can be retrieved using Map of Fields.

hFields

org.apache.commons.collections.FastHashMap 
Map of Fields keyed on their property value.

bProcessed

boolean 
Whether or not the this FormSet was processed for replacing variables in strings with their values.

language

java.lang.String 
Language component of Locale (required).

country

java.lang.String 
Country component of Locale (optional).

variant

java.lang.String 
Variant component of Locale (optional).

hForms

org.apache.commons.collections.FastHashMap 
A FastHashMap of Forms using the name field of the Form as the key.

hConstants

org.apache.commons.collections.FastHashMap 
A FastHashMap of Constants using the name field of the Constant as the key.

name

java.lang.String 
The name dependency that this argument goes with (optional).

key

java.lang.String 
The key or value of the argument.

formName

java.lang.String 

hResources

java.util.HashMap 

page

int 

classLoader

java.lang.ClassLoader 
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.

useContextClassLoader

boolean 
Whether or not to use the Context ClassLoader when loading classes for instantiating new objects. Default is false.

name

java.lang.String 
The name of the validation.

classname

java.lang.String 
The full class name of the class containing the validation method associated with this action.

method

java.lang.String 
The full method name of the validation to be performed. The method must be thread safe.

methodParams

java.lang.String 

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.

depends

java.lang.String 
The other ValidatorActions that this one depends on. If any errors occur in an action that this one depends on, this action will not be processsed.

msg

java.lang.String 
The default error message associated with this action.

jsFunctionName

java.lang.String 
An optional field to contain the name to be used if JavaScript is generated.

javascript

java.lang.String 
An optional field to containing a JavaScript representation of the java method assocated with this action.

instance

java.lang.Object 
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.

hDependencies

org.apache.commons.collections.FastHashMap 
A FastHashMap of the other ValiadtorActions this one depends on (if any).

lMethodParams

java.util.List 
A list of all the validation method's parameters.

hFormSets

org.apache.commons.collections.FastHashMap 
FastHashMap of FormSets stored under a Locale key.

hConstants

org.apache.commons.collections.FastHashMap 
FastHashMap of global constant values with the name of the constant as the key.

hActions

org.apache.commons.collections.FastHashMap 
FastHashMap of ValidatorActions with the name of the ValidatorAction as the key.

hAction

java.util.Map 
Map of results. The key is the name of the ValidatorAction and the value is whether or not this field passed or not.

field

 
Field being validated.

valid

boolean 

result

java.lang.Object 

hResults

java.util.Map 
Map of validation results .

name

java.lang.String 
The name of the variable.

value

java.lang.String 
The name of the value.

jsType

java.lang.String 
The optional JavaScript type of the variable.

Copyright (c) 2001-2002 - Apache Software Foundation