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
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:
 
- 
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
Methods inherited from class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
destroy, getParameter, getUser, hasParameter, initMethods 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
- 
SpaceAwareInterceptor
public SpaceAwareInterceptor() 
 - 
 - 
Method Details
- 
intercept
- Specified by:
 interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Specified by:
 interceptin classAbstractAwareInterceptor- Throws:
 Exception
 
 -