Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface RtDevice

All Superinterfaces:
AttributeQueriable, DeviceV2, oracle.panama.xhtml.XDevice, oracle.panama.xhtml.XRtDevice

public interface RtDevice
extends DeviceV2, oracle.panama.xhtml.XRtDevice

Method Summary
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, boolean value)
          Add the delivery context attribute with the given name.
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, int value)
          Add the delivery context attribute with the given name.
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, java.lang.String value)
          Add the delivery context attribute with the given name.
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, java.lang.String[] vals)
          Add the delivery context attribute with the given name.

 

Methods inherited from interface oracle.panama.model.DeviceV2
findTransformer, getDeliveryContextAttributeBoolean, getDeliveryContextAttributeInt, getDeliveryContextAttributeLov, getDeliveryContextAttributeString, getDevice, getMediaQueriable, getName, getRtDevice, getRtDevice, getSupportedLanguageVersions, getTransformer, getUserAgents, getXDevice, getXMLErrorPage, getXMLLoginPage

 

Methods inherited from interface oracle.panama.model.AttributeQueriable
getDeliveryContextAttribute

 

Methods inherited from interface oracle.panama.xhtml.XRtDevice
addXDeliveryContextAttribute, addXDeliveryContextAttribute, addXDeliveryContextAttribute, addXDeliveryContextAttribute, getXDeliveryContextAttribute

 

Methods inherited from interface oracle.panama.xhtml.XDevice
getAudioFormatPreferences, getCSSStyleSheet, getDeviceCategoryName, getImageFormatPreferences, getMediaFeatureBoolean, getMediaFeatureInteger, getMediaFeatureLength, getMediaFeatureSet, getMediaFeatureString, getMediaType, getVideoFormatPreferences, getXRtDevice, isMediaType

 

Method Detail

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            java.lang.String[] vals)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
vals - The LOV for the attribute.

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            java.lang.String value)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
value - The value for the attribute.

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            int value)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
value - The value for the attribute.

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            boolean value)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
value - The value for the attribute.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.