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:
  • Constructor Details

    • AbstractAwareInterceptor

      public AbstractAwareInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apache.struts2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface org.apache.struts2.interceptor.Interceptor
    • intercept

      public abstract String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
      Specified by:
      intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
      Throws:
      Exception
    • getParameter

      protected String getParameter(String parameterName)
    • hasParameter

      protected boolean hasParameter(String parameterName)
    • getUser

      protected ConfluenceUser getUser()