|
||||||||||
前 次 | フレームあり フレームなし |
PropertyValueParser を使用しているパッケージ | |
---|---|
nga.servlet.dsp.parser | ParameterParser のデフォルト実装。 |
nga.servlet.dsp.parser での PropertyValueParser の使用 |
---|
PropertyValueParser として宣言されている nga.servlet.dsp.parser のフィールド | |
---|---|
static PropertyValueParser |
PropertyValueParserCollection.FOR_BIGDECIMAL
BigDecimal 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_BIGINTEGER
BigInteger 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_BOOLEAN
Boolean, boolean 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_BYTE
Byte, byte 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_CHARACTOR
Charactor, char 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_DATE
java.util.Date 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_DOUBLE
Double, double 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_FLOAT
Float, float 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_INTEGER
Integer, int 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_LONG
Long, long 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_SHORT
Short, short用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_SQLDATE
java.sql.Date 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_SQLTIME
java.sql.Time 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_SQLTIMESTAMP
java.sql.Timestamp 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_STRING
String 用 PropertyValueParser |
static PropertyValueParser |
PropertyValueParserCollection.FOR_TEXTCONVERTIBLE
UpdatableByText 用 PropertyValueParser |
PropertyValueParser 型のパラメータを持つ nga.servlet.dsp.parser のメソッド | |
---|---|
void |
DefaultParameterParser.registerValueParser(Class type,
PropertyValueParser parser)
指定したクラスのプロパティを処理するための PropertyValueParser を登録する。 |
|
||||||||||
前 次 | フレームあり フレームなし |