Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.springframework.web.servlet.theme Classes and Interfaces - 6 results found.
| Name | Description | Type | Package | Framework |
| AbstractThemeResolver | Abstract base class for ThemeResolver implementations. | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| CookieThemeResolver | ThemeResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the default theme. | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| FixedThemeResolver | ThemeResolver implementationthat simply uses a fixed theme. | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| SessionThemeResolver | ThemeResolver implementation thatuses a theme attribute in the user's session in case of a custom setting, | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| ThemeChangeInterceptor | Interceptor that allows for changing the current theme on every request,via a configurable request parameter (default parameter name: theme). | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| ThemeResolver | Interface for web-based theme resolution strategies that allows forboth theme resolution via the request and theme modification via | Interface | org.springframework.web.servlet | Spring MVC |