Uses of Class
org.opencms.jsp.CmsContentInfoBean
Packages that use CmsContentInfoBean
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
-
Uses of CmsContentInfoBean in org.opencms.jsp
Fields in org.opencms.jsp declared as CmsContentInfoBeanModifier and TypeFieldDescriptionprotected CmsContentInfoBean
CmsJspTagResourceLoad.m_contentInfoBean
The bean to store information required to make the result list browsable.Methods in org.opencms.jsp that return CmsContentInfoBeanModifier and TypeMethodDescriptionprotected CmsContentInfoBean
CmsJspTagResourceLoad.getContentInfoBean()
Returns the content info bean.Methods in org.opencms.jsp with parameters of type CmsContentInfoBeanModifier and TypeMethodDescriptionprotected static List<CmsResource>
CmsJspTagResourceLoad.limitCollectorResult
(CmsContentInfoBean contentInfoBean, List<CmsResource> collectorResult) Limits the collector's result list to the size of a page to be displayed in a JSP.