Class AbstractAwareInterceptor
- java.lang.Object
-
- com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
- Direct Known Subclasses:
BootstrapAwareInterceptor
,CaptchaInterceptor
,CommentAwareInterceptor
,ConfluenceAccessInterceptor
,PageAwareInterceptor
,SpaceAwareInterceptor
,UserAwareInterceptor
,WebSudoInterceptor
public abstract class AbstractAwareInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAwareInterceptor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
destroy()
protected String
getParameter(String parameterName)
protected ConfluenceUser
getUser()
protected boolean
hasParameter(String parameterName)
void
init()
abstract String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroy
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
init
public void init()
- Specified by:
init
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
intercept
public abstract String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
-
hasParameter
protected boolean hasParameter(String parameterName)
-
getUser
protected ConfluenceUser getUser()
-
-