Class CmsJspDeviceSelectorTablet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String C_DESKTOP
      Constant for desktop detection.
      static java.lang.String C_MOBILE
      Constant for mobile detection.
      static java.util.List<java.lang.String> TYPES
      The list of types supported by this device selector implementation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDeviceType​(javax.servlet.http.HttpServletRequest req)
      Returns the name of the device type.
      java.util.List<java.lang.String> getDeviceTypes()
      Returns an array of device types that can be detected.
      UAgentInfo getUserAgentInfo()
      Returns the User Agent info.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait