|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.cubby.internal.controller.impl.RequestProcessingInvocationImpl
public class RequestProcessingInvocationImpl
要求処理の実行情報の実装です。
コンストラクタの概要 | |
---|---|
RequestProcessingInvocationImpl(HttpServletRequest request,
HttpServletResponse response,
PathInfo pathInfo)
インスタンス化します。 |
メソッドの概要 | |
---|---|
PathInfo |
getPathInfo()
パスから取得した情報を取得します。 |
HttpServletRequest |
getRequest()
要求を取得します。 |
HttpServletResponse |
getResponse()
応答を取得します。 |
Void |
proceed()
実行します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RequestProcessingInvocationImpl(HttpServletRequest request, HttpServletResponse response, PathInfo pathInfo)
request
- 要求response
- 応答pathInfo
- パスから取得した情報メソッドの詳細 |
---|
public Void proceed() throws Exception
Invocation<Void>
内の proceed
Exception
- 実行時に例外が発生した場合public HttpServletRequest getRequest()
RequestProcessingInvocation
内の getRequest
public HttpServletResponse getResponse()
RequestProcessingInvocation
内の getResponse
public PathInfo getPathInfo()
RequestProcessingInvocation
内の getPathInfo
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |