Liferay 7.0-ga1 portal-kernel

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

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

@ProviderType
public interface Device
extends Serializable


Method Summary
 String getBrand()
           
 String getBrowser()
           
 String getBrowserVersion()
           
 Map<String,Capability> getCapabilities()
          Deprecated. As of 7.0.0, with no direct replacement
 String getCapability(String name)
          Deprecated. As of 7.0.0, with no direct replacement
 String getModel()
           
 String getOS()
           
 String getOSVersion()
           
 String getPointingMethod()
           
 Dimensions getScreenPhysicalSize()
           
 Dimensions getScreenResolution()
           
 boolean hasQwertyKeyboard()
           
 boolean isTablet()
           
 

Method Detail

getBrand

String getBrand()

getBrowser

String getBrowser()

getBrowserVersion

String getBrowserVersion()

getCapabilities

@Deprecated
Map<String,Capability> getCapabilities()
Deprecated. As of 7.0.0, with no direct replacement


getCapability

@Deprecated
String getCapability(String name)
Deprecated. As of 7.0.0, with no direct replacement


getModel

String getModel()

getOS

String getOS()

getOSVersion

String getOSVersion()

getPointingMethod

String getPointingMethod()

getScreenPhysicalSize

Dimensions getScreenPhysicalSize()

getScreenResolution

Dimensions getScreenResolution()

hasQwertyKeyboard

boolean hasQwertyKeyboard()

isTablet

boolean isTablet()

Liferay 7.0-ga1 portal-kernel