lumis.portal.device
Interface IDevice

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

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

Represents the device informations

Since:
6.0.0

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

Method Detail

getUserAgent

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

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

getCapability

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

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

getCapabilities

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

Returns:
the device's capability map.


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.