spring-framework / org.springframework.web.servlet.theme / CookieThemeResolver / THEME_REQUEST_ATTRIBUTE_NAME

THEME_REQUEST_ATTRIBUTE_NAME

static val THEME_REQUEST_ATTRIBUTE_NAME: String

Name of the request attribute that holds the theme name. Only used for overriding a cookie value if the theme has been changed in the course of the current request! Use RequestContext.getTheme() to retrieve the current theme in controllers or views.

See Also
org.springframework.web.servlet.support.RequestContext#getTheme