@ProviderType
public class DeviceDetectionUtil
extends Object
Constructor and Description |
---|
DeviceDetectionUtil() |
Modifier and Type | Method and Description |
---|---|
static Device |
detectDevice(javax.servlet.http.HttpServletRequest request) |
static DeviceRecognitionProvider |
getDeviceRecognitionProvider() |
static Set<VersionableName> |
getKnownBrands() |
static Set<VersionableName> |
getKnownBrowsers() |
static Set<String> |
getKnownDeviceIdsByCapability(Capability capability)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected static KnownDevices |
getKnownDevices() |
static Set<VersionableName> |
getKnownOperatingSystems() |
static Set<String> |
getKnownPointingMethods() |
public static Device detectDevice(javax.servlet.http.HttpServletRequest request)
public static DeviceRecognitionProvider getDeviceRecognitionProvider()
public static Set<VersionableName> getKnownBrands()
public static Set<VersionableName> getKnownBrowsers()
@Deprecated public static Set<String> getKnownDeviceIdsByCapability(Capability capability)
public static Set<VersionableName> getKnownOperatingSystems()
public static Set<String> getKnownPointingMethods()
protected static KnownDevices getKnownDevices()