See: Description
| Interface | Description |
|---|---|
| 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 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.
|