程序包 | 说明 |
---|---|
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".
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsJspDeviceSelector |
CmsFlexCacheConfiguration.getDeviceSelector()
Returns the deviceSelector.
|
限定符和类型 | 类和说明 |
---|---|
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="..." |
限定符和类型 | 方法和说明 |
---|---|
I_CmsJspDeviceSelector |
CmsSystemInfo.getDeviceSelector()
Gets the device selector.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSystemInfo.setDeviceSelector(I_CmsJspDeviceSelector selector)
Sets the device selector.
|