spring-mobile-device

Package org.springframework.mobile.device

Public API for device resolution.

See:
          Description

Interface Summary
Device A model for the user agent or device that submitted the current request.
DeviceResolver Service interface for resolving Devices that originate web requests with the application.
 

Class Summary
DeviceResolverHandlerInterceptor A Spring MVC interceptor that resolves the Device that originated the web request before any request handler is invoked.
DeviceResolverRequestFilter A Servlet 2.3 Filter that resolves the Device that originated the web request.
DeviceUtils Static helper for accessing request-scoped Device values.
DeviceWebArgumentResolver Spring MVC WebArgumentResolver that resolves @Controller MethodParameters of type Device to the value of the web request's current device attribute.
LiteDeviceResolver A "lightweight" device resolver algorithm based on Wordpress's Mobile pack.
 

Enum Summary
DeviceType Enumeration for the type of device that has been resolved
 

Package org.springframework.mobile.device Description

Public API for device resolution.


spring-mobile-device