public class ClearSessionInterceptor extends AbstractInterceptor
<action name="exampleAction" class="com.examples.ExampleAction">
<interceptor-ref name="clearSession"/>
<interceptor-ref name="defaultStack"/>
<result name="success">example.jsp</result>
</action>
| Constructor and Description |
|---|
ClearSessionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
intercept(ActionInvocation invocation) |
destroy, initpublic String intercept(ActionInvocation invocation) throws Exception
intercept in interface Interceptorintercept in class AbstractInterceptorExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.