com.atlassian.bamboo.ww2.interceptors
Class AroundInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AroundInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
- Direct Known Subclasses:
- PlanAwareInterceptor, TrimParametersInterceptor
public abstract class AroundInterceptor
- extends Object
- implements com.opensymphony.xwork2.interceptor.Interceptor
- See Also:
- Serialized Form
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AroundInterceptor
public AroundInterceptor()
destroy
public void destroy()
- Specified by:
destroy
in interface com.opensymphony.xwork2.interceptor.Interceptor
init
public void init()
- Specified by:
init
in interface com.opensymphony.xwork2.interceptor.Interceptor
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Specified by:
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
after
protected abstract void after(com.opensymphony.xwork2.ActionInvocation dispatcher,
String result)
throws Exception
- Throws:
Exception
before
protected abstract void before(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Throws:
Exception
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.