程序包 | 说明 |
---|---|
org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsContentInfoBean |
CmsJspTagResourceLoad.m_contentInfoBean
The bean to store information required to make the result list browsable.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsContentInfoBean |
CmsJspTagResourceLoad.getContentInfoBean()
Returns the content info bean.
|
限定符和类型 | 方法和说明 |
---|---|
protected static java.util.List<CmsResource> |
CmsJspTagResourceLoad.limitCollectorResult(CmsContentInfoBean contentInfoBean,
java.util.List<CmsResource> collectorResult)
Limits the collector's result list to the size of a page to be displayed in a JSP.
|