Class SpaceAwareInterceptor

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

public class SpaceAwareInterceptor extends AbstractAwareInterceptor
Encapsulates all the complicated "how are the many ways I can look up a space so the action knows about it?" stuff. An action just needs to implement SpaceAware, and the interceptor will give it a space if it needs one.
See Also:
  • Constructor Details

    • SpaceAwareInterceptor

      public SpaceAwareInterceptor()
  • Method Details