|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsJspDeviceSelector
This interface supports the basic functionality for the device detection.
| Field Summary | |
|---|---|
static java.lang.String |
REQUEST_ATTRIBUTE_DEVICE
Request parameter to force device selection. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String REQUEST_ATTRIBUTE_DEVICE
| Method Detail |
|---|
java.lang.String getDeviceType(javax.servlet.http.HttpServletRequest req)
This will be one option in getDeviceTypes().
req - the HTTP servlet request to process
java.util.List<java.lang.String> getDeviceTypes()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||