程序包 | 说明 |
---|---|
org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
限定符和类型 | 方法和说明 |
---|---|
CmsFlexResponse |
CmsFlexController.getCurrentResponse()
Returns the current flex response.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsFlexController.push(CmsFlexRequest req,
CmsFlexResponse res)
Adds another flex request/response pair to the stack.
|
void |
CmsFlexCacheEntry.service(CmsFlexRequest req,
CmsFlexResponse res)
Processing method for this cached entry.
|