| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| DeviceHandlerMethodArgumentResolver |
Spring MVC
HandlerMethodArgumentResolver that resolves @Controller MethodParameters of type Device
to the value of the web request's current device attribute. |
| 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 | Description |
|---|---|
| DevicePlatform |
Enumeration for the platform of device that has been resolved
|
| DeviceType |
Enumeration for the type of device that has been resolved
|