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.Interceptor
public void init()
init
in interface com.opensymphony.xwork.interceptor.Interceptor
public abstract String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) throws Exception
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
Exception
protected boolean hasParameter(String parameterName)
protected com.atlassian.user.User getUser()
Copyright © 2003–2015 Atlassian. All rights reserved.