spring-mobile-device

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.
 

Method Detail

resolveDevice

Device resolveDevice(javax.servlet.http.HttpServletRequest request)
Resolve the device that originated the web request.


spring-mobile-device