Skip navigation links
Spring Mobile
A C D E F G H I L M N O P R S T U V 

A

AbstractDeviceDelegatingViewResolver - Class in org.springframework.mobile.device.view
Abstract ViewResolver implementation, providing a device aware ViewResolver wrapper that delegates to another view resolver implementation, allowing for resolution of device specific view names without the need for a dedicated mapping to be defined for each view.
AbstractDeviceDelegatingViewResolver(ViewResolver) - Constructor for class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Creates a new AbstractDeviceDelegatingViewResolver
AbstractSitePathUrlFactory - Class in org.springframework.mobile.device.switcher
Abstract SiteUrlFactory implementation that differentiates each site by the HTTP request path.
AbstractSitePathUrlFactory(String, String, String) - Constructor for class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Creates a new abstract site path URL factory for the given mobile path and root application path.
AbstractSiteUrlFactory - Class in org.springframework.mobile.device.switcher
Abstract implementation of the SiteUrlFactory interface.
AbstractSiteUrlFactory() - Constructor for class org.springframework.mobile.device.switcher.AbstractSiteUrlFactory
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.mobile.device.annotation.DeviceResolverConfiguration.DeviceResolverMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration.SitePreferenceMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.mobile.device.annotation.DeviceResolverConfiguration.DeviceResolverMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration.SitePreferenceMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.mobile.device.switcher.annotation.SiteSwitcherConfiguration.SiteSwitcherMvcConfiguration
 

C

CookieSitePreferenceRepository - Class in org.springframework.mobile.device.site
SitePreferenceRepository implementation that stores user preference in a Cookie.
CookieSitePreferenceRepository() - Constructor for class org.springframework.mobile.device.site.CookieSitePreferenceRepository
Creates a cookie-based SitePreferenceRepository.
CookieSitePreferenceRepository(String) - Constructor for class org.springframework.mobile.device.site.CookieSitePreferenceRepository
Creates a cookie-based SitePreferenceRepository with a custom domain value.
createSiteUrl(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.MobileSitePathUrlFactory
 
createSiteUrl(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.NormalSitePathUrlFactory
 
createSiteUrl(HttpServletRequest) - Method in interface org.springframework.mobile.device.switcher.SiteUrlFactory
Create a fully-qualified URL that can be used to redirect the user to this site.
createSiteUrl(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.StandardSiteUrlFactory
 
createSiteUrl(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.TabletSitePathUrlFactory
 
createSiteUrlInternal(HttpServletRequest, String, String) - Method in class org.springframework.mobile.device.switcher.AbstractSiteUrlFactory
 
createViewResolver(ViewResolver, int) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver.
createViewResolver(ViewResolver) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver and computing a sensible order for it.
CURRENT_DEVICE_ATTRIBUTE - Static variable in class org.springframework.mobile.device.DeviceUtils
The name of the request attribute the current Device is indexed by.
CURRENT_SITE_PREFERENCE_ATTRIBUTE - Static variable in interface org.springframework.mobile.device.site.SitePreferenceHandler
The name of the request attribute that holds the current user's site preference value.

D

DefaultDeviceResolverConfigurationAdapter() - Constructor for class org.springframework.mobile.autoconfigure.DeviceResolverAutoConfiguration.DefaultDeviceResolverConfigurationAdapter
 
DefaultSitePreferenceConfigurationAdapter() - Constructor for class org.springframework.mobile.autoconfigure.SitePreferenceAutoConfiguration.DefaultSitePreferenceConfigurationAdapter
 
Device - Interface in org.springframework.mobile.device
A model for the user agent or device that submitted the current request.
deviceDelegatingFreeMarkerViewResolver(DeviceDelegatingViewResolverFactory, FreeMarkerViewResolver) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
DeviceDelegatingFreeMarkerViewResolverConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
deviceDelegatingGroovyMarkupViewResolver(DeviceDelegatingViewResolverFactory, GroovyMarkupViewResolver) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
DeviceDelegatingGroovyMarkupViewResolverConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
deviceDelegatingJspViewResolver(DeviceDelegatingViewResolverFactory, InternalResourceViewResolver) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
DeviceDelegatingJspViewResolverConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
deviceDelegatingMustacheViewResolver(DeviceDelegatingViewResolverFactory, MustacheViewResolver) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
DeviceDelegatingMustacheViewResolverConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
deviceDelegatingThymeleafViewResolver(DeviceDelegatingViewResolverFactory, ThymeleafViewResolver) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingThymeleafViewResolverConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration - Class in org.springframework.mobile.autoconfigure
Auto-configuration for Spring Mobile's LiteDeviceDelegatingViewResolver.
DeviceDelegatingViewResolverAutoConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration - Class in org.springframework.mobile.autoconfigure
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration - Class in org.springframework.mobile.autoconfigure
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration - Class in org.springframework.mobile.autoconfigure
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration - Class in org.springframework.mobile.autoconfigure
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration - Class in org.springframework.mobile.autoconfigure
 
DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration - Class in org.springframework.mobile.autoconfigure
 
deviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
DeviceDelegatingViewResolverFactory - Class in org.springframework.mobile.autoconfigure
A factory for LiteDeviceDelegatingViewResolver that applies customizations of DeviceDelegatingViewResolverProperties.
DeviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverFactory
 
DeviceDelegatingViewResolverProperties - Class in org.springframework.mobile.autoconfigure
Properties for device view resolver.
DeviceDelegatingViewResolverProperties() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
deviceHandlerMethodArgumentResolver() - Method in class org.springframework.mobile.device.annotation.DeviceResolverConfiguration
 
DeviceHandlerMethodArgumentResolver - Class in org.springframework.mobile.device
Spring MVC HandlerMethodArgumentResolver that resolves @Controller MethodParameters of type Device to the value of the web request's current device attribute.
DeviceHandlerMethodArgumentResolver() - Constructor for class org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver
 
DevicePlatform - Enum in org.springframework.mobile.device
Enumeration for the platform of device that has been resolved
DeviceResolver - Interface in org.springframework.mobile.device
Service interface for resolving Devices that originate web requests with the application.
DeviceResolverAutoConfiguration - Class in org.springframework.mobile.autoconfigure
Auto-configuration for Spring Mobile's DeviceResolver.
DeviceResolverAutoConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceResolverAutoConfiguration
 
DeviceResolverAutoConfiguration.DefaultDeviceResolverConfigurationAdapter - Class in org.springframework.mobile.autoconfigure
 
DeviceResolverAutoConfiguration.DeviceResolverConfigurationAdapter - Class in org.springframework.mobile.autoconfigure
 
DeviceResolverConfiguration - Class in org.springframework.mobile.device.annotation
 
DeviceResolverConfiguration() - Constructor for class org.springframework.mobile.device.annotation.DeviceResolverConfiguration
 
DeviceResolverConfiguration.DeviceResolverMvcConfiguration - Class in org.springframework.mobile.device.annotation
 
DeviceResolverConfigurationAdapter(DeviceResolver) - Constructor for class org.springframework.mobile.autoconfigure.DeviceResolverAutoConfiguration.DeviceResolverConfigurationAdapter
 
DeviceResolverConfigurer - Interface in org.springframework.mobile.device.annotation
Defines callback methods to customize the Java-based configuration for Spring Mobile enabled via @EnableDeviceResolver.
deviceResolverHandlerInterceptor() - Method in class org.springframework.mobile.device.annotation.DeviceResolverConfiguration
 
DeviceResolverHandlerInterceptor - Class in org.springframework.mobile.device
A Spring MVC interceptor that resolves the Device that originated the web request before any request handler is invoked.
DeviceResolverHandlerInterceptor() - Constructor for class org.springframework.mobile.device.DeviceResolverHandlerInterceptor
Create a device resolving HandlerInterceptor that defaults to a LiteDeviceResolver implementation.
DeviceResolverHandlerInterceptor(DeviceResolver) - Constructor for class org.springframework.mobile.device.DeviceResolverHandlerInterceptor
Create a device resolving HandlerInterceptor.
DeviceResolverMvcConfiguration(DeviceResolverHandlerInterceptor, DeviceHandlerMethodArgumentResolver) - Constructor for class org.springframework.mobile.device.annotation.DeviceResolverConfiguration.DeviceResolverMvcConfiguration
 
DeviceResolverRequestFilter - Class in org.springframework.mobile.device
A Servlet 2.3 Filter that resolves the Device that originated the web request.
DeviceResolverRequestFilter() - Constructor for class org.springframework.mobile.device.DeviceResolverRequestFilter
Create a device resolving Filter that defaults to a LiteDeviceResolver implementation.
DeviceResolverRequestFilter(DeviceResolver) - Constructor for class org.springframework.mobile.device.DeviceResolverRequestFilter
Create a device resolving Filter.
DeviceType - Enum in org.springframework.mobile.device
Enumeration for the type of device that has been resolved
DeviceUtils - Class in org.springframework.mobile.device
Static helper for accessing request-scoped Device values.
DeviceUtils() - Constructor for class org.springframework.mobile.device.DeviceUtils
 
DeviceWebArgumentResolver - Class in org.springframework.mobile.device
Spring MVC WebArgumentResolver that resolves @Controller MethodParameters of type Device to the value of the web request's current device attribute.
DeviceWebArgumentResolver() - Constructor for class org.springframework.mobile.device.DeviceWebArgumentResolver
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.mobile.device.DeviceResolverRequestFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.mobile.device.site.SitePreferenceRequestFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
dotMobi(String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a .mobi domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
dotMobi(String, Boolean) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a .mobi domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
dotMobi(String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a .mobi domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
dotMobi(String, Boolean) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a .mobi domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.

E

EnableDeviceResolver - Annotation Type in org.springframework.mobile.device.annotation
Add this annotation to an @Configuration class to have the Spring MVC configuration defined in DeviceResolverConfiguration imported.
EnableSitePreference - Annotation Type in org.springframework.mobile.device.site.annotation
Add this annotation to an @Configuration class to have the Spring MVC configuration defined in SitePreferenceConfigurer imported.
EnableSiteSwitcher - Annotation Type in org.springframework.mobile.device.switcher.annotation
Add this annotation to an @Configuration class to have the Spring MVC configuration defined in SiteSwitcherConfigurer imported.

F

FORWARD_URL_PREFIX - Static variable in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Prefix for special view names that specify a forward URL (usually to a controller after a form has been submitted and processed).
from(DeviceType, DevicePlatform) - Static method in class org.springframework.mobile.device.LiteDevice
 

G

getCleanMobilePath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Returns the full mobile path without a trailing slash.
getCleanNormalPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Returns the full normal path without a trailing slash.
getCleanRootPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Returns the root path without a trailing slash.
getCleanTabletPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Returns the full tablet path without a trailing slash.
getCurrentDevice(HttpServletRequest) - Static method in class org.springframework.mobile.device.DeviceUtils
Static utility method that extracts the current device from the web request.
getCurrentDevice(RequestAttributes) - Static method in class org.springframework.mobile.device.DeviceUtils
Static utility method that extracts the current device from the request attributes map.
getCurrentSitePreference(HttpServletRequest) - Static method in class org.springframework.mobile.device.site.SitePreferenceUtils
Get the current site preference for the user that originated this web request.
getCurrentSitePreference(RequestAttributes) - Static method in class org.springframework.mobile.device.site.SitePreferenceUtils
Get the current site preference for the user from the request attributes map.
getDevicePlatform() - Method in interface org.springframework.mobile.device.Device
 
getDevicePlatform() - Method in class org.springframework.mobile.device.LiteDevice
 
getDeviceResolver() - Method in class org.springframework.mobile.autoconfigure.DeviceResolverAutoConfiguration.DeviceResolverConfigurationAdapter
 
getDeviceResolver() - Method in interface org.springframework.mobile.device.annotation.DeviceResolverConfigurer
 
getDeviceType() - Method in class org.springframework.mobile.device.LiteDevice
 
getDeviceViewName(String) - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Returns the adjusted view name as determined by subclass implementation.
getDeviceViewNameInternal(String) - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Subclasses must implement this method, adjusting the device view name based on device resolution used within the subclass.
getDeviceViewNameInternal(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
 
getEnableFallback() - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Return whether fallback view resolution is enabled
getFullMobilePath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
The full path of the mobile site.
getFullNormalPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
The full path of the normal site
getFullTabletPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
The full path of the tablet site.
getMobilePath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
The mobile path with a trailing slash.
getMobilePath() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
getMobilePrefix() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
getMobilePrefix() - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Return the prefix that gets prepended to view names for mobile devices
getMobileSuffix() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
getMobileSuffix() - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Return the suffix that gets appended to view names for mobile devices
getMobileUserAgentKeywords() - Method in class org.springframework.mobile.device.LiteDeviceResolver
List of user agent keywords that identify mobile devices.
getMobileUserAgentPrefixes() - Method in class org.springframework.mobile.device.LiteDeviceResolver
List of user agent prefixes that identify mobile devices.
getNormalPrefix() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
getNormalPrefix() - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Return the prefix that gets prepended to view names for normal devices
getNormalSuffix() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
getNormalSuffix() - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Return the suffix that gets appended to view names for normal devices
getNormalUserAgentKeywords() - Method in class org.springframework.mobile.device.LiteDeviceResolver
List of user agent keywords that identify normal devices.
getOrder() - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
 
getRequiredCurrentDevice(HttpServletRequest) - Static method in class org.springframework.mobile.device.DeviceUtils
Static utility method that extracts the current device from the web request.
getRootPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
The root path of the application with a trailing slash.
getRootPath() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
getServerName() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
getSitePreferenceHandler() - Method in class org.springframework.mobile.autoconfigure.SitePreferenceAutoConfiguration.SitePreferenceConfigurationAdapter
 
getSitePreferenceHandler() - Method in interface org.springframework.mobile.device.site.annotation.SitePreferenceConfigurer
 
getSiteSwitcherHandler() - Method in class org.springframework.mobile.autoconfigure.SiteSwitcherAutoConfiguration.SiteSwitcherConfigurationAdapter
 
getSiteSwitcherHandler() - Method in interface org.springframework.mobile.device.switcher.annotation.SiteSwitcherConfigurer
 
getSwitcherMode() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
getTabletIsMobile() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
getTabletPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
The tablet path with a trailing slash.
getTabletPath() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
getTabletPrefix() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
getTabletPrefix() - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Return the prefix that gets prepended to view names for tablet devices
getTabletSuffix() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
getTabletSuffix() - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Return the suffix that gets appended to view names for tablet devices
getTabletUserAgentKeywords() - Method in class org.springframework.mobile.device.LiteDeviceResolver
List of user agent keywords that identify tablet devices.
getViewResolver() - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Returns the delegate view resolver

H

handleSitePreference(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.mobile.device.site.SitePreferenceHandler
Handle the site preference aspect of the web request.
handleSitePreference(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.mobile.device.site.StandardSitePreferenceHandler
 
handleSiteSwitch(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.mobile.device.switcher.SiteSwitcherHandler
Handles the site switching aspect of the web request.
handleSiteSwitch(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandler
 
hasMobilePath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Whether there is a mobile path or not
hasRootPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Whether there is a root path or not
hasTabletPath() - Method in class org.springframework.mobile.device.switcher.AbstractSitePathUrlFactory
Whether there is a tablet path or not

I

init() - Method in class org.springframework.mobile.device.LiteDeviceResolver
Initialize this device resolver implementation.
initFilterBean() - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
initServletContext(ServletContext) - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
 
isEnableFallback() - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
isMobile() - Method in interface org.springframework.mobile.device.Device
True if this device is a mobile device such as an Apple iPhone or an Nexus One Android.
isMobile() - Method in class org.springframework.mobile.device.LiteDevice
 
isMobile() - Method in enum org.springframework.mobile.device.site.SitePreference
Tests if this is the 'mobile' SitePreference.
isMobile(Device, SitePreference) - Static method in class org.springframework.mobile.device.util.ResolverUtils
Should the combination of Device and SitePreference be handled as a mobile device
isNormal() - Method in interface org.springframework.mobile.device.Device
True if this device is not a mobile or tablet device.
isNormal() - Method in class org.springframework.mobile.device.LiteDevice
 
isNormal() - Method in enum org.springframework.mobile.device.site.SitePreference
Tests if this is the 'normal' SitePreference.
isNormal(Device, SitePreference) - Static method in class org.springframework.mobile.device.util.ResolverUtils
Should the combination of Device and SitePreference be handled as a normal device
isRequestForSite(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.MobileSitePathUrlFactory
 
isRequestForSite(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.NormalSitePathUrlFactory
 
isRequestForSite(HttpServletRequest) - Method in interface org.springframework.mobile.device.switcher.SiteUrlFactory
Did the request originate from this site? Used to determine what site the user is currently viewing.
isRequestForSite(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.StandardSiteUrlFactory
 
isRequestForSite(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.TabletSitePathUrlFactory
 
isTablet() - Method in interface org.springframework.mobile.device.Device
True if this device is a tablet device such as an Apple iPad or a Motorola Xoom.
isTablet() - Method in class org.springframework.mobile.device.LiteDevice
 
isTablet() - Method in enum org.springframework.mobile.device.site.SitePreference
Tests if this is the 'tablet' SitePreference.
isTablet(Device, SitePreference) - Static method in class org.springframework.mobile.device.util.ResolverUtils
Should the combination of Device and SitePreference be handled as a tablet device

L

LiteDevice - Class in org.springframework.mobile.device
A lightweight Device implementation suitable for use as support code.
LiteDevice() - Constructor for class org.springframework.mobile.device.LiteDevice
Creates a LiteDevice with DeviceType of NORMAL and DevicePlatform UNKNOWN
LiteDevice(DeviceType) - Constructor for class org.springframework.mobile.device.LiteDevice
Creates a LiteDevice with DevicePlatform UNKNOWN
LiteDevice(DeviceType, DevicePlatform) - Constructor for class org.springframework.mobile.device.LiteDevice
Creates a LiteDevice
LiteDeviceDelegatingViewResolver - Class in org.springframework.mobile.device.view
A lightweight AbstractDeviceDelegatingViewResolver for adjusting a view based on the combination of resolved Device and specified SitePreference.
LiteDeviceDelegatingViewResolver(ViewResolver) - Constructor for class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Creates a new LiteDeviceDelegatingViewResolver
LiteDeviceDelegatingViewResolverFactoryConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
LiteDeviceResolver - Class in org.springframework.mobile.device
A "lightweight" device resolver algorithm based on Wordpress's Mobile pack.
LiteDeviceResolver() - Constructor for class org.springframework.mobile.device.LiteDeviceResolver
 
LiteDeviceResolver(List<String>) - Constructor for class org.springframework.mobile.device.LiteDeviceResolver
 
loadSitePreference(HttpServletRequest) - Method in class org.springframework.mobile.device.site.CookieSitePreferenceRepository
 
loadSitePreference(HttpServletRequest) - Method in interface org.springframework.mobile.device.site.SitePreferenceRepository
Load the user's site preference.

M

mDot(String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a m. domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
mDot(String, Boolean) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a m. domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
mDot(String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a m. domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
mDot(String, Boolean) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a m. domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
MOBILE_INSTANCE - Static variable in class org.springframework.mobile.device.LiteDevice
 
MobileSitePathUrlFactory - Class in org.springframework.mobile.device.switcher
Path based site URL factory implementation that handles requests for the "mobile" site.
MobileSitePathUrlFactory(String, String) - Constructor for class org.springframework.mobile.device.switcher.MobileSitePathUrlFactory
Creates a new mobile site path URL factory.
MobileSitePathUrlFactory(String, String, String) - Constructor for class org.springframework.mobile.device.switcher.MobileSitePathUrlFactory
Creates a new mobile site path URL factory

N

NORMAL_INSTANCE - Static variable in class org.springframework.mobile.device.LiteDevice
 
NormalSitePathUrlFactory - Class in org.springframework.mobile.device.switcher
Path based site URL factory implementation that handles requests for the "normal" site.
NormalSitePathUrlFactory(String) - Constructor for class org.springframework.mobile.device.switcher.NormalSitePathUrlFactory
Creates a new normal site path URL factory.
NormalSitePathUrlFactory(String, String) - Constructor for class org.springframework.mobile.device.switcher.NormalSitePathUrlFactory
Creates a new normal site path URL factory.
NormalSitePathUrlFactory(String, String, String) - Constructor for class org.springframework.mobile.device.switcher.NormalSitePathUrlFactory
Creates a new normal site path URL factory.

O

optionalPort(HttpServletRequest) - Method in class org.springframework.mobile.device.switcher.AbstractSiteUrlFactory
Returns the HTTP port specified on the given request if it's a non-standard port.
org.springframework.mobile.autoconfigure - package org.springframework.mobile.autoconfigure
Auto-configuration for Spring Mobile.
org.springframework.mobile.device - package org.springframework.mobile.device
Public API for device resolution.
org.springframework.mobile.device.annotation - package org.springframework.mobile.device.annotation
Public API for device resolution
org.springframework.mobile.device.site - package org.springframework.mobile.device.site
Ability for the user to specify whether they prefer the mobile or normal site.
org.springframework.mobile.device.site.annotation - package org.springframework.mobile.device.site.annotation
Ability for the user to specify whether they prefer the mobile or normal site.
org.springframework.mobile.device.switcher - package org.springframework.mobile.device.switcher
Mobile site switcher for Spring MVC-based web apps.
org.springframework.mobile.device.switcher.annotation - package org.springframework.mobile.device.switcher.annotation
Mobile site switcher for Spring MVC-based web apps.
org.springframework.mobile.device.util - package org.springframework.mobile.device.util
Spring Mobile utilities
org.springframework.mobile.device.view - package org.springframework.mobile.device.view
Device aware view resolution for Spring MVC-based web apps.

P

preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.mobile.device.DeviceResolverHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
 

R

REDIRECT_URL_PREFIX - Static variable in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed).
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.mobile.device.DeviceWebArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.mobile.device.site.SitePreferenceWebArgumentResolver
 
resolveDevice(HttpServletRequest) - Method in interface org.springframework.mobile.device.DeviceResolver
Resolve the device that originated the web request.
resolveDevice(HttpServletRequest) - Method in class org.springframework.mobile.device.LiteDeviceResolver
 
resolveFallback(HttpServletRequest) - Method in class org.springframework.mobile.device.LiteDeviceResolver
Fallback called if no mobile device is matched by this resolver.
ResolverUtils - Class in org.springframework.mobile.device.util
Static helper for determining how to handle the combination of device and site preference.
resolveViewName(String, Locale) - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
 
resolveWithPlatform(DeviceType, DevicePlatform) - Method in class org.springframework.mobile.device.LiteDeviceResolver
Wrapper method for allow subclassing platform based resolution

S

saveSitePreference(SitePreference, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.mobile.device.site.CookieSitePreferenceRepository
 
saveSitePreference(SitePreference, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.mobile.device.site.SitePreferenceRepository
Save the user's site preference.
setDeviceResolverConfigurers(List<DeviceResolverConfigurer>) - Method in class org.springframework.mobile.device.annotation.DeviceResolverConfiguration
 
setEnableFallback(boolean) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setEnableFallback(boolean) - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
Enables support for fallback resolution, meaning if the adjusted view name cannot be resolved, and attempt will be made to resolve the original view name.
setMobilePath(String) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
setMobilePrefix(String) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setMobilePrefix(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Set the prefix that gets prepended to view names for mobile devices.
setMobileSuffix(String) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setMobileSuffix(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Set the suffix that gets appended to view names for mobile devices
setNormalPrefix(String) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setNormalPrefix(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Set the prefix that gets prepended to view names for normal devices.
setNormalSuffix(String) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setNormalSuffix(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Set the suffix that gets appended to view names for normal devices.
setOrder(int) - Method in class org.springframework.mobile.device.view.AbstractDeviceDelegatingViewResolver
 
setRootPath(String) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
setServerName(String) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
setSitePreferenceConfigurers(List<SitePreferenceConfigurer>) - Method in class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration
 
setSiteSwitcherConfigurers(List<SiteSwitcherConfigurer>) - Method in class org.springframework.mobile.device.switcher.annotation.SiteSwitcherConfiguration
 
setSwitcherMode(String) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
setTabletIsMobile(Boolean) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
setTabletPath(String) - Method in class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
setTabletPrefix(String) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setTabletPrefix(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Set the prefix that gets prepended to view names for tablet devices.
setTabletSuffix(String) - Method in class org.springframework.mobile.autoconfigure.DeviceDelegatingViewResolverProperties
 
setTabletSuffix(String) - Method in class org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver
Set the suffix that gets appended to view names for tablet devices
SitePreference - Enum in org.springframework.mobile.device.site
Possible site preference values.
SitePreferenceAutoConfiguration - Class in org.springframework.mobile.autoconfigure
Auto-configuration for Spring Mobile's SitePreferenceHandler.
SitePreferenceAutoConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.SitePreferenceAutoConfiguration
 
SitePreferenceAutoConfiguration.DefaultSitePreferenceConfigurationAdapter - Class in org.springframework.mobile.autoconfigure
 
SitePreferenceAutoConfiguration.SitePreferenceConfigurationAdapter - Class in org.springframework.mobile.autoconfigure
 
SitePreferenceConfiguration - Class in org.springframework.mobile.device.site.annotation
 
SitePreferenceConfiguration() - Constructor for class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration
 
SitePreferenceConfiguration.SitePreferenceMvcConfiguration - Class in org.springframework.mobile.device.site.annotation
 
SitePreferenceConfigurationAdapter(SitePreferenceHandler) - Constructor for class org.springframework.mobile.autoconfigure.SitePreferenceAutoConfiguration.SitePreferenceConfigurationAdapter
 
SitePreferenceConfigurer - Interface in org.springframework.mobile.device.site.annotation
Defines callback methods to customize the Java-based configuration for Spring Mobile enabled via @EnableSitePreference.
SitePreferenceHandler - Interface in org.springframework.mobile.device.site
Service interface for site preference management.
sitePreferenceHandlerInterceptor() - Method in class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration
 
SitePreferenceHandlerInterceptor - Class in org.springframework.mobile.device.site
A Spring MVC interceptor that, on preHandle, delegates to a SitePreferenceHandler to resolve the SitePreference of the user that originated the web request.
SitePreferenceHandlerInterceptor() - Constructor for class org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor
 
SitePreferenceHandlerInterceptor(SitePreferenceHandler) - Constructor for class org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor
 
sitePreferenceHandlerMethodArgumentResolver() - Method in class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration
 
SitePreferenceHandlerMethodArgumentResolver - Class in org.springframework.mobile.device.site
Spring MVC HandlerMethodArgumentResolver that resolves @Controller MethodParameters of type SitePreference to the value of the web request's current site preference attribute.
SitePreferenceHandlerMethodArgumentResolver() - Constructor for class org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver
 
SitePreferenceMvcConfiguration(SitePreferenceHandlerInterceptor, SitePreferenceHandlerMethodArgumentResolver) - Constructor for class org.springframework.mobile.device.site.annotation.SitePreferenceConfiguration.SitePreferenceMvcConfiguration
 
SitePreferenceRepository - Interface in org.springframework.mobile.device.site
A strategy for storing a user's site preference.
SitePreferenceRequestFilter - Class in org.springframework.mobile.device.site
A Servlet 2.3 Filter that delegates to a SitePreferenceHandler to resolve the SitePreference of the user that originated the web request.
SitePreferenceRequestFilter() - Constructor for class org.springframework.mobile.device.site.SitePreferenceRequestFilter
 
SitePreferenceRequestFilter(SitePreferenceHandler) - Constructor for class org.springframework.mobile.device.site.SitePreferenceRequestFilter
 
SitePreferenceUtils - Class in org.springframework.mobile.device.site
Static helper for accessing request-scoped SitePreference values.
SitePreferenceWebArgumentResolver - Class in org.springframework.mobile.device.site
Spring MVC WebArgumentResolver that resolves @Controller MethodParameters of type SitePreference to the value of the web request's current site preference attribute.
SitePreferenceWebArgumentResolver() - Constructor for class org.springframework.mobile.device.site.SitePreferenceWebArgumentResolver
 
SiteSwitcherAutoConfiguration - Class in org.springframework.mobile.autoconfigure
Auto-configuration for Spring Mobile's SiteSwitcherHandler.
SiteSwitcherAutoConfiguration() - Constructor for class org.springframework.mobile.autoconfigure.SiteSwitcherAutoConfiguration
 
SiteSwitcherAutoConfiguration.SiteSwitcherConfigurationAdapter - Class in org.springframework.mobile.autoconfigure
 
SiteSwitcherConfiguration - Class in org.springframework.mobile.device.switcher.annotation
 
SiteSwitcherConfiguration() - Constructor for class org.springframework.mobile.device.switcher.annotation.SiteSwitcherConfiguration
 
SiteSwitcherConfiguration.SiteSwitcherMvcConfiguration - Class in org.springframework.mobile.device.switcher.annotation
 
SiteSwitcherConfigurationAdapter(SiteSwitcherHandler) - Constructor for class org.springframework.mobile.autoconfigure.SiteSwitcherAutoConfiguration.SiteSwitcherConfigurationAdapter
 
SiteSwitcherConfigurer - Interface in org.springframework.mobile.device.switcher.annotation
Defines callback methods to customize the Java-based configuration for Spring Mobile enabled via @EnableSiteSwitcher.
SiteSwitcherHandler - Interface in org.springframework.mobile.device.switcher
 
siteSwitcherHandlerInterceptor() - Method in class org.springframework.mobile.device.switcher.annotation.SiteSwitcherConfiguration
 
SiteSwitcherHandlerInterceptor - Class in org.springframework.mobile.device.switcher
A Spring MVC interceptor that switches the user between the mobile, normal, and tablet sites by employing a specific switching algorithm.
SiteSwitcherHandlerInterceptor(SiteSwitcherHandler) - Constructor for class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a new site switcher
SiteSwitcherHandlerInterceptor(SiteUrlFactory, SiteUrlFactory, SitePreferenceHandler) - Constructor for class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a new site switcher.
SiteSwitcherHandlerInterceptor(SiteUrlFactory, SiteUrlFactory, SitePreferenceHandler, Boolean) - Constructor for class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a new site switcher.
SiteSwitcherHandlerInterceptor(SiteUrlFactory, SiteUrlFactory, SiteUrlFactory, SitePreferenceHandler) - Constructor for class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a new site switcher.
SiteSwitcherMvcConfiguration(SiteSwitcherHandlerInterceptor) - Constructor for class org.springframework.mobile.device.switcher.annotation.SiteSwitcherConfiguration.SiteSwitcherMvcConfiguration
 
SiteSwitcherRequestFilter - Class in org.springframework.mobile.device.switcher
A Servlet 2.3 Filter that switches the user between the mobile and normal site by employing a specific switching algorithm.
SiteSwitcherRequestFilter() - Constructor for class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
 
SiteSwitcherRequestFilter(SiteUrlFactory, SiteUrlFactory, SiteUrlFactory, SitePreferenceHandler) - Constructor for class org.springframework.mobile.device.switcher.SiteSwitcherRequestFilter
Creates a new site switcher.
SiteUrlFactory - Interface in org.springframework.mobile.device.switcher
Strategy for constructing different site URLs, such as the 'mobile' site URL.
standard(String, String, String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a custom domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
standard(String, String, String, Boolean) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a custom domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
standard(String, String, String, String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a custom domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
standard(String, String, String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a custom domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
standard(String, String, String, Boolean) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a custom domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
standard(String, String, String, String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a custom domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
StandardSitePreferenceHandler - Class in org.springframework.mobile.device.site
A helper that resolves the user's site preference and makes it available as a request attribute.
StandardSitePreferenceHandler(SitePreferenceRepository) - Constructor for class org.springframework.mobile.device.site.StandardSitePreferenceHandler
Creates a new site preference handler.
StandardSiteSwitcherHandler - Class in org.springframework.mobile.device.switcher
 
StandardSiteSwitcherHandler(SiteUrlFactory, SiteUrlFactory, SiteUrlFactory, SitePreferenceHandler, Boolean) - Constructor for class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandler
Creates a new site switcher handler
StandardSiteSwitcherHandlerFactory - Class in org.springframework.mobile.device.switcher
 
StandardSiteSwitcherHandlerFactory() - Constructor for class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
 
StandardSiteUrlFactory - Class in org.springframework.mobile.device.switcher
Site URL factory implementation that differentiates each site by the value of the server name field.
StandardSiteUrlFactory(String) - Constructor for class org.springframework.mobile.device.switcher.StandardSiteUrlFactory
Creates a new StandardSiteUrlFactory.
supportsParameter(MethodParameter) - Method in class org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver
 

T

TABLET_INSTANCE - Static variable in class org.springframework.mobile.device.LiteDevice
 
TabletSitePathUrlFactory - Class in org.springframework.mobile.device.switcher
Path based site URL factory implementation that handles requests for the "tablet" site.
TabletSitePathUrlFactory(String, String) - Constructor for class org.springframework.mobile.device.switcher.TabletSitePathUrlFactory
Creates a new tablet site path URL factory.
TabletSitePathUrlFactory(String, String, String) - Constructor for class org.springframework.mobile.device.switcher.TabletSitePathUrlFactory
Creates a new tablet site path URL factory.
toString() - Method in class org.springframework.mobile.device.LiteDevice
 

U

urlPath(String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a path on the current domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
urlPath(String, String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a path on the current domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
urlPath(String, String, String) - Static method in class org.springframework.mobile.device.switcher.SiteSwitcherHandlerInterceptor
Creates a site switcher that redirects to a path on the current domain for normal site requests that either originate from a mobile device or tablet device, or indicate a mobile or tablet site preference.
urlPath(String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a path on the current domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
urlPath(String, String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a path on the current domain for normal site requests that either originate from a mobile device or indicate a mobile site preference.
urlPath(String, String, String) - Static method in class org.springframework.mobile.device.switcher.StandardSiteSwitcherHandlerFactory
Creates a site switcher that redirects to a path on the current domain for normal site requests that either originate from a mobile device or tablet device, or indicate a mobile or tablet site preference.

V

valueOf(String) - Static method in enum org.springframework.mobile.device.DevicePlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.mobile.device.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.mobile.device.site.SitePreference
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.mobile.device.DevicePlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.mobile.device.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.mobile.device.site.SitePreference
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M N O P R S T U V 
Skip navigation links
Spring Mobile