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
    • Method Detail

      • getName

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

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

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

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