org.seasar.cubby.plugins.s2.spi
クラス S2RequestParserProvider
java.lang.Object
org.seasar.cubby.spi.impl.AbstractRequestParserProvider
org.seasar.cubby.plugins.s2.spi.S2RequestParserProvider
- すべての実装されたインタフェース:
- Provider, RequestParserProvider
public class S2RequestParserProvider
- extends AbstractRequestParserProvider
S2Container 向けの RequestParser
のプロバイダです。
- 作成者:
- baba
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s2Container_BINDING
public static final String s2Container_BINDING
- 関連項目:
- 定数フィールド値
S2RequestParserProvider
public S2RequestParserProvider()
setS2Container
public void setS2Container(S2Container s2Container)
- S2 コンテナを設定します。
- パラメータ:
s2Container
- S2 コンテナ
getRequestParsers
protected Collection<RequestParser> getRequestParsers()
- 要求解析機の一覧を取得します。
S2 コンテナのルートコンテナから取得できる RequestParser
のインスタンスを返します。
- 定義:
- クラス
AbstractRequestParserProvider
内の getRequestParsers
- 戻り値:
- 要求解析機の一覧
Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.