java.lang.Object
com.day.cq.wcm.mobile.api.device.capability.Images
All Implemented Interfaces:
DeviceCapability

@Service public class Images extends Object implements DeviceCapability
Deprecated.
will be removed and privatized, as capabilities are now available via DeviceMapper.getCapabilities()
Expresses image support of a mobile device.
  • Constructor Details

    • Images

      public Images()
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Return the name of this device capability.
      Specified by:
      getName in interface DeviceCapability
      Returns:
      A String representing the name of this device capability.
    • getTitle

      public String getTitle()
      Deprecated.
      Returns a human readable title of this device capability.
      Specified by:
      getTitle in interface DeviceCapability
      Returns:
      A String representing the title of this device capability.
    • getDescription

      public String getDescription()
      Deprecated.
      Description copied from interface: DeviceCapability
      Returns a description of this device capability.
      Specified by:
      getDescription in interface DeviceCapability
      Returns:
      A String representing the description.
    • getKeys

      public String[] getKeys()
      Deprecated.
      Description copied from interface: DeviceCapability
      Returns an array of WURFL database value keys that this capability is based on.
      Specified by:
      getKeys in interface DeviceCapability
      Returns:
      A String array representing the keys.