nga.servlet.dsp.parser
クラス PropertyValueParserCollection.DatePropertyParser
java.lang.Object
nga.servlet.dsp.parser.PropertyValueParser
nga.servlet.dsp.parser.PropertyValueParserCollection.DatePropertyParser
- 含まれているクラス:
- PropertyValueParserCollection
public static class PropertyValueParserCollection.DatePropertyParser
- extends PropertyValueParser
java.util.Date 用 PropertyValueParser
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValueParserCollection.DatePropertyParser
public PropertyValueParserCollection.DatePropertyParser()
parse
public boolean parse(PropertyValue pv)
- クラス
PropertyValueParser
の記述:
- 文字列からオブジェクトへ変換し,入力値の検証を行なう。
- 定義:
- クラス
PropertyValueParser
内の parse
- パラメータ:
pv
- 処理対象情報。
- 戻り値:
- 処理が正常に終了したら true を返す。失敗した場合には false を返す。