Uses of Interface
net.sourceforge.wurfl.core.Device

Packages that use Device
net.sourceforge.wurfl.core   
 

Uses of Device in net.sourceforge.wurfl.core
 

Classes in net.sourceforge.wurfl.core that implement Device
 class DefaultDevice
          This is a default Device implementation.
 

Methods in net.sourceforge.wurfl.core that return Device
 Device DefaultDeviceProvider.getDevice(String id)
          Returns the device identified by given id.
 Device DeviceProvider.getDevice(String id)
          Returns the device identified by given id.
 Device WURFLUtils.getDeviceById(String id)
          Return a Device instance identified by the given identifier.
 Device WURFLManager.getDeviceForRequest(javax.servlet.http.HttpServletRequest request)
          Return a Device instance from HttpServletRequest instance.
 Device DefaultWURFLManager.getDeviceForRequest(javax.servlet.http.HttpServletRequest request)
          Return a Device instance from HttpServletRequest instance.
 Device WURFLManager.getDeviceForRequest(String userAgent)
          Return a Device instance from user-agent String.
 Device DefaultWURFLManager.getDeviceForRequest(String userAgent)
          Return a Device instance from user-agent String.
 Device WURFLService.getDeviceForRequest(WURFLRequest request)
          Return a Device instance obtained by parsing the given WURFLRequest instance.
 Device DefaultWURFLService.getDeviceForRequest(WURFLRequest request)
          Return a Device instance obtained by parsing the given WURFLRequest instance.
 Device WURFLManager.getDeviceForRequest(WURFLRequest request)
          Return a Device instance from WURFLRequest instance.
 Device DefaultWURFLManager.getDeviceForRequest(WURFLRequest request)
          Return a Device instance from WURFLRequest instance.
 

Methods in net.sourceforge.wurfl.core with parameters of type Device
 MarkUp MarkupResolver.getMarkupForDevice(Device device)
          Resolve the MarkUp for the given Device.
 MarkUp DefaultMarkupResolver.getMarkupForDevice(Device device)
          Resolve the MarkUp for the given Device.
 



Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.