|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.InvalidateSessionInterceptor
メソッドの実行後にHTTPセッションを破棄するインターセプタです。
実際のHTTPセッションの破棄は、S2ContainerFilter
によって行われます。
S2ContainerFilter
,
直列化された形式フィールドの概要 | |
protected S2Container |
container
このコンポーネントを管理しているS2コンテナ |
コンストラクタの概要 | |
InvalidateSessionInterceptor(S2Container container)
インスタンスを構築します。 |
メソッドの概要 | |
protected void |
invalidate()
HTTPセッションを破棄します。 |
java.lang.Object |
invoke(MethodInvocation invocation)
|
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド |
createProxy, getComponentDef, getTargetClass |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected S2Container container
コンストラクタの詳細 |
public InvalidateSessionInterceptor(S2Container container)
container
- このコンポーネントを管理しているS2コンテナメソッドの詳細 |
public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
protected void invalidate()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |