Interface DeviceResolver

All Known Implementing Classes:
DefaultDeviceResolver

public interface DeviceResolver
device detection
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveDevice(javax.servlet.http.HttpServletRequest request)
    Detects whether the accessed device belongs to a mobile, tablet or desktop.
  • Method Details

    • resolveDevice

      DeviceData resolveDevice(javax.servlet.http.HttpServletRequest request)
      Detects whether the accessed device belongs to a mobile, tablet or desktop.
      Parameters:
      request - the request
      Returns:
      the detected device data