Liferay 6.2-ce-ga5

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

Packages that use Device
com.liferay.portal.kernel.mobile.device   
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of Device in com.liferay.portal.kernel.mobile.device
 

Classes in com.liferay.portal.kernel.mobile.device that implement Device
 class AbstractDevice
          Abstract class containing common methods for all devices
 class UnknownDevice
          Class represents unknown device
 

Methods in com.liferay.portal.kernel.mobile.device that return Device
 Device DeviceRecognitionProvider.detectDevice(javax.servlet.http.HttpServletRequest request)
           
static Device DeviceDetectionUtil.detectDevice(javax.servlet.http.HttpServletRequest request)
           
 

Uses of Device in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Device
 Device ThemeDisplay.getDevice()
           
 

Methods in com.liferay.portal.theme with parameters of type Device
 void ThemeDisplay.setDevice(Device device)
           
 


Liferay 6.2-ce-ga5