|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Device | |
---|---|
com.free2be.dimensions.device | |
com.free2be.dimensions.device.profile | |
com.free2be.dimensions.device.simple |
Uses of Device in com.free2be.dimensions.device |
---|
Methods in com.free2be.dimensions.device that return Device | |
---|---|
abstract Device |
DeviceFactory.getDevice()
Retrieves a device to represent the calling client's device. |
Device |
SessionDeviceFactory.getDevice()
Retrieves a device to represent the calling client's device. |
Device |
SimulationDeviceFactory.getDevice()
Retrieves a device to represent the calling client's device. |
Methods in com.free2be.dimensions.device with parameters of type Device | |
---|---|
protected void |
SessionDeviceFactory.assignDevice(Device device,
java.lang.Object informationSource)
|
protected boolean |
SimulationDeviceFactory.deviceMatches(Device simulationDevice)
|
void |
PersistentDeviceFactory.notifyOfBestDevice(Device bestDevice,
java.lang.Object informationSource)
Used to notify any persistent device factories of the best device chosen. |
void |
SessionDeviceFactory.notifyOfBestDevice(Device bestDevice,
java.lang.Object informationSource)
|
Uses of Device in com.free2be.dimensions.device.profile |
---|
Classes in com.free2be.dimensions.device.profile that implement Device | |
---|---|
class |
DeviceProfile
Parse an rdf xml document and expose the corresponding attributes in java types. |
Methods in com.free2be.dimensions.device.profile that return Device | |
---|---|
static Device |
DeviceProfileFactory.discoverDeviceProfile(java.lang.String deviceProfileUrlValue,
javax.servlet.http.HttpServletRequest request)
|
Device |
DeviceProfileFactory.getDevice()
|
protected static Device |
DeviceProfileFactory.loadFromApplicationScope(java.lang.String deviceProfileUrlValue,
javax.servlet.http.HttpServletRequest request)
|
protected static Device |
DeviceProfileFactory.loadFromLocalCache(java.lang.String deviceProfileUrlValue,
javax.servlet.http.HttpServletRequest request)
Loads the device from local cache if it has already been found. |
protected static Device |
DeviceProfileFactory.loadFromUrl(java.lang.String deviceProfileUrlValue,
javax.servlet.http.HttpServletRequest request)
Loads a Profile from the url paramaters. |
Methods in com.free2be.dimensions.device.profile with parameters of type Device | |
---|---|
protected static void |
DeviceProfileFactory.storeInApplicationScope(Device device,
java.lang.String deviceProfileUrlValue,
javax.servlet.http.HttpServletRequest request)
|
protected static void |
DeviceProfileFactory.storeInLocalCache(Device device,
java.lang.String deviceProfileUrlValue)
|
Uses of Device in com.free2be.dimensions.device.simple |
---|
Classes in com.free2be.dimensions.device.simple that implement Device | |
---|---|
class |
SimpleDevice
Mimics the behavior of Locale as if contentType were Language and deviceType were Country. |
Methods in com.free2be.dimensions.device.simple that return Device | |
---|---|
Device |
SimpleDeviceFactory.getDevice()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |