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
public class PageAwareInterceptor extends AbstractAwareInterceptor
An XWork interceptor which injects a Page into the current Action if that action implementsPageAware
. Delegates toPageAwareHelper
to do the work.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageAwareInterceptor()
-
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
-
-