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, init
public String intercept(ActionInvocation invocation) throws Exception
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
Exception
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.