Class AbstractAwareInterceptor
java.lang.Object
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
- All Implemented Interfaces:
 com.opensymphony.xwork2.interceptor.Interceptor,Serializable,org.apache.struts2.interceptor.Interceptor
- Direct Known Subclasses:
 BootstrapAwareInterceptor,CaptchaInterceptor,CommentAwareInterceptor,ConfluenceAccessInterceptor,PageAwareInterceptor,SpaceAwareInterceptor,UserAwareInterceptor
public abstract class AbstractAwareInterceptor
extends Object
implements com.opensymphony.xwork2.interceptor.Interceptor
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()protected StringgetParameter(String parameterName) protected ConfluenceUsergetUser()protected booleanhasParameter(String parameterName) voidinit()abstract Stringintercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
intercept 
- 
Constructor Details
- 
AbstractAwareInterceptor
public AbstractAwareInterceptor() 
 - 
 - 
Method Details
- 
destroy
public void destroy()- Specified by:
 destroyin interfaceorg.apache.struts2.interceptor.Interceptor
 - 
init
public void init()- Specified by:
 initin interfaceorg.apache.struts2.interceptor.Interceptor
 - 
intercept
public abstract String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception - Specified by:
 interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Throws:
 Exception
 - 
getParameter
 - 
hasParameter
 - 
getUser
 
 -