lumis.portal.device
Interface IDevice

Package class diagram package IDevice
All Superinterfaces:
IPortalRequestContextEntry
All Known Implementing Classes:
Device

@StableMinor(version="6.2",
             sinceVersion="6.0")
public interface IDevice
extends IPortalRequestContextEntry

Represents the device informations

Since:
6.0.0

Method Summary
 Map<String,String> getCapabilities()
          Returns the device's capability map.
 String getCapability(String capability)
          Returns string representing the device's capability
 String getUserAgent()
          Returns string representing the device's user agent
 
Methods inherited from interface lumis.portal.IPortalRequestContextEntry
getProperty
 

Method Detail

getUserAgent

String getUserAgent()
Returns string representing the device's user agent

Returns:
string representing the device's user agent
Throws:
Exception

getCapability

String getCapability(String capability)
Returns string representing the device's capability

Parameters:
capability - to be looked up
Returns:
string representing the device's capability

getCapabilities

Map<String,String> getCapabilities()
Returns the device's capability map.

Returns:
the device's capability map.


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.