Uses of Class
org.opencms.jsp.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
Modifier and TypeFieldDescriptionprotected CmsContentInfoBean
CmsJspTagResourceLoad.m_contentInfoBean
The bean to store information required to make the result list browsable.Modifier and TypeMethodDescriptionprotected CmsContentInfoBean
CmsJspTagResourceLoad.getContentInfoBean()
Returns the content info bean.Modifier 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.