|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ActionProcessor
リクエストのパスを元にアクションメソッドを決定して実行するクラスです。
メソッドの概要 | |
---|---|
ActionResult |
process(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
リクエストのパスを元にアクションメソッドを決定して実行します。 |
メソッドの詳細 |
---|
ActionResult process(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws Exception
ActionResult
を実行します。
request
- リクエストresponse
- レスポンスchain
- フィルターチェイン
Exception
- アクションの実行時に例外が発生した場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |