|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.cubby.controller.impl.ActionProcessorImpl
public class ActionProcessorImpl
リクエストのパスを元にアクションメソッドを決定して実行するクラスの実装です。
コンストラクタの概要 | |
---|---|
ActionProcessorImpl()
|
メソッドの概要 | |
---|---|
ActionResult |
process(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
リクエストのパスを元にアクションメソッドを決定して実行します。 |
void |
setActionContext(ActionContext context)
アクションのコンテキストを設定します。 |
void |
setActionDefBuilder(ActionDefBuilder actionDefBuilder)
アクションの定義を組み立てるビルダを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ActionProcessorImpl()
メソッドの詳細 |
---|
public void setActionContext(ActionContext context)
context
- アクションのコンテキストpublic void setActionDefBuilder(ActionDefBuilder actionDefBuilder)
actionDefBuilder
- アクションの定義を組み立てるビルダpublic ActionResult process(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws Exception
ActionResult
を実行します。
ActionProcessor
内の process
request
- リクエストresponse
- レスポンスchain
- フィルターチェイン
Exception
- アクションの実行時に例外が発生した場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |