Interface DeviceResolver
- All Known Implementing Classes:
DefaultDeviceResolver
public interface DeviceResolver
device detection
-
Method Summary
Modifier and TypeMethodDescriptionresolveDevice(javax.servlet.http.HttpServletRequest request) Detects whether the accessed device belongs to a mobile, tablet or desktop.
-
Method Details
-
resolveDevice
Detects whether the accessed device belongs to a mobile, tablet or desktop.- Parameters:
request- the request- Returns:
- the detected device data
-