public abstract class AroundInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
| Constructor and Description |
|---|
AroundInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
after(com.opensymphony.xwork2.ActionInvocation dispatcher,
String result) |
protected abstract void |
before(com.opensymphony.xwork2.ActionInvocation invocation) |
void |
destroy() |
void |
init() |
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation) |
public void destroy()
destroy in interface com.opensymphony.xwork2.interceptor.Interceptorpublic void init()
init in interface com.opensymphony.xwork2.interceptor.Interceptorpublic String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept in interface com.opensymphony.xwork2.interceptor.InterceptorExceptionprotected abstract void after(com.opensymphony.xwork2.ActionInvocation dispatcher,
String result)
throws Exception
ExceptionCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.