|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||