org.seasar.cubby.controller.impl
クラス ActionProcessorImpl
java.lang.Object
org.seasar.cubby.controller.impl.ActionProcessorImpl
- すべての実装されたインタフェース:
- ActionProcessor
public class ActionProcessorImpl
- extends Object
- implements ActionProcessor
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionProcessorImpl
public ActionProcessorImpl()
setActionContext
public void setActionContext(ActionContext context)
setCubbyConvention
public void setCubbyConvention(CubbyConvention cubbyConvention)
process
public ActionResult process(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws Exception
- インタフェース
ActionProcessor
の記述:
- リクエストのパスを元にアクションメソッドを決定して実行します。
- リクエストパスを元に実行するアクションとそのアクションメソッドを決定します。
- アクションメソッドを実行します。
- アクションメソッドの実行結果である
ActionResult
を実行します。
- 定義:
- インタフェース
ActionProcessor
内の process
- パラメータ:
request
- リクエストresponse
- レスポンスchain
- フィルターチェイン
- 戻り値:
- 実行結果。アクションメソッドが存在しない場合はnull。
- 例外:
Exception
Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.