Uses of Class
com.free2be.dimensions.device.simple.SimpleDevice

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

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

Subclasses of SimpleDevice in com.free2be.dimensions.device.profile
 class DeviceProfile
          Parse an rdf xml document and expose the corresponding attributes in java types.
 

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

Methods in com.free2be.dimensions.device.simple that return SimpleDevice
static SimpleDevice SimpleDeviceFactory.buildHtmlDevice()
          Temporary builders until detection is integrated..
static SimpleDevice SimpleDeviceFactory.buildHtmlFirefoxDevice()
           
static SimpleDevice SimpleDeviceFactory.buildHtmlIeDevice()
           
static SimpleDevice SimpleDeviceFactory.buildHtmlMozillaDevice()
           
static SimpleDevice SimpleDeviceFactory.buildHtmlNetscapeDevice()
           
static SimpleDevice SimpleDeviceFactory.buildHtmlPdaDevice()
          Temporary builders until detection is integrated..
static SimpleDevice SimpleDeviceFactory.buildHtmlPhoneDevice()
          Temporary builders until detection is integrated..
static SimpleDevice SimpleDeviceFactory.buildJ2meDevice()
           
static SimpleDevice SimpleDeviceFactory.buildPcBrowserDevice()
           
static SimpleDevice SimpleDeviceFactory.buildPocketPcDevice(javax.servlet.http.HttpServletRequest request)
          Temporary builders until detection is integrated..
static SimpleDevice SimpleDeviceFactory.buildWmlDevice()
           
static SimpleDevice SimpleDeviceFactory.buildWmlDevice(javax.servlet.http.HttpServletRequest request)
          Temporary builders until detection is integrated..
protected  SimpleDevice SimpleDeviceFactory.detectDevice(javax.servlet.http.HttpServletRequest request)
           
protected  SimpleDevice SimpleDeviceFactory.detectJ2meDevice(javax.servlet.http.HttpServletRequest request)
           
protected  SimpleDevice SimpleDeviceFactory.detectPcBrowserDevice(javax.servlet.http.HttpServletRequest request)
           
protected  SimpleDevice SimpleDeviceFactory.detectPocketPcDevice(javax.servlet.http.HttpServletRequest request)
           
protected  SimpleDevice SimpleDeviceFactory.detectWmlDevice(javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.free2be.dimensions.device.simple with parameters of type SimpleDevice
static void SimpleDeviceFactory.assignAccept(java.lang.String acceptValue, SimpleDevice device)