| Package | Description |
|---|---|
| org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
| Modifier and Type | Method and Description |
|---|---|
CmsFlexResponse |
CmsFlexController.getCurrentResponse()
Returns the current flex response.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|