Uses of Interface
com.liferay.portal.kernel.mobile.device.Device
Packages that use Device
Package
Description
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 DeviceModifier and TypeClassDescriptionclass
Abstract class containing common methods for all devicesclass
Class represents unknown deviceMethods in com.liferay.portal.kernel.mobile.device that return DeviceModifier and TypeMethodDescriptionstatic Device
DeviceDetectionUtil.detectDevice
(javax.servlet.http.HttpServletRequest httpServletRequest) DeviceRecognitionProvider.detectDevice
(javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of Device in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return DeviceModifier and TypeMethodDescriptionThemeDisplay.getDevice()
Returns the information about the detected device, such as the device's brand, browser, operating system, screen resolution, etc.Methods in com.liferay.portal.kernel.theme with parameters of type Device