Interface I_CmsJspDeviceSelector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REQUEST_ATTRIBUTE_DEVICE
      Request parameter to force device selection.
    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • getDeviceType

        java.lang.String getDeviceType​(javax.servlet.http.HttpServletRequest req)
        Returns the name of the device type.

        This will be one option in getDeviceTypes().

        Parameters:
        req - the HTTP servlet request to process
        Returns:
        the name of the device type
      • getDeviceTypes

        java.util.List<java.lang.String> getDeviceTypes()
        Returns an array of device types that can be detected.

        Returns:
        an array of device types that can be detected