net.sourceforge.wurfl.core
Interface WURFLService
- All Known Implementing Classes:
- DefaultWURFLService
public interface WURFLService
This is the central interface of WURFL API. It define the main method of
WURFL API.
- Version:
- $Id: WURFLService.java 432 2010-05-06 12:12:53Z filippo.deluca $
- Author:
- Fantayeneh Asres Gizaw, Filippo De Luca
getDeviceForRequest
Device getDeviceForRequest(WURFLRequest request)
- Return a Device instance obtained by parsing the given
WURFLRequest instance.
- Parameters:
request - The WURFLRequest from which obtain the requester
device.
- Returns:
- A Device instance obtained from
request
Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.