|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.aop.interceptors.AbstractInterceptor org.seasar.framework.aop.interceptors.RemoveSessionInterceptor
メソッドの実行後にHTTPセッションから属性を削除するインターセプタです。
フィールドの概要 | |
protected S2Container |
container
このコンポーネントを管理しているS2コンテナです。 |
protected String[] |
name
HTTPセッションから削除する属性の名前の配列です |
コンストラクタの概要 | |
RemoveSessionInterceptor(S2Container container)
RemoveSessionInterceptor のインスタンスを構築します。 |
メソッドの概要 | |
String[] |
getName()
HTTPセッションから削除する属性の名前の配列を返します。 |
Object |
invoke(MethodInvocation invocation)
|
protected void |
removeSession()
HTTPセッションから属性を削除します。 |
void |
setName(String[] name)
HTTPセッションから削除する属性の名前の配列を設定します。 |
クラス 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
protected String[] name
コンストラクタの詳細 |
public RemoveSessionInterceptor(S2Container container)
RemoveSessionInterceptor
のインスタンスを構築します。
container
- このコンポーネントを管理しているS2コンテナメソッドの詳細 |
public String[] getName()
public void setName(String[] name)
name
- HTTPセッションから削除する属性の名前の配列public Object invoke(MethodInvocation invocation) throws Throwable
Throwable
protected void removeSession()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |