org.seasar.cubby.controller
インタフェース ActionProcessor
- 既知の実装クラスの一覧:
- ActionProcessorImpl
public interface ActionProcessor
リクエストのパスを元にアクションメソッドを決定して実行するクラスです。
- 作成者:
- agata
process
ActionResult process(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws Exception
- リクエストのパスを元にアクションメソッドを決定して実行します。
- リクエストパスを元に実行するアクションとそのアクションメソッドを決定します。
- アクションメソッドを実行します。
- アクションメソッドの実行結果である
ActionResult
を実行します。
- パラメータ:
request
- リクエストresponse
- レスポンスchain
- フィルターチェイン
- 戻り値:
- 実行結果。アクションメソッドが存在しない場合はnull。
- 例外:
Exception
Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.