SiteUrlFactory
implementation that differentiates each site by the
HTTP request path.SiteUrlFactory
interface.HandlerInterceptor
that defaults to a LiteDeviceResolver
implementation.HandlerInterceptor
.Filter
that defaults to a LiteDeviceResolver
implementation.Filter
.WebArgumentResolver
that resolves @Controller MethodParameters of type Device
to the value of the web request's current device
attribute..mobi
domain for normal site requests that either
originate from a mobile device or indicate a mobile site preference.m.
domain for normal site requests that either
originate from a mobile device or indicate a mobile site preference.SitePreferenceHandler
to resolve the SitePreference of the user that originated the web request.WebArgumentResolver
that resolves @Controller MethodParameters of type SitePreference
to the value of the web request's current site preference attribute
.StandardSiteUrlFactory
.