See: Description
Interface | Description |
---|---|
SitePreferenceHandler |
Service interface for site preference management.
|
SitePreferenceRepository |
A strategy for storing a user's site preference.
|
Class | Description |
---|---|
CookieSitePreferenceRepository |
SitePreferenceRepository implementation that stores user preference in a Cookie.
|
SitePreferenceHandlerInterceptor |
A Spring MVC interceptor that, on preHandle, delegates to a
SitePreferenceHandler to resolve the SitePreference of the user that originated the web request. |
SitePreferenceHandlerMethodArgumentResolver |
Spring MVC
HandlerMethodArgumentResolver that resolves @Controller MethodParameters of type SitePreference
to the value of the web request's current site preference attribute . |
SitePreferenceRequestFilter |
A Servlet 2.3 Filter that delegates to a
SitePreferenceHandler to resolve the SitePreference of the user
that originated the web request. |
SitePreferenceUtils |
Static helper for accessing request-scoped SitePreference values.
|
SitePreferenceWebArgumentResolver |
Spring MVC
WebArgumentResolver that resolves @Controller MethodParameters of type SitePreference
to the value of the web request's current site preference attribute . |
StandardSitePreferenceHandler |
A helper that resolves the user's site preference and makes it available as a request attribute.
|
Enum | Description |
---|---|
SitePreference |
Possible site preference values.
|