Package com.atlassian.confluence.themes
Class ThemeContextInterceptor
- java.lang.Object
-
- com.atlassian.confluence.themes.ThemeContextInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class ThemeContextInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Interceptor to put information in the Http Request object that can be used by the themeing subsystem to determine which theme to apply to the request. This interceptor should be run after any parameter- space- or page-setting interceptor (i.e. PageAwareInterceptor and its kin) to make sure that enough information is on the action to service the request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeContextInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-