org.springframework.mobile.device
Interface DeviceResolver
- All Known Implementing Classes:
- LiteDeviceResolver
public interface DeviceResolver
Service interface for resolving Devices that originate web requests with the application.
- Author:
- Keith Donald
|
Method Summary |
Device |
resolveDevice(javax.servlet.http.HttpServletRequest request)
Resolve the device that originated the web request. |
resolveDevice
Device resolveDevice(javax.servlet.http.HttpServletRequest request)
- Resolve the device that originated the web request.