|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnga.servlet.dsp.parser.DefaultParameterParser
public class DefaultParameterParser
ParameterParser
のデフォルト実装。
コンストラクタの概要 | |
---|---|
DefaultParameterParser()
DefaultParameterParser を作成する。 |
メソッドの概要 | |
---|---|
boolean |
parse(ServiceInfo serviceInfo)
クライアントからのリクエストデータを解析・検証して, ServiceInfo.getPageObject() で取得したページオブジェクトに設定する。 |
void |
registerValueParser(Class type,
PropertyValueParser parser)
指定したクラスのプロパティを処理するための PropertyValueParser を登録する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DefaultParameterParser()
メソッドの詳細 |
---|
public void registerValueParser(Class type, PropertyValueParser parser)
type
- 処理対象クラス。parser
- PropertyValueParser。public boolean parse(ServiceInfo serviceInfo) throws IOException, ServletException
ParameterParser
の記述: ServiceInfo.getPageObject()
で取得したページオブジェクトに設定する。
ParameterParser
内の parse
serviceInfo
- 現在実行されている service に関する情報。
IOException
ServletException
ParameterParser.parse(ServiceInfo)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |