|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeviceNotDefinedException | |
|---|---|
| net.sourceforge.wurfl.core | |
| net.sourceforge.wurfl.core.resource | |
| Uses of DeviceNotDefinedException in net.sourceforge.wurfl.core |
|---|
| Methods in net.sourceforge.wurfl.core that throw DeviceNotDefinedException | |
|---|---|
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. |
protected ModelDevice |
AbstractDeviceProvider.getModelDevice(String deviceId)
This method get a ModelDevice from WURFLModel. |
ModelDevice |
WURFLUtils.getModelDeviceById(String id)
Facade method of WURFLModel#getDeviceById(String). |
Set |
WURFLUtils.getModelDevices(Set ids)
Facade method of WURFLModel#getDevices(Set). |
| Uses of DeviceNotDefinedException in net.sourceforge.wurfl.core.resource |
|---|
| Methods in net.sourceforge.wurfl.core.resource that throw DeviceNotDefinedException | |
|---|---|
ModelDevice |
DefaultWURFLModel.getDeviceById(String id)
|
ModelDevice |
WURFLModel.getDeviceById(String id)
Returns ModelDevice by his id. |
Set |
DefaultWURFLModel.getDevices(Set devicesIds)
|
Set |
WURFLModel.getDevices(Set ids)
Return the devices with given identifiers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||