Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.mobile.device
Interface Device

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractDevice, UnknownDevice

public interface Device
extends Serializable


Method Summary
 String getBrand()
           
 String getBrowser()
           
 String getBrowserVersion()
           
 Map<String,Capability> getCapabilities()
           
 String getCapability(String name)
           
 String getModel()
           
 String getOS()
           
 String getOSVersion()
           
 String getPointingMethod()
           
 Dimensions getScreenSize()
           
 boolean hasQwertyKeyboard()
           
 boolean isTablet()
           
 

Method Detail

getBrand

String getBrand()

getBrowser

String getBrowser()

getBrowserVersion

String getBrowserVersion()

getCapabilities

Map<String,Capability> getCapabilities()

getCapability

String getCapability(String name)

getModel

String getModel()

getOS

String getOS()

getOSVersion

String getOSVersion()

getPointingMethod

String getPointingMethod()

getScreenSize

Dimensions getScreenSize()

hasQwertyKeyboard

boolean hasQwertyKeyboard()

isTablet

boolean isTablet()

Liferay 6.1.2-ce-ga3