请参阅: 说明
类 | 说明 |
---|---|
CmsFlexCache |
This class implements the FlexCache.
|
CmsFlexCache.CmsFlexCacheVariation |
A simple data container class for the FlexCache variations.
|
CmsFlexCacheConfiguration |
Flex Cache configuration class.
|
CmsFlexCacheEntry |
Contains the contents of a cached resource.
|
CmsFlexCacheKey |
Key used to describe the caching behaviour of a specific resource.
|
CmsFlexController |
Controller for getting access to the CmsObject, should be used as a
request attribute.
|
CmsFlexRequest |
Wrapper class for a HttpServletRequest.
|
CmsFlexRequestContextInfo |
Contains information about the OpenCms request context required by the
Flex implementation.
|
CmsFlexRequestDispatcher |
Implementation of the
interface to allow JSPs to be loaded
from the OpenCms VFS. |
CmsFlexRequestKey |
Describes the caching behaviour (or caching options) for a Flex request.
|
CmsFlexResponse |
Wrapper class for a HttpServletResponse, required in order to process JSPs from the OpenCms VFS.
|
Messages |
Convenience class to access the localized messages of this OpenCms package.
|
异常错误 | 说明 |
---|---|
CmsFlexCacheException |
Signals an error of the Flex cache.
|
Here is a top-level description of how this works:
OpenCmsServlet
CmsResourceTypeJsp
)
CmsResourceManager
I_CmsResourceLoader
HttpServletRequestWrapper
/ HttpServletResponseWrapper
.
CmsObject
{WEBAPP-PATH}/opencms/WEB-INF/jsp/online
or
{WEBAPP-PATH}/opencms/WEB-INF/jsp/offline
(depending if the request was for the online or the offline
version of the page). The directory used can be configured in opencms.properties
.
include()
call.
CmsFlexCache
,
CmsFlexCacheEntry
,
CmsFlexCacheKey