public class LiteDevice extends Object
org.springframework.mobile.device.LiteDevice| 限定符和类型 | 字段和说明 |
|---|---|
static LiteDevice |
MOBILE_INSTANCE |
static LiteDevice |
NORMAL_INSTANCE |
static LiteDevice |
TABLET_INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
static LiteDevice |
from(DeviceType deviceType,
DevicePlatform devicePlatform) |
DevicePlatform |
getDevicePlatform() |
DeviceType |
getDeviceType() |
boolean |
isMobile() |
boolean |
isNormal() |
boolean |
isTablet() |
String |
toString() |
public static final LiteDevice NORMAL_INSTANCE
public static final LiteDevice MOBILE_INSTANCE
public static final LiteDevice TABLET_INSTANCE
public boolean isNormal()
public boolean isMobile()
public boolean isTablet()
public DevicePlatform getDevicePlatform()
public DeviceType getDeviceType()
public static LiteDevice from(DeviceType deviceType, DevicePlatform devicePlatform)
Copyright © 2023. All rights reserved.