com.opensymphony.xwork.interceptor.component
Class ComponentInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.opensymphony.xwork.interceptor.component.ComponentInterceptor
- All Implemented Interfaces:
- Interceptor
- public class ComponentInterceptor
- extends AroundInterceptor
- Version:
- $Revision: 1.2 $
- Author:
- joew@thoughtworks.com, $Author: jcarreira $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_MANAGER
public static final String COMPONENT_MANAGER
- See Also:
- Constant Field Values
ComponentInterceptor
public ComponentInterceptor()
after
protected void after(ActionInvocation dispatcher,
String result)
throws Exception
- Description copied from class:
AroundInterceptor
- Called after the invocation has been executed.
- Specified by:
after
in class AroundInterceptor
- Parameters:
result
- the result value returned by the invocation
- Throws:
Exception
before
protected void before(ActionInvocation dispatcher)
throws Exception
- Description copied from class:
AroundInterceptor
- Called before the invocation has been executed.
- Specified by:
before
in class AroundInterceptor
- Throws:
Exception