- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor
public class ThemeContextInterceptor
extends Object
implements com.opensymphony.xwork.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.