直列化された形式


パッケージ org.apache.commons.validator

クラス org.apache.commons.validator.ArgObject を拡張し、Serializable を実装しています

直列化されたフィールド

name

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


key

String key
The key or value of the argument.


resource

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

クラス org.apache.commons.validator.ConstantObject を拡張し、Serializable を実装しています

直列化されたフィールド

name

String name
The name of the constant.


value

String value
The name of the constant.

クラス org.apache.commons.validator.FieldObject を拡張し、Serializable を実装しています

直列化されたフィールド

property

String property

indexedProperty

String indexedProperty

indexedListProperty

String indexedListProperty

key

String key

depends

String depends

page

int page

fieldOrder

int fieldOrder

hDependencies

org.apache.commons.collections.FastHashMap hDependencies

hVars

org.apache.commons.collections.FastHashMap hVars

hMsgs

org.apache.commons.collections.FastHashMap hMsgs

hArg0

org.apache.commons.collections.FastHashMap hArg0

hArg1

org.apache.commons.collections.FastHashMap hArg1

hArg2

org.apache.commons.collections.FastHashMap hArg2

hArg3

org.apache.commons.collections.FastHashMap hArg3

クラス org.apache.commons.validator.FormObject を拡張し、Serializable を実装しています

直列化されたフィールド

name

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


lFields

List lFields
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 hFields
Map of Fields keyed on their property value.

クラス org.apache.commons.validator.FormSetObject を拡張し、Serializable を実装しています

直列化されたフィールド

bProcessed

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


language

String language
Language component of Locale (required).


country

String country
Country component of Locale (optional).


variant

String variant
Variant component of Locale (optional).


hForms

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


hConstants

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

クラス org.apache.commons.validator.GenericTypeValidatorObject を拡張し、Serializable を実装しています

クラス org.apache.commons.validator.GenericValidatorObject を拡張し、Serializable を実装しています

クラス org.apache.commons.validator.MsgObject を拡張し、Serializable を実装しています

直列化されたフィールド

name

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


key

String key
The key or value of the argument.

クラス org.apache.commons.validator.ValidatorObject を拡張し、Serializable を実装しています

直列化されたフィールド

resources

ValidatorResources resources

formName

String formName

hResources

HashMap hResources

page

int page

classLoader

ClassLoader 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 useContextClassLoader
Whether or not to use the Context ClassLoader when loading classes for instantiating new objects. Default is false.

クラス org.apache.commons.validator.ValidatorActionObject を拡張し、Serializable を実装しています

直列化されたフィールド

name

String name
The name of the validation.


classname

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


method

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


methodParams

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.


depends

String depends
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

String msg
The default error message associated with this action.


jsFunctionName

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


javascript

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


instance

Object instance
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 hDependencies
A FastHashMap of the other ValiadtorActions this one depends on (if any).


lMethodParams

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

クラス org.apache.commons.validator.ValidatorExceptionException を拡張し、Serializable を実装しています

クラス org.apache.commons.validator.ValidatorResourcesObject を拡張し、Serializable を実装しています

直列化されたフィールド

hFormSets

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


hConstants

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


hActions

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

クラス org.apache.commons.validator.ValidatorResultObject を拡張し、Serializable を実装しています

直列化されたフィールド

hAction

Map hAction
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 field
Field being validated.

クラス org.apache.commons.validator.ValidatorResult.ResultStatusObject を拡張し、Serializable を実装しています

直列化されたフィールド

valid

boolean valid

result

Object result

クラス org.apache.commons.validator.ValidatorResultsObject を拡張し、Serializable を実装しています

直列化されたフィールド

hResults

Map hResults
Map of validation results .

クラス org.apache.commons.validator.VarObject を拡張し、Serializable を実装しています

直列化されたフィールド

name

String name
The name of the variable.


value

String value
The name of the value.


jsType

String jsType
The optional JavaScript type of the variable.



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation