org.seasar.cubby.interceptor
クラス InitializeInterceptor
java.lang.Object
org.seasar.cubby.interceptor.InitializeInterceptor
- すべての実装されたインタフェース:
- Advice, Interceptor, MethodInterceptor
public class InitializeInterceptor
- extends Object
- implements MethodInterceptor
コントローラの初期化や実行結果のrequest/sessionへの反映などを行うインターセプタです。
Action.initialize()
、Action.prerender()
の実行を行います。
- 導入されたバージョン:
- 1.0
- 作成者:
- agata, baba
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitializeInterceptor
public InitializeInterceptor()
setRequestParser
public void setRequestParser(RequestParser requestParser)
setActionContext
public void setActionContext(ActionContext context)
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 定義:
- インタフェース
MethodInterceptor
内の invoke
- 例外:
Throwable
Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.