|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.apache.commons.validator.ValidatorUtil
基本的なユーティリティメソッド郡。
| フィールドの概要 | |
protected static org.apache.commons.logging.Log |
log
Logger |
| コンストラクタの概要 | |
ValidatorUtil()
|
|
| メソッドの概要 | |
static org.apache.commons.collections.FastHashMap |
copyFastHashMap(org.apache.commons.collections.FastHashMap map)
Makes a deep copy of a FastHashMap if the values
are String, Msg, Arg,
or Var. |
static String |
getValueAsString(Object bean,
String property)
Convenience method for getting a value from a bean property as a String. |
static String |
replace(String value,
String key,
String replaceValue)
Replace part of a String with another value. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected static org.apache.commons.logging.Log log
| コンストラクタの詳細 |
public ValidatorUtil()
| メソッドの詳細 |
public static String replace(String value,
String key,
String replaceValue)
Replace part of a String with another value.
value - String to perform the replacement on.key - The name of the constant.replaceValue - The value of the constant.
public static String getValueAsString(Object bean,
String property)
String.
public static org.apache.commons.collections.FastHashMap copyFastHashMap(org.apache.commons.collections.FastHashMap map)
FastHashMap if the values
are String, Msg, Arg,
or Var. Otherwise it is a shallow copy.
map - FastHashMap to copy.
FastHashMap
that was passed in.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||