Uses of Class
org.opencms.flex.CmsFlexRequest
Package
Description
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
Low-level functions to manage the loading of resources from the OpenCms VFS.
-
Uses of CmsFlexRequest in org.opencms.flex
Modifier and TypeMethodDescriptionCmsFlexController.getCurrentRequest()
Returns the current flex request.Modifier and TypeMethodDescriptionvoid
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. -
Uses of CmsFlexRequest in org.opencms.jsp
-
Uses of CmsFlexRequest in org.opencms.jsp.util
Modifier and TypeMethodDescriptionvoid
CmsJspStandardContextBean.updateRequestData
(CmsFlexRequest cmsFlexRequest) Updates the standard context bean from the request. -
Uses of CmsFlexRequest in org.opencms.loader
Modifier and TypeMethodDescriptionvoid
CmsJspLoader.updateJspFromRequest
(String servletPath, CmsFlexRequest request) Updates the internal jsp repository when the servlet container tries to compile a jsp file that may not exist.