Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.theme Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
AbstractThemeResolverAbstract base class for ThemeResolver implementations.Classorg.springframework.web.servlet.themeSpring MVC
CookieThemeResolverThemeResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the default theme.Classorg.springframework.web.servlet.themeSpring MVC
FixedThemeResolverThemeResolver implementationthat simply uses a fixed theme.Classorg.springframework.web.servlet.themeSpring MVC
SessionThemeResolverThemeResolver implementation thatuses a theme attribute in the user's session in case of a custom setting,Classorg.springframework.web.servlet.themeSpring MVC
ThemeChangeInterceptorInterceptor that allows for changing the current theme on every request,via a configurable request parameter (default parameter name: theme).Classorg.springframework.web.servlet.themeSpring MVC
ThemeResolverInterface for web-based theme resolution strategies that allows forboth theme resolution via the request and theme modification viaInterfaceorg.springframework.web.servletSpring MVC