|
||||||||||
前 次 | フレームあり フレームなし |
PropertyValue を使用しているパッケージ | |
---|---|
nga.servlet.dsp.parser | ParameterParser のデフォルト実装。 |
nga.servlet.dsp.parser での PropertyValue の使用 |
---|
PropertyValue 型のパラメータを持つ nga.servlet.dsp.parser のメソッド | |
---|---|
protected boolean |
PropertyValueParser.checkByteLength(PropertyValue pv)
バイト長チェックを行なう。 |
protected boolean |
PropertyValueParser.checkCharType(PropertyValue pv)
文字種チェックを行なう。 |
protected boolean |
PropertyValueParser.checkLength(PropertyValue pv)
文字列長チェックを行なう。 |
protected boolean |
PropertyValueParser.checkNum(PropertyValue pv)
数値チェックを行なう。 |
protected boolean |
PropertyValueParser.checkRequired(PropertyValue pv)
必須入力項目チェックを行なう。 |
protected boolean |
PropertyValueParser.handleNumberFormatException(PropertyValue pv)
NumberFormatException を処理する。 |
boolean |
PropertyValueParserCollection.StringPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.CharactorPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.BooleanPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.IntegerPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.LongPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.ShortPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.BytePropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.FloatPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.DoublePropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.BigDecimalPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.BigIntegerPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.DatePropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.SqlDatePropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.SqlTimePropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.SqlTimestampPropertyParser.parse(PropertyValue pv)
|
boolean |
PropertyValueParserCollection.TextConvertibleParser.parse(PropertyValue pv)
|
abstract boolean |
PropertyValueParser.parse(PropertyValue propertyValue)
文字列からオブジェクトへ変換し,入力値の検証を行なう。 |
protected boolean |
PropertyValueParser.toDate(PropertyValue pv,
String defaultFormat)
日付変換を行なう。 |
|
||||||||||
前 次 | フレームあり フレームなし |