Interface DeviceCapability

All Known Implementing Classes:
CSS, DeviceRotation, Images, JavaScript

public interface DeviceCapability
The DeviceCapability interface specifies the capability of a mobile device as used by the DeviceGroup.
Since:
CQ 5.4.0
  • Field Details

  • Method Details

    • getName

      String getName()
      Return the name of this device capability.
      Returns:
      A String representing the name of this device capability.
    • getTitle

      String getTitle()
      Returns a human readable title of this device capability.
      Returns:
      A String representing the title of this device capability.
    • getDescription

      String getDescription()
      Returns a description of this device capability.
      Returns:
      A String representing the description.
    • getKeys

      String[] getKeys()
      Returns an array of WURFL database value keys that this capability is based on.
      Returns:
      A String array representing the keys.