•
J2MESupported
•
IsMenuDriven
•
ImgWBMPSupported
For further information on the full set of attributes, see the BEA WebLogic Mobility Server
Administration Guide.
Access CC/PP Device Profile Information
CC/PP and UAProf Attributes
JSR188 is a standard set of APIs developed by the Java Community to access delivery context
information. It is these methods that developers can use to query the WebLogic Mobility Server
database to gain access to the CC/PP delivery context information.
The following example demonstrates how to use the API to find out the screen size of a device,
the image formats it supports and whether it supports tables.
Each of these attributes is a UAProf attribute. In the Device Repository, they are listed with their
full prefix:
•
UAProf.HardwarePlatform.ScreenSize
•
UAProf.SoftwarePlatform.CcppAccept
•
UAProf.BrowserUA.TablesCapable
These attributes do not require the prefix here. By importing the javax.ccpp.* package, the prefix
is understood.
Note: If using the CC/PP attributes to specify a device or set of devices in a tag that uses the
attribute, you must use the full prefix. For example:
where
<mm:include where="UAProf.HardwarePlatform.ScreenSize > 180">
Part V The Delivery Context API
BEA WebLogic Mobility Server User Guide - 121
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?