com.opensymphony.xwork.interceptor
Class PrepareInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.opensymphony.xwork.interceptor.PrepareInterceptor
- All Implemented Interfaces:
- Interceptor
- public class PrepareInterceptor
- extends AroundInterceptor
PrepareInterceptor calls prepare() on Actions which implement com.opensymphony.xwork.Preparable
- Author:
- Jason Carreira
- See Also:
Date: Nov 5, 2003 2:33:11 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrepareInterceptor
public PrepareInterceptor()
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 invocation)
throws Exception
- Description copied from class:
AroundInterceptor
- Called before the invocation has been executed.
- Specified by:
before
in class AroundInterceptor
- Throws:
Exception