public interface I_CmsJspDeviceSelector
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
REQUEST_ATTRIBUTE_DEVICE
Request parameter to force device selection.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getDeviceType(javax.servlet.http.HttpServletRequest req)
Returns the name of the device type.
|
java.util.List<java.lang.String> |
getDeviceTypes()
Returns an array of device types that can be detected.
|
static final java.lang.String REQUEST_ATTRIBUTE_DEVICE
java.lang.String getDeviceType(javax.servlet.http.HttpServletRequest req)
This will be one option in getDeviceTypes()
.
req
- the HTTP servlet request to processjava.util.List<java.lang.String> getDeviceTypes()