| Package | Description |
|---|---|
| org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsJspDeviceSelector |
CmsFlexCacheConfiguration.getDeviceSelector()
Returns the deviceSelector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsJspDeviceSelector
This class provides the detection for different devices, so that the
<cms:device type="..." |
class |
CmsJspDeviceSelectorDesktopMobileTablet
Device selector class which distinguishes between the cases "desktop", "mobile" and "tablet".
|
class |
CmsJspDeviceSelectorTablet
Provides the detection for different devices, so that the
<cms:device type="..." |
| Modifier and Type | Method and Description |
|---|---|
I_CmsJspDeviceSelector |
CmsSystemInfo.getDeviceSelector()
Gets the device selector.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsSystemInfo.setDeviceSelector(I_CmsJspDeviceSelector selector)
Sets the device selector.
|