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.Interceptor
public void init()
init
in interface com.opensymphony.xwork2.interceptor.Interceptor
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
Exception
protected abstract void after(com.opensymphony.xwork2.ActionInvocation dispatcher, String result) throws Exception
Exception
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.