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
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpaceAwareInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
Methods inherited from class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
destroy, getParameter, getUser, hasParameter, init
-
-
-
-
Method Detail
-
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Specified by:
intercept
in classAbstractAwareInterceptor
- Throws:
Exception
-
-