クラス
nga.servlet.dsp.parser.PropertyValueParser の使用

PropertyValueParser を使用しているパッケージ
nga.servlet.dsp.parser ParameterParser のデフォルト実装。 
 

nga.servlet.dsp.parser での PropertyValueParser の使用
 

nga.servlet.dsp.parser での PropertyValueParser のサブクラス
static class PropertyValueParserCollection.BigDecimalPropertyParser
          BigDecimal 用 PropertyValueParser
static class PropertyValueParserCollection.BigIntegerPropertyParser
          BigInteger 用 PropertyValueParser
static class PropertyValueParserCollection.BooleanPropertyParser
          Boolean, boolean 用 PropertyValueParser
static class PropertyValueParserCollection.BytePropertyParser
          Byte, byte 用 PropertyValueParser
static class PropertyValueParserCollection.CharactorPropertyParser
          Charactor, char 用 PropertyValueParser
static class PropertyValueParserCollection.DatePropertyParser
          java.util.Date 用 PropertyValueParser
static class PropertyValueParserCollection.DoublePropertyParser
          Double, double 用 PropertyValueParser
static class PropertyValueParserCollection.FloatPropertyParser
          Float, float 用 PropertyValueParser
static class PropertyValueParserCollection.IntegerPropertyParser
          Integer, int 用 PropertyValueParser
static class PropertyValueParserCollection.LongPropertyParser
          Long, long 用 PropertyValueParser
static class PropertyValueParserCollection.ShortPropertyParser
          Short, short用 PropertyValueParser
static class PropertyValueParserCollection.SqlDatePropertyParser
          java.sql.Date 用 PropertyValueParser
static class PropertyValueParserCollection.SqlTimePropertyParser
          java.sql.Time 用 PropertyValueParser
static class PropertyValueParserCollection.SqlTimestampPropertyParser
          java.sql.Timestamp 用 PropertyValueParser
static class PropertyValueParserCollection.StringPropertyParser
          String 用 PropertyValueParser
static class PropertyValueParserCollection.TextConvertibleParser
          UpdatableByText 用 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 を登録する。