Class PageAwareInterceptor

java.lang.Object
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
com.atlassian.confluence.pages.actions.PageAwareInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable, org.apache.struts2.interceptor.Interceptor

public class PageAwareInterceptor extends AbstractAwareInterceptor
An XWork interceptor which injects a Page into the current Action if that action implements PageAware. Delegates to PageAwareHelper to do the work.
See Also:
  • Constructor Details

    • PageAwareInterceptor

      public PageAwareInterceptor()
  • Method Details