A B C D E F G H I J K L M N O P R S T U V

A

ARG_DEFAULT - class org.apache.commons.validator.Field の static 変数
This is the value that will be used as a key if the Arg name field has no value.
Arg - class org.apache.commons.validator.Arg.
デフォルトのアーギュメントまたは妥当性チェック定義で指定されたアーギュメント (例: required) はメッセージのパラメータに使用することができます。
Arg() - class org.apache.commons.validator.Arg のコンストラクタ
 
add(String, boolean) - class org.apache.commons.validator.ValidatorResult のメソッド
Add the result of a validator action.
add(String, boolean, Object) - class org.apache.commons.validator.ValidatorResult のメソッド
Add the result of a validator action.
add(Field, String, boolean) - class org.apache.commons.validator.ValidatorResults のメソッド
Add a the result of a validator action.
add(Field, String, boolean, Object) - class org.apache.commons.validator.ValidatorResults のメソッド
Add a the result of a validator action.
addArg0(Arg) - class org.apache.commons.validator.Field のメソッド
Add a Arg to the arg0 list.
addArg1(Arg) - class org.apache.commons.validator.Field のメソッド
Add a Arg to the arg1 list.
addArg2(Arg) - class org.apache.commons.validator.Field のメソッド
Add a Arg to the arg2 list.
addArg3(Arg) - class org.apache.commons.validator.Field のメソッド
Add a Arg to the arg3 list.
addConstant(Constant) - class org.apache.commons.validator.FormSet のメソッド
Add a Constant (locale level).
addConstant(Constant) - class org.apache.commons.validator.ValidatorResources のメソッド
Add a global constant to the resource.
addConstantParam(String, String) - class org.apache.commons.validator.FormSet のメソッド
Add a Constant to the locale level.
addConstantParam(String, String) - class org.apache.commons.validator.ValidatorResources のメソッド
Add a global constant to the resource.
addField(Field) - class org.apache.commons.validator.Form のメソッド
Add a Field to the Form.
addForm(Form) - class org.apache.commons.validator.FormSet のメソッド
Add a Form to the FormSet.
addMsg(Msg) - class org.apache.commons.validator.Field のメソッド
Add a Msg to the Field.
addResource(String, Object) - class org.apache.commons.validator.Validator のメソッド
Add a resource to be used during the processing of validations.
addValidatorAction(ValidatorAction) - class org.apache.commons.validator.ValidatorResources のメソッド
Add a ValidatorAction to the resource.
addVar(Var) - class org.apache.commons.validator.Field のメソッド
Add a Var to the Field.
addVarParam(String, String, String) - class org.apache.commons.validator.Field のメソッド
Add a Var, based on the values passed in, to the Field.

B

BEAN_KEY - class org.apache.commons.validator.Validator の static 変数
Resources key the JavaBean is stored to perform validation on.
bProcessed - class org.apache.commons.validator.FormSet の変数
Whether or not the this FormSet was processed for replacing variables in strings with their values.
buildKey(FormSet) - class org.apache.commons.validator.ValidatorResources のメソッド
Builds a key to store the FormSet under based on it's language, country, and variant values.

C

Constant - class org.apache.commons.validator.Constant.
constant(このクラス) はグローバルまたはロケール毎に不変なフィールドを定義する際の置き換えに使用することができます。
Constant() - class org.apache.commons.validator.Constant のコンストラクタ
 
classLoader - class org.apache.commons.validator.Validator の変数
The class loader to use for instantiating application objects.
classname - class org.apache.commons.validator.ValidatorAction の変数
The full class name of the class containing the validation method associated with this action.
clear() - class org.apache.commons.validator.Validator のメソッド
Clears the form name, resources that were added, and the page that was set (if any).
clear() - class org.apache.commons.validator.ValidatorResults のメソッド
Clear all results recorded by this object.
clone() - class org.apache.commons.validator.Arg のメソッド
Creates and returns a copy of this object.
clone() - class org.apache.commons.validator.Field のメソッド
Creates and returns a copy of this object.
clone() - class org.apache.commons.validator.Msg のメソッド
Creates and returns a copy of this object.
clone() - class org.apache.commons.validator.Var のメソッド
Creates and returns a copy of this object.
containsAction(String) - class org.apache.commons.validator.ValidatorResult のメソッド
 
copyFastHashMap(FastHashMap) - class org.apache.commons.validator.ValidatorUtil の static メソッド
Makes a deep copy of a FastHashMap if the values are String, Msg, Arg, or Var.
country - class org.apache.commons.validator.FormSet の変数
Country component of Locale (optional).

D

defaultLocale - class org.apache.commons.validator.ValidatorResources の static 変数
The default locale on our server.
depends - class org.apache.commons.validator.Field の変数
 
depends - class org.apache.commons.validator.ValidatorAction の変数
The other ValidatorActions that this one depends on.

E

empty() - class org.apache.commons.validator.ValidatorResults のメソッド
Return true if there are no messages recorded in this collection, or false otherwise.

F

FIELD_KEY - class org.apache.commons.validator.Validator の static 変数
Resources key the Field is stored under.
Field - class org.apache.commons.validator.Field.
フィールドに対して行う妥当性チェックとエラーメッセージの生成に使用する 入れ替え可能な妥当性チェックのリストとメッセージの情報と値を内部に持ちます。
Field() - class org.apache.commons.validator.Field のコンストラクタ
 
Form - class org.apache.commons.validator.Form.
form/JavaBean に対する妥当性チェックのルールを内部に持ちます。
Form() - class org.apache.commons.validator.Form のコンストラクタ
 
FormSet - class org.apache.commons.validator.FormSet.
Locale をベースにした国、言語等ごとに保持された Form のセットを保持します。
FormSet() - class org.apache.commons.validator.FormSet のコンストラクタ
 
field - class org.apache.commons.validator.ValidatorResult の変数
Field being validated.
fieldOrder - class org.apache.commons.validator.Field の変数
 
formName - class org.apache.commons.validator.Validator の変数
 
formatByte(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the value can safely be converted to a byte primitive.
formatCreditCard(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the field is a valid credit card number.
formatDate(String, Locale) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the field is a valid date.
formatDate(String, String, boolean) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the field is a valid date.
formatDouble(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the value can safely be converted to a double primitive.
formatFloat(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the value can safely be converted to a float primitive.
formatInt(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the value can safely be converted to a int primitive.
formatLong(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the value can safely be converted to a long primitive.
formatShort(String) - class org.apache.commons.validator.GenericTypeValidator の static メソッド
Checks if the value can safely be converted to a short primitive.

G

GenericTypeValidator - class org.apache.commons.validator.GenericTypeValidator.
このクラスは妥当性チェックの際に行われる基本的なクラス型変換メソッドを持ちます。
GenericTypeValidator() - class org.apache.commons.validator.GenericTypeValidator のコンストラクタ
 
GenericValidator - class org.apache.commons.validator.GenericValidator.
このクラスは妥当性チェックを行う基本的なメソッドを持ちます。
GenericValidator() - class org.apache.commons.validator.GenericValidator のコンストラクタ
 
generateKey() - class org.apache.commons.validator.Field のメソッド
Generate correct key value.
get(Locale, Object) - class org.apache.commons.validator.ValidatorResources のメソッド
Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.
get(String, String, String, Object) - class org.apache.commons.validator.ValidatorResources のメソッド
Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.
get() - class org.apache.commons.validator.ValidatorResults のメソッド
Return the set of all recorded messages, without distinction by which property the messages are associated with.
getActionMap() - class org.apache.commons.validator.ValidatorResult のメソッド
 
getArg0() - class org.apache.commons.validator.Field のメソッド
Gets the default arg0 Arg object.
getArg0(String) - class org.apache.commons.validator.Field のメソッド
Gets the arg0 Arg object based on the key passed in.
getArg1() - class org.apache.commons.validator.Field のメソッド
Gets the default arg1 Arg object.
getArg1(String) - class org.apache.commons.validator.Field のメソッド
Gets the arg1 Arg object based on the key passed in.
getArg2() - class org.apache.commons.validator.Field のメソッド
Gets the default arg2 Arg object.
getArg2(String) - class org.apache.commons.validator.Field のメソッド
Gets the arg2 Arg object based on the key passed in.
getArg3() - class org.apache.commons.validator.Field のメソッド
Gets the default arg3 Arg object.
getArg3(String) - class org.apache.commons.validator.Field のメソッド
Gets the arg3 Arg object based on the key passed in.
getClassLoader() - class org.apache.commons.validator.Validator のメソッド
Return the class loader to be used for instantiating application objects when required.
getClassname() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the class of the validator action.
getClassnameInstance() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets an instance based on the validator action's classname.
getClosestLocaleField(FormSet, String, String) - class org.apache.commons.validator.ValidatorResources のメソッド
Retrieves the closest matching Field based on FormSet's locale.
getCountry() - class org.apache.commons.validator.FormSet のメソッド
Gets the equivalent of the country component of Locale.
getDelimittedRegexp(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Adds a '/' on either side of the regular expression.
getDependencies() - class org.apache.commons.validator.Field のメソッド
Gets an unmodifiable Set of the dependencies.
getDependencies() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the dependencies as a Collection.
getDepends() - class org.apache.commons.validator.Field のメソッド
Gets the validation rules for this field.
getDepends() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the dependencies of the validator action.
getFieldMap() - class org.apache.commons.validator.Form のメソッド
A Map of Fields is returned as an unmodifiable List.
getFieldOrder() - class org.apache.commons.validator.Field のメソッド
Gets the position of the Field in the validation list.
getFields() - class org.apache.commons.validator.Form のメソッド
A List of Fields is returned as an unmodifiable List.
getForm(Object) - class org.apache.commons.validator.FormSet のメソッド
Retrieve a Form based on the form name.
getFormName() - class org.apache.commons.validator.Validator のメソッド
Gets the form name which is the key to a set of validation rules.
getForms() - class org.apache.commons.validator.FormSet のメソッド
A Map of Forms is returned as an unmodifiable Map with the key based on the form name.
getIndexedListProperty() - class org.apache.commons.validator.Field のメソッド
Gets the indexed property name of the field.
getIndexedProperty() - class org.apache.commons.validator.Field のメソッド
Gets the indexed property name of the field.
getJavascript() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the Javascript equivalent of the java class and method associated with this action.
getJsFunctionName() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the Javascript function name.
getJsType() - class org.apache.commons.validator.Var のメソッド
Gets the JavaScript type of the variable.
getKey() - class org.apache.commons.validator.Arg のメソッド
Gets the key/value.
getKey() - class org.apache.commons.validator.Field のメソッド
Gets a unique key based on the property and indexedProperty fields.
getKey() - class org.apache.commons.validator.Msg のメソッド
Gets the key/value.
getLanguage() - class org.apache.commons.validator.FormSet のメソッド
Gets the equivalent of the language component of Locale.
getMethod() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the name of method being called for the validator action.
getMethodParams() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the method parameters for the method.
getMethodParamsList() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the method parameters for the method.
getMsg(String) - class org.apache.commons.validator.Field のメソッド
Retrieve a message value.
getMsg() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the message associated with the validator action.
getName() - class org.apache.commons.validator.Arg のメソッド
Gets the name of the dependency.
getName() - class org.apache.commons.validator.Constant のメソッド
Gets the name of the constant.
getName() - class org.apache.commons.validator.Form のメソッド
Gets the name/key of the set of validation rules.
getName() - class org.apache.commons.validator.Msg のメソッド
Gets the name of the dependency.
getName() - class org.apache.commons.validator.ValidatorAction のメソッド
Gets the name of the validator action.
getName() - class org.apache.commons.validator.Var のメソッド
Gets the name of the variable.
getPage() - class org.apache.commons.validator.Field のメソッド
Gets the page value that the Field is associated with for validation.
getPage() - class org.apache.commons.validator.Validator のメソッド
Gets the page.
getProperty() - class org.apache.commons.validator.Field のメソッド
Gets the property name of the field.
getResource() - class org.apache.commons.validator.Arg のメソッド
Gets whether or not the key is a resource.
getResource(String) - class org.apache.commons.validator.Validator のメソッド
Get a resource to be used during the processing of validations.
getResult() - class org.apache.commons.validator.ValidatorResult.ResultStatus のメソッド
Gets the result returned by a validation method.
getResultValueMap() - class org.apache.commons.validator.ValidatorResults のメソッド
Get a Map of any Objects returned from validation routines.
getUseContextClassLoader() - class org.apache.commons.validator.Validator のメソッド
Return the boolean as to whether the context classloader should be used.
getValid() - class org.apache.commons.validator.ValidatorResult.ResultStatus のメソッド
Gets whether or not the validation passed.
getValidatorAction(String) - class org.apache.commons.validator.ValidatorResources のメソッド
Get a ValidatorAction based on it's name.
getValidatorActions() - class org.apache.commons.validator.ValidatorResources のメソッド
Get an unmodifiable Map of the ValidatorActions.
getValidatorResult(String) - class org.apache.commons.validator.ValidatorResults のメソッド
Gets the ValidatorResult associated with the key passed in.
getValue() - class org.apache.commons.validator.Constant のメソッド
Gets the value of the constant.
getValue() - class org.apache.commons.validator.Var のメソッド
Gets the value of the variable.
getValueAsString(Object, String) - class org.apache.commons.validator.ValidatorUtil の static メソッド
Convenience method for getting a value from a bean property as a String.
getVar(String) - class org.apache.commons.validator.Field のメソッド
Retrieve a variable.
getVarValue(String) - class org.apache.commons.validator.Field のメソッド
Retrieve a variable's value.
getVariant() - class org.apache.commons.validator.FormSet のメソッド
Gets the equivalent of the variant component of Locale.
getVars() - class org.apache.commons.validator.Field のメソッド
The Field's variables are returned as an unmodifiable Map.

H

hAction - class org.apache.commons.validator.ValidatorResult の変数
Map of results.
hActions - class org.apache.commons.validator.ValidatorResources の変数
FastHashMap of ValidatorActions with the name of the ValidatorAction as the key.
hArg0 - class org.apache.commons.validator.Field の変数
 
hArg1 - class org.apache.commons.validator.Field の変数
 
hArg2 - class org.apache.commons.validator.Field の変数
 
hArg3 - class org.apache.commons.validator.Field の変数
 
hConstants - class org.apache.commons.validator.FormSet の変数
A FastHashMap of Constants using the name field of the Constant as the key.
hConstants - class org.apache.commons.validator.ValidatorResources の変数
FastHashMap of global constant values with the name of the constant as the key.
hDependencies - class org.apache.commons.validator.Field の変数
 
hDependencies - class org.apache.commons.validator.ValidatorAction の変数
A FastHashMap of the other ValiadtorActions this one depends on (if any).
hFields - class org.apache.commons.validator.Form の変数
Map of Fields keyed on their property value.
hFormSets - class org.apache.commons.validator.ValidatorResources の変数
FastHashMap of FormSets stored under a Locale key.
hForms - class org.apache.commons.validator.FormSet の変数
A FastHashMap of Forms using the name field of the Form as the key.
hMsgs - class org.apache.commons.validator.Field の変数
 
hResources - class org.apache.commons.validator.Validator の変数
 
hResults - class org.apache.commons.validator.ValidatorResults の変数
Map of validation results .
hVars - class org.apache.commons.validator.Field の変数
 

I

indexedListProperty - class org.apache.commons.validator.Field の変数
 
indexedProperty - class org.apache.commons.validator.Field の変数
 
initialize(String) - class org.apache.commons.validator.ValidatorResourcesInitializer の static メソッド
Initializes a ValidatorResources based on a file path and automatically process the resources.
initialize(InputStream) - class org.apache.commons.validator.ValidatorResourcesInitializer の static メソッド
Initializes a ValidatorResources based on the InputStream and automatically process the resources.
initialize(ValidatorResources, InputStream) - class org.apache.commons.validator.ValidatorResourcesInitializer の static メソッド
Initializes the ValidatorResources based on the InputStream and automatically process the resources.
initialize(ValidatorResources, InputStream, boolean) - class org.apache.commons.validator.ValidatorResourcesInitializer の static メソッド
Initializes a ValidatorResources based on the InputStream and processes the resources based on the boolean passed in.
instance - class org.apache.commons.validator.ValidatorAction の変数
If the java method matching the correct signature isn't static, the instance is stored in the action.
isBlankOrNull(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the field isn't null and length of the field is greater than zero not including whitespace.
isByte(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value can safely be converted to a byte primitive.
isCreditCard(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the field is a valid credit card number.
isDate(String, Locale) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the field is a valid date.
isDate(String, String, boolean) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the field is a valid date.
isDependency(String) - class org.apache.commons.validator.Field のメソッド
Checks if the key is listed as a dependency.
isDependency(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Checks whether or not the value passed in is in the depends field.
isDouble(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value can safely be converted to a double primitive.
isEmail(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if a field has a valid e-mail address.
isFloat(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value can safely be converted to a float primitive.
isInRange(int, int, int) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(float, float, float) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(short, short, short) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if a value is within a range (min & max specified in the vars attribute).
isInRange(double, double, double) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if a value is within a range (min & max specified in the vars attribute).
isIndexed() - class org.apache.commons.validator.Field のメソッド
If there is a value specified for the indexedProperty field then true will be returned.
isInt(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value can safely be converted to a int primitive.
isLong(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value can safely be converted to a long primitive.
isProcessed() - class org.apache.commons.validator.FormSet のメソッド
Whether or not the this FormSet was processed for replacing variables in strings with their values.
isShort(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value can safely be converted to a short primitive.
isValid(Object) - class org.apache.commons.validator.Validator のメソッド
Returns if the result if valid.
isValid(String) - class org.apache.commons.validator.ValidatorResult のメソッド
 

J

JSTYPE_INT - class org.apache.commons.validator.Var の static 変数
Int Constant for JavaScript type.
JSTYPE_REGEXP - class org.apache.commons.validator.Var の static 変数
Regular Expression Constant for JavaScript type.
JSTYPE_STRING - class org.apache.commons.validator.Var の static 変数
String Constant for JavaScript type.
javascript - class org.apache.commons.validator.ValidatorAction の変数
An optional field to containing a JavaScript representation of the java method assocated with this action.
jsFunctionName - class org.apache.commons.validator.ValidatorAction の変数
An optional field to contain the name to be used if JavaScript is generated.
jsType - class org.apache.commons.validator.Var の変数
The optional JavaScript type of the variable.

K

key - class org.apache.commons.validator.Arg の変数
The key or value of the argument.
key - class org.apache.commons.validator.Field の変数
 
key - class org.apache.commons.validator.Msg の変数
The key or value of the argument.

L

LOCALE_KEY - class org.apache.commons.validator.Validator の static 変数
Resources key the Locale is stored.
lFields - class org.apache.commons.validator.Form の変数
List of Fields.
lMethodParams - class org.apache.commons.validator.ValidatorAction の変数
A list of all the validation method's parameters.
language - class org.apache.commons.validator.FormSet の変数
Language component of Locale (required).
log - class org.apache.commons.validator.Validator の static 変数
Logger
log - class org.apache.commons.validator.ValidatorResources の static 変数
Logger.
log - class org.apache.commons.validator.ValidatorResourcesInitializer の static 変数
Logger
log - class org.apache.commons.validator.ValidatorUtil の static 変数
Logger

M

Msg - class org.apache.commons.validator.Msg.
代換メッセージ(このクラス)は Field と関連付けられ ValidatorAction(入れ替え可能な妥当性チェック)に設定されたデフォルトメッセージの代わりに使用されます。
Msg() - class org.apache.commons.validator.Msg のコンストラクタ
 
matchRegexp(String, String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value matches the regular expression.
maxLength(String, int) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value's length is less than or equal to the max.
merge(ValidatorResults) - class org.apache.commons.validator.ValidatorResults のメソッド
Merge another ValidatorResults into mine
method - class org.apache.commons.validator.ValidatorAction の変数
The full method name of the validation to be performed.
methodParams - class org.apache.commons.validator.ValidatorAction の変数
The method signature of the validation method.
minLength(String, int) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks if the value's length is greater than or equal to the min.
msg - class org.apache.commons.validator.ValidatorAction の変数
The default error message associated with this action.

N

name - class org.apache.commons.validator.Arg の変数
The name dependency that this argument goes with (optional).
name - class org.apache.commons.validator.Constant の変数
The name of the constant.
name - class org.apache.commons.validator.Form の変数
The name/key the set of validation rules is stored under.
name - class org.apache.commons.validator.Msg の変数
The name dependency that this argument goes with (optional).
name - class org.apache.commons.validator.ValidatorAction の変数
The name of the validation.
name - class org.apache.commons.validator.Var の変数
The name of the variable.

O

org.apache.commons.validator - package org.apache.commons.validator
Validator パッケージはXMLファイル(の定義)に基づく妥当性チェックを提供します。

P

page - class org.apache.commons.validator.Field の変数
 
page - class org.apache.commons.validator.Validator の変数
 
process(Map, Map) - class org.apache.commons.validator.Field のメソッド
Replace constants with values in fields and process the depends field to create the dependency Map.
process(Map, Map) - class org.apache.commons.validator.Form のメソッド
Processes all of the Form's Fields.
process(Map) - class org.apache.commons.validator.FormSet のメソッド
Processes all of the Forms, set FastHashMaps to 'fast' mode.
process(Map) - class org.apache.commons.validator.ValidatorAction のメソッド
Creates a FastHashMap for the isDependency method based on depends.
process() - class org.apache.commons.validator.ValidatorResources のメソッド
Process the ValidatorResources object.
processArg(Map, String, String) - class org.apache.commons.validator.Field のメソッド
Replace the arg Collection key value with the key/value pairs passed in.
processForms() - class org.apache.commons.validator.ValidatorResources のメソッド
Process the Form objects.
processMessageComponents(String, String) - class org.apache.commons.validator.Field のメソッド
Replace the args key value with the key/value pairs passed in.
processVars(String, String) - class org.apache.commons.validator.Field のメソッド
Replace the vars value with the key/value pairs passed in.
properties() - class org.apache.commons.validator.ValidatorResults のメソッド
Return the set of property names for which at least one message has been recorded.
property - class org.apache.commons.validator.Field の変数
 
put(FormSet) - class org.apache.commons.validator.ValidatorResources のメソッド
Add a FormSet to this ValidatorResources object.

R

REGEXP_DELIM - class org.apache.commons.validator.GenericValidator の static 変数
Delimiter to put around a regular expression following Perl 5 syntax.
registrations - class org.apache.commons.validator.ValidatorResourcesInitializer の static 変数
The set of public identifiers, and corresponding resource names, for the versions of the configuration file DTDs that we know about.
replace(String, String, String) - class org.apache.commons.validator.ValidatorUtil の static メソッド
Replace part of a String with another value.
resource - class org.apache.commons.validator.Arg の変数
Whether or not the key is a message resource (optional).
resources - class org.apache.commons.validator.Validator の変数
 
result - class org.apache.commons.validator.ValidatorResult.ResultStatus の変数
 

S

setClassLoader(ClassLoader) - class org.apache.commons.validator.Validator のメソッド
Set the class loader to be used for instantiating application objects when required.
setClassname(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the class of the validator action.
setClassnameInstance(Object) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets an instance based on the validator action's classname.
setCountry(String) - class org.apache.commons.validator.FormSet のメソッド
Sets the equivalent of the country component of Locale.
setDepends(String) - class org.apache.commons.validator.Field のメソッド
Sets the validation rules for this field.
setDepends(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the dependencies of the validator action.
setFieldOrder(int) - class org.apache.commons.validator.Field のメソッド
Sets the position of the Field in the validation list.
setFormName(String) - class org.apache.commons.validator.Validator のメソッド
Sets the form name which is the key to a set of validation rules.
setIndexedListProperty(String) - class org.apache.commons.validator.Field のメソッド
Sets the indexed property name of the field.
setIndexedProperty(String) - class org.apache.commons.validator.Field のメソッド
Sets the indexed property name of the field.
setJavascript(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the Javascript equivalent of the java class and method associated with this action.
setJsFunctionName(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the Javascript function name.
setJsType(String) - class org.apache.commons.validator.Var のメソッド
Sets the JavaScript type of the variable.
setKey(String) - class org.apache.commons.validator.Arg のメソッド
Sets the key/value.
setKey(String) - class org.apache.commons.validator.Field のメソッド
Sets a unique key for the field.
setKey(String) - class org.apache.commons.validator.Msg のメソッド
Sets the key/value.
setLanguage(String) - class org.apache.commons.validator.FormSet のメソッド
Sets the equivalent of the language component of Locale.
setMethod(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the name of method being called for the validator action.
setMethodParams(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the method parameters for the method.
setMsg(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the message associated with the validator action.
setName(String) - class org.apache.commons.validator.Arg のメソッド
Sets the name of the dependency.
setName(String) - class org.apache.commons.validator.Constant のメソッド
Sets the name of the constant.
setName(String) - class org.apache.commons.validator.Form のメソッド
Sets the name/key of the set of validation rules.
setName(String) - class org.apache.commons.validator.Msg のメソッド
Sets the name of the dependency.
setName(String) - class org.apache.commons.validator.ValidatorAction のメソッド
Sets the name of the validator action.
setName(String) - class org.apache.commons.validator.Var のメソッド
Sets the name of the variable.
setPage(int) - class org.apache.commons.validator.Field のメソッド
Sets the page value that the Field is associated with for validation.
setPage(int) - class org.apache.commons.validator.Validator のメソッド
Sets the page.
setProperty(String) - class org.apache.commons.validator.Field のメソッド
Sets the property name of the field.
setResource(boolean) - class org.apache.commons.validator.Arg のメソッド
Sets whether or not the key is a resource.
setResult(Object) - class org.apache.commons.validator.ValidatorResult.ResultStatus のメソッド
Sets the result returned by a validation method.
setUseContextClassLoader(boolean) - class org.apache.commons.validator.Validator のメソッド
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setValid(boolean) - class org.apache.commons.validator.ValidatorResult.ResultStatus のメソッド
Sets whether or not the validation passed.
setValue(String) - class org.apache.commons.validator.Constant のメソッド
Sets the value of the constant.
setValue(String) - class org.apache.commons.validator.Var のメソッド
Sets the value of the variable.
setVariant(String) - class org.apache.commons.validator.FormSet のメソッド
Sets the equivalent of the variant component of Locale.

T

TOKEN_END - class org.apache.commons.validator.Field の static 変数
 
TOKEN_INDEXED - class org.apache.commons.validator.Field の static 変数
This indicates an indexed property is being referenced.
TOKEN_START - class org.apache.commons.validator.Field の static 変数
 
TOKEN_VAR - class org.apache.commons.validator.Field の static 変数
 
toString() - class org.apache.commons.validator.Arg のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.Constant のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.Field のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.Form のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.FormSet のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.Msg のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.ValidatorAction のメソッド
Returns a string representation of the object.
toString() - class org.apache.commons.validator.Var のメソッド
Returns a string representation of the object.

U

useContextClassLoader - class org.apache.commons.validator.Validator の変数
Whether or not to use the Context ClassLoader when loading classes for instantiating new objects.

V

VALIDATOR_ACTION_KEY - class org.apache.commons.validator.Validator の static 変数
Resources key the ValidatorAction is stored under.
VALIDATOR_KEY - class org.apache.commons.validator.Validator の static 変数
Resources key the Validator is stored under.
Validator - class org.apache.commons.validator.Validator.
妥当性チェック処理を行います。
Validator(ValidatorResources) - class org.apache.commons.validator.Validator のコンストラクタ
Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
Validator(ValidatorResources, String) - class org.apache.commons.validator.Validator のコンストラクタ
Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
ValidatorAction - class org.apache.commons.validator.ValidatorAction.
動的にインスタンス化され、実行される妥当性チェック処理の情報を保持します。
ValidatorAction() - class org.apache.commons.validator.ValidatorAction のコンストラクタ
 
ValidatorException - exception org.apache.commons.validator.ValidatorException.
Validator フレームワークの例外です。
ValidatorException() - class org.apache.commons.validator.ValidatorException のコンストラクタ
Constructs an Exception with no specified detail message.
ValidatorException(String) - class org.apache.commons.validator.ValidatorException のコンストラクタ
Constructs an Exception with the specified detail message.
ValidatorResources - class org.apache.commons.validator.ValidatorResources.
Locale に関連した FormSet オブジェクトの保持を目的とするクラスです。
ValidatorResources() - class org.apache.commons.validator.ValidatorResources のコンストラクタ
 
ValidatorResourcesInitializer - class org.apache.commons.validator.ValidatorResourcesInitializer.
XMLファイルの情報を ValidatorResources にマッピングします。
ValidatorResourcesInitializer() - class org.apache.commons.validator.ValidatorResourcesInitializer のコンストラクタ
 
ValidatorResult - class org.apache.commons.validator.ValidatorResult.
このクラスは JavaBean に対して行われた妥当性チェック(のセット)の処理結果を保持します。
ValidatorResult(Field) - class org.apache.commons.validator.ValidatorResult のコンストラクタ
Constructs a ValidatorResult with the associated field being validated.
ValidatorResult.ResultStatus - class org.apache.commons.validator.ValidatorResult.ResultStatus.
Contains the status of the validation.
ValidatorResult.ResultStatus(boolean, Object) - class org.apache.commons.validator.ValidatorResult.ResultStatus のコンストラクタ
 
ValidatorResults - class org.apache.commons.validator.ValidatorResults.
このクラスは JavaBean に対して行われた妥当性チェック(のセット)の処理結果を保持します。
ValidatorResults() - class org.apache.commons.validator.ValidatorResults のコンストラクタ
 
ValidatorUtil - class org.apache.commons.validator.ValidatorUtil.
基本的なユーティリティメソッド郡。
ValidatorUtil() - class org.apache.commons.validator.ValidatorUtil のコンストラクタ
 
Var - class org.apache.commons.validator.Var.
variable (このクラス)は入れ替え可能な妥当性チェックの情報を持つ Field と関連付けることができます。
Var() - class org.apache.commons.validator.Var のコンストラクタ
 
Var(String, String, String) - class org.apache.commons.validator.Var のコンストラクタ
 
valid - class org.apache.commons.validator.ValidatorResult.ResultStatus の変数
 
validate() - class org.apache.commons.validator.Validator のメソッド
Performs validations based on the configured resources.
validateCreditCardLuhnCheck(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks for a valid credit card number.
validateCreditCardPrefixCheck(String) - class org.apache.commons.validator.GenericValidator の static メソッド
Checks for a valid credit card number.
validateField(Field, ValidatorResults) - class org.apache.commons.validator.Validator のメソッド
Run the validations on a given field, modifying the passed ValidatorResults to add in any new errors found.
validateFieldForRule(Field, ValidatorAction, ValidatorResults, Map, int) - class org.apache.commons.validator.Validator のメソッド
Executes the given ValidatorAction and all ValidatorActions that it depends on.
value - class org.apache.commons.validator.Constant の変数
The name of the constant.
value - class org.apache.commons.validator.Var の変数
The name of the value.
variant - class org.apache.commons.validator.FormSet の変数
Variant component of Locale (optional).

A B C D E F G H I J K L M N O P R S T U V

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