Uses of Class
org.opencms.flex.CmsFlexRequest
Packages that use 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
Methods in org.opencms.flex that return CmsFlexRequestModifier and TypeMethodDescriptionCmsFlexController.getCurrentRequest()
Returns the current flex request.Methods in org.opencms.flex with parameters of type CmsFlexRequestModifier 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
Constructors in org.opencms.jsp with parameters of type CmsFlexRequest -
Uses of CmsFlexRequest in org.opencms.jsp.util
Methods in org.opencms.jsp.util with parameters of type CmsFlexRequestModifier and TypeMethodDescriptionvoid
CmsJspStandardContextBean.updateRequestData
(CmsFlexRequest cmsFlexRequest) Updates the standard context bean from the request. -
Uses of CmsFlexRequest in org.opencms.loader
Methods in org.opencms.loader with parameters of type CmsFlexRequestModifier 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.