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 voiddestroy()protected StringgetParameter(String parameterName)protected ConfluenceUsergetUser()protected booleanhasParameter(String parameterName)voidinit()abstract Stringintercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroyin interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
init
public void init()
- Specified by:
initin interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
intercept
public abstract String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Throws:
Exception
-
hasParameter
protected boolean hasParameter(String parameterName)
-
getUser
protected ConfluenceUser getUser()
-
-