パッケージ nga.servlet.dsp.parser

ParameterParser のデフォルト実装。

参照先:
          説明

クラスの概要
DefaultParameterParser ParameterParser のデフォルト実装。
PropertyValue PropertyValueParser の処理情報。
PropertyValueParser 文字列からオブジェクトへ変換し,入力値の検証を行なう。
PropertyValueParserCollection PropertyValueParser 集。
PropertyValueParserCollection.BigDecimalPropertyParser BigDecimal 用 PropertyValueParser
PropertyValueParserCollection.BigIntegerPropertyParser BigInteger 用 PropertyValueParser
PropertyValueParserCollection.BooleanPropertyParser Boolean, boolean 用 PropertyValueParser
PropertyValueParserCollection.BytePropertyParser Byte, byte 用 PropertyValueParser
PropertyValueParserCollection.CharactorPropertyParser Charactor, char 用 PropertyValueParser
PropertyValueParserCollection.DatePropertyParser java.util.Date 用 PropertyValueParser
PropertyValueParserCollection.DoublePropertyParser Double, double 用 PropertyValueParser
PropertyValueParserCollection.FloatPropertyParser Float, float 用 PropertyValueParser
PropertyValueParserCollection.IntegerPropertyParser Integer, int 用 PropertyValueParser
PropertyValueParserCollection.LongPropertyParser Long, long 用 PropertyValueParser
PropertyValueParserCollection.ShortPropertyParser Short, short用 PropertyValueParser
PropertyValueParserCollection.SqlDatePropertyParser java.sql.Date 用 PropertyValueParser
PropertyValueParserCollection.SqlTimePropertyParser java.sql.Time 用 PropertyValueParser
PropertyValueParserCollection.SqlTimestampPropertyParser java.sql.Timestamp 用 PropertyValueParser
PropertyValueParserCollection.StringPropertyParser String 用 PropertyValueParser
PropertyValueParserCollection.TextConvertibleParser UpdatableByText 用 PropertyValueParser
 

パッケージ nga.servlet.dsp.parser の説明

ParameterParser のデフォルト実装。