程序包 | 说明 |
---|---|
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.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
限定符和类型 | 方法和说明 |
---|---|
CmsFlexRequest |
CmsFlexController.getCurrentRequest()
Returns the current flex request.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsJspStandardContextBean.updateRequestData(CmsFlexRequest cmsFlexRequest)
Updates the standard context bean from the request.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|