|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.ClearSessionInterceptor
public class ClearSessionInterceptor
This interceptor clears the HttpSession.
Interceptor parameters:
<action name="exampleAction" class="com.examples.ExampleAction">
<interceptor-ref name="clearSession"/>
<interceptor-ref name="defaultStack"/>
<result name="success">example.jsp</result>
</action>
| Constructor Summary | |
|---|---|
ClearSessionInterceptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
intercept(ActionInvocation invocation)
|
| Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor |
|---|
destroy, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClearSessionInterceptor()
| Method Detail |
|---|
public java.lang.String intercept(ActionInvocation invocation)
throws java.lang.Exception
intercept in interface Interceptorintercept in class AbstractInterceptorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||