com.atlassian.confluence.setup.webwork
Class AbstractAwareInterceptor
java.lang.Object
com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
- All Implemented Interfaces:
- Interceptor
- Direct Known Subclasses:
- BootstrapAwareInterceptor, CaptchaInterceptor, CommentAwareInterceptor, PageAwareInterceptor, SpaceAwareInterceptor, UserAwareInterceptor
public abstract class AbstractAwareInterceptor
- extends Object
- implements 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 Interceptor
init
public void init()
- Specified by:
init in interface Interceptor
intercept
public abstract String intercept(ActionInvocation actionInvocation)
throws Exception
- Specified by:
intercept in interface Interceptor
- Throws:
Exception
getParameter
protected String getParameter(String parameterName)
hasParameter
protected boolean hasParameter(String parameterName)
getUser
protected User getUser()