Class JavaScript
java.lang.Object
com.day.cq.wcm.mobile.api.device.capability.JavaScript
- All Implemented Interfaces:
DeviceCapability
Deprecated.
Expresses javascript 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
-
JavaScript
public JavaScript()Deprecated.
-
-
Method Details
-
getName
Deprecated.Return the name of this device capability.- Specified by:
getNamein interfaceDeviceCapability- Returns:
- A
Stringrepresenting the name of this device capability.
-
getTitle
Deprecated.Returns a human readable title of this device capability.- Specified by:
getTitlein interfaceDeviceCapability- Returns:
- A
Stringrepresenting the title of this device capability.
-
getDescription
Deprecated.Description copied from interface:DeviceCapabilityReturns a description of this device capability.- Specified by:
getDescriptionin interfaceDeviceCapability- Returns:
- A
Stringrepresenting the description.
-
getKeys
Deprecated.Description copied from interface:DeviceCapabilityReturns an array of WURFL database value keys that this capability is based on.- Specified by:
getKeysin interfaceDeviceCapability- Returns:
- A
Stringarray representing the keys.
-
DeviceMapper.getCapabilities()