spring-mobile-device

Package org.springframework.mobile.device.switcher

Mobile site switcher for Spring MVC-based web apps.

See:
          Description

Interface Summary
SiteUrlFactory Strategy for constructing different site URLs, such as the 'mobile' site URL.
 

Class Summary
AbstractSitePathUrlFactory Abstract SiteUrlFactory implementation that differentiates each site by the HTTP request path.
AbstractSiteUrlFactory Abstract implementation of the SiteUrlFactory interface.
MobileSitePathUrlFactory Path based site URL factory implementation that handles requests for the "mobile" site.
NormalSitePathUrlFactory Path based site URL factory implementation that handles requests for the "normal" site.
SiteSwitcherHandlerInterceptor A Spring MVC interceptor that switches the user between the mobile and normal site by employing a specific switching algorithm.
StandardSiteUrlFactory Site URL factory implementation that differentiates each site by the value of the server name field.
 

Package org.springframework.mobile.device.switcher Description

Mobile site switcher for Spring MVC-based web apps.


spring-mobile-device