public abstract class AbstractAwareInterceptor extends Object implements com.opensymphony.xwork.interceptor.Interceptor
| Constructor and Description |
|---|
AbstractAwareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected String |
getParameter(String parameterName) |
protected com.atlassian.user.User |
getUser() |
protected boolean |
hasParameter(String parameterName) |
void |
init() |
abstract String |
intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) |
public void destroy()
destroy in interface com.opensymphony.xwork.interceptor.Interceptorpublic void init()
init in interface com.opensymphony.xwork.interceptor.Interceptorpublic abstract String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) throws Exception
intercept in interface com.opensymphony.xwork.interceptor.InterceptorExceptionprotected boolean hasParameter(String parameterName)
protected com.atlassian.user.User getUser()
Copyright © 2003–2016 Atlassian. All rights reserved.