Class Images
java.lang.Object
com.day.cq.wcm.mobile.api.device.capability.Images
- All Implemented Interfaces:
DeviceCapability
Deprecated.
Expresses image support of a mobile device.
-
Field Summary
Fields inherited from interface com.day.cq.wcm.mobile.api.device.capability.DeviceCapability
CAPABILITY_CSS, CAPABILITY_DEVICEROTATION, CAPABILITY_IMAGES, CAPABILITY_JAVASCRIPT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a description of this device capability.String[]
getKeys()
Deprecated.Returns an array of WURFL database value keys that this capability is based on.getName()
Deprecated.Return the name of this device capability.getTitle()
Deprecated.Returns a human readable title of this device capability.
-
Constructor Details
-
Images
public Images()Deprecated.
-
-
Method Details
-
getName
Deprecated.Return the name of this device capability.- Specified by:
getName
in interfaceDeviceCapability
- Returns:
- A
String
representing the name of this device capability.
-
getTitle
Deprecated.Returns a human readable title of this device capability.- Specified by:
getTitle
in interfaceDeviceCapability
- Returns:
- A
String
representing the title of this device capability.
-
getDescription
Deprecated.Description copied from interface:DeviceCapability
Returns a description of this device capability.- Specified by:
getDescription
in interfaceDeviceCapability
- Returns:
- A
String
representing the description.
-
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 interfaceDeviceCapability
- Returns:
- A
String
array representing the keys.
-
DeviceMapper.getCapabilities()