|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
Transformer |
findTransformer(java.lang.String languageVersion, MarkupLanguage markupLanguage)Returns the transformer which can be used for transforming documents |
boolean |
getDeliveryContextAttributeBoolean(java.lang.String name)This method can be used to get the device's delivery context attribute in boolean format. |
int |
getDeliveryContextAttributeInt(java.lang.String name)This method can be used to get the device's delivery context attribute in integer format. |
java.lang.String[] |
getDeliveryContextAttributeLov(java.lang.String name)This method can be used to get the device's delivery context attribute in string array format. |
java.lang.String |
getDeliveryContextAttributeString(java.lang.String name)This method can be used to get the device's delivery context attribute in string format. |
Device |
getDevice()This method returns an instance of the Device that's compatible with the old "Device" interface. |
MediaQueriable |
getMediaQueriable()Return the MediaQueriable interface for the Device. |
java.lang.String |
getName()Return the name of the device. |
RtDevice |
getRtDevice()This method returns an instance of the RtDevice that can be used to add dynamic attributes to the device for use of that particular request. |
RtDevice |
getRtDevice(javax.servlet.http.HttpServletRequest request)This method returns an instance of the RtDevice that have the attributes from Http Headers prefilled and can be further extended by adding dynamic attributes to it. |
java.lang.String[] |
getSupportedLanguageVersions(MarkupLanguage markupLanguage)Returns markup language versions supported by the device |
Transformer |
getTransformer(java.lang.String languageVersion, MarkupLanguage markupLanguage)Returns transformer for a markup language version. |
java.lang.String[] |
getUserAgents()Gets the list of User Agent Strings which will be used to detect the device |
oracle.panama.xhtml.XDevice |
getXDevice()Return the XDevice interface for the device. |
org.w3c.dom.Element |
getXMLErrorPage()Gets the errorPage property value. |
org.w3c.dom.Element |
getXMLLoginPage()Gets the loginPage property value. |
| Methods inherited from interface oracle.panama.model.AttributeQueriable |
getDeliveryContextAttribute |
| Method Detail |
public java.lang.String getName()
public boolean getDeliveryContextAttributeBoolean(java.lang.String name)
name - The name of the delivery context attributepublic java.lang.String getDeliveryContextAttributeString(java.lang.String name)
name - The name of the delivery context attributejava.lang.UnsupportedOperationException - if the attribute is found to be not a string type.public int getDeliveryContextAttributeInt(java.lang.String name)
name - The name of the delivery context attributepublic java.lang.String[] getDeliveryContextAttributeLov(java.lang.String name)
name - The name of the delivery context attributepublic RtDevice getRtDevice()
public RtDevice getRtDevice(javax.servlet.http.HttpServletRequest request)
request - The request for which this Runtime device will be used.public Device getDevice()
public MediaQueriable getMediaQueriable()
public oracle.panama.xhtml.XDevice getXDevice()
public Transformer findTransformer(java.lang.String languageVersion,
MarkupLanguage markupLanguage)
throws PanamaRuntimeException
languageVersion - the markup language versionmarkupLanguage - the markup languagePanamaRuntimeException - when a transformer is not foundgetTransformer(String, MarkupLanguage)public Transformer getTransformer(java.lang.String languageVersion, MarkupLanguage markupLanguage)
languageVersion - the markup language versionmarkupLanguage - the markup languagepublic java.lang.String[] getUserAgents()
public java.lang.String[] getSupportedLanguageVersions(MarkupLanguage markupLanguage)
markupLanguage - the markup languagepublic org.w3c.dom.Element getXMLErrorPage()
public org.w3c.dom.Element getXMLLoginPage()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||