See: Description
Interface | Description |
---|---|
SiteSwitcherHandler | |
SiteUrlFactory |
Strategy for constructing different site URLs, such as the 'mobile' site URL.
|
Class | Description |
---|---|
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, normal, and tablet sites by employing a specific
switching algorithm.
|
SiteSwitcherRequestFilter |
A Servlet 2.3 Filter that switches the user between the mobile and normal site by employing a specific switching
algorithm.
|
StandardSiteSwitcherHandler | |
StandardSiteUrlFactory |
Site URL factory implementation that differentiates each site by the value of the server name field.
|
TabletSitePathUrlFactory |
Path based site URL factory implementation that handles requests for the "tablet" site.
|