spring-mobile-device

Package org.springframework.mobile.device.site

Ability for the user to specify whether they prefer the mobile or normal site.

See:
          Description

Interface Summary
SitePreferenceHandler Service interface for site preference management.
SitePreferenceRepository A strategy for storing a user's site preference.
 

Class Summary
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.
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 Summary
SitePreference Possible site preference values.
 

Package org.springframework.mobile.device.site Description

Ability for the user to specify whether they prefer the mobile or normal site.


spring-mobile-device