org.seasar.cubby.plugins.guice.spi
クラス GuiceRequestParserProvider
java.lang.Object
org.seasar.cubby.spi.impl.AbstractRequestParserProvider
org.seasar.cubby.plugins.guice.spi.GuiceRequestParserProvider
- すべての実装されたインタフェース:
- Provider, RequestParserProvider
public class GuiceRequestParserProvider
- extends AbstractRequestParserProvider
Guice 向けの RequestParser
のプロバイダです。
- 作成者:
- baba
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceRequestParserProvider
@Inject
public GuiceRequestParserProvider(Collection<RequestParser> requestParsers)
- インスタンス化します。
- パラメータ:
requestParsers
- 要求解析器のコレクション
getRequestParsers
public Collection<RequestParser> getRequestParsers()
- 要求解析機の一覧を取得します。
- 定義:
- クラス
AbstractRequestParserProvider
内の getRequestParsers
- 戻り値:
- 要求解析機の一覧
Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.