com.atlassian.confluence.setup.webwork
Class AbstractAwareInterceptor
java.lang.Object
com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor
- Direct Known Subclasses:
- BootstrapAwareInterceptor, CaptchaInterceptor, CommentAwareInterceptor, HttpMethodValidationInterceptor, PageAwareInterceptor, SpaceAwareInterceptor, UserAwareInterceptor, WebSudoInterceptor
public abstract class AbstractAwareInterceptor
- extends Object
- implements com.opensymphony.xwork.interceptor.Interceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAwareInterceptor
public AbstractAwareInterceptor()
destroy
public void destroy()
- Specified by:
destroy
in interface com.opensymphony.xwork.interceptor.Interceptor
init
public void init()
- Specified by:
init
in interface com.opensymphony.xwork.interceptor.Interceptor
intercept
public abstract String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws Exception
- Specified by:
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
- Throws:
Exception
getParameter
protected String getParameter(String parameterName)
hasParameter
protected boolean hasParameter(String parameterName)
getUser
protected com.atlassian.user.User getUser()