| java.lang.Object com.opensymphony.xwork.interceptor.AroundInterceptor
All known Subclasses: com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor, com.opensymphony.xwork.interceptor.ParametersInterceptor, com.opensymphony.xwork.interceptor.component.ComponentInterceptor, com.opensymphony.xwork.interceptor.AliasInterceptor, com.opensymphony.xwork.interceptor.ChainingInterceptor, com.opensymphony.xwork.interceptor.ParameterRemoverInterceptor, com.opensymphony.xwork.interceptor.ConversionErrorInterceptor, com.opensymphony.webwork.interceptor.FlashInterceptor, com.opensymphony.webwork.interceptor.CookieInterceptor, com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor, com.opensymphony.webwork.interceptor.SessionInvalidationInterceptor, com.opensymphony.xwork.interceptor.StaticParametersInterceptor, com.opensymphony.xwork.interceptor.PrepareInterceptor, com.opensymphony.xwork.interceptor.LoggingInterceptor, com.opensymphony.xwork.interceptor.ModelDrivenInterceptor, com.opensymphony.webwork.spring.interceptor.SessionContextAutowiringInterceptor, com.opensymphony.webwork.interceptor.ServletConfigInterceptor, com.opensymphony.webwork.interceptor.CreateSessionInterceptor,
AroundInterceptor | abstract public class AroundInterceptor implements Interceptor(Code) | | An abstract interceptor that provides simple access to before/after callouts.
author: Jason Carreira |
Field Summary | |
protected transient Log | log |
log | protected transient Log log(Code) | | |
after | abstract protected void after(ActionInvocation dispatcher, String result) throws Exception(Code) | | Called after the invocation has been executed.
Parameters: result - the result value returned by the invocation |
destroy | public void destroy()(Code) | | |
|
|