| 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 |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
| Modifier and Type | Method and Description |
|---|---|
CmsFlexRequest |
CmsFlexController.getCurrentRequest()
Returns the current flex request.
|
| 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.
|
| Constructor and Description |
|---|
ParamState(CmsFlexRequest request)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsJspStandardContextBean.updateRequestData(CmsFlexRequest cmsFlexRequest)
Updates the standard context bean from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsJspLoader.updateJspFromRequest(java.lang.String servletPath,
CmsFlexRequest request)
Updates the internal jsp repository when the servlet container
tries to compile a jsp file that may not exist.
|