Uses of Class
com.free2be.dimensions.device.DeviceFactory

Packages that use DeviceFactory
com.free2be.dimensions.device   
com.free2be.dimensions.device.profile   
com.free2be.dimensions.device.simple   
 

Uses of DeviceFactory in com.free2be.dimensions.device
 

Subclasses of DeviceFactory in com.free2be.dimensions.device
 class SessionDeviceFactory
          Simply used to check for persistant devices in the session that have already been built.
 class SimulationDeviceFactory
          Used to detect simulation overrides of the calling device to simulate or emulate a different device than the actual.
 

Methods in com.free2be.dimensions.device that return DeviceFactory
static DeviceFactory DeviceFactory.getDeviceFactory(java.lang.Object informationSource)
           
 

Methods in com.free2be.dimensions.device with parameters of type DeviceFactory
 int ConfidenceComparator.compare(DeviceFactory left, DeviceFactory right)
           
 int HighestConfidenceComparator.compare(DeviceFactory left, DeviceFactory right)
           
 

Uses of DeviceFactory in com.free2be.dimensions.device.profile
 

Subclasses of DeviceFactory in com.free2be.dimensions.device.profile
 class DeviceProfileFactory
          A factory that reads the x-wap-profile header url and retrieves the .rdf (on the web or cached).
 

Uses of DeviceFactory in com.free2be.dimensions.device.simple
 

Subclasses of DeviceFactory in com.free2be.dimensions.device.simple
 class SimpleDeviceFactory