|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.el.convert.ConvertConstants
public final class ConvertConstants
定数の集まり。
フィールドの概要 | |
---|---|
static Convertable |
COLLECTION_CONVERTER
一覧型変換器のデフォルト値。 |
static Convertable |
ECHO
変換前の値をそのまま返す Convertable 。 |
static Convertable |
SIMPLE_CONVERTER
単純型変換器のデフォルト値。 |
メソッドの概要 | |
---|---|
static Convertable |
getCollectionConverter(java.text.NumberFormat numberFormat,
java.text.DateFormat dateFormat,
BooleanFormat booleanFormat)
一覧型変換器を返す。 |
static Convertable |
getCollectionConverter(ValidatorExpression expression,
java.text.NumberFormat numberFormat,
java.text.DateFormat dateFormat,
BooleanFormat booleanFormat)
一覧型変換器を返す。 |
static Convertable |
getSimpleConverter(java.text.NumberFormat numberFormat,
java.text.DateFormat dateFormat,
BooleanFormat booleanFormat)
単純型変換器を返す。 |
static Convertable |
getSimpleConverter(ValidatorExpression expression,
java.text.NumberFormat numberFormat,
java.text.DateFormat dateFormat,
BooleanFormat booleanFormat)
単純型変換器を返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final Convertable ECHO
Convertable
。
public static final Convertable SIMPLE_CONVERTER
public static final Convertable COLLECTION_CONVERTER
メソッドの詳細 |
---|
public static Convertable getSimpleConverter(java.text.NumberFormat numberFormat, java.text.DateFormat dateFormat, BooleanFormat booleanFormat)
numberFormat
- 数値フォーマット。dateFormat
- 日付フォーマット。booleanFormat
- 真偽値フォーマット。
java.lang.NullPointerException
- 引数のいずれかが null の場合。public static Convertable getSimpleConverter(ValidatorExpression expression, java.text.NumberFormat numberFormat, java.text.DateFormat dateFormat, BooleanFormat booleanFormat)
expression
- プロパティ名による変換処理の委譲先。numberFormat
- 数値フォーマット。dateFormat
- 日付フォーマット。booleanFormat
- 真偽値フォーマット。
java.lang.NullPointerException
- 引数のいずれかが null の場合。public static Convertable getCollectionConverter(java.text.NumberFormat numberFormat, java.text.DateFormat dateFormat, BooleanFormat booleanFormat)
numberFormat
- 数値フォーマット。dateFormat
- 日付フォーマット。booleanFormat
- 真偽値フォーマット。
java.lang.NullPointerException
- 引数のいずれかが null の場合。public static Convertable getCollectionConverter(ValidatorExpression expression, java.text.NumberFormat numberFormat, java.text.DateFormat dateFormat, BooleanFormat booleanFormat)
expression
- プロパティ名による変換処理の委譲先。numberFormat
- 数値フォーマット。dateFormat
- 日付フォーマット。booleanFormat
- 真偽値フォーマット。
java.lang.NullPointerException
- 引数のいずれかが null の場合。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |