Uses of Interface
org.opencms.jsp.I_CmsResourceContainer
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 I_CmsResourceContainer in org.opencms.jsp
Modifier and TypeInterfaceDescriptioninterface
Provides access to a
document that was previously loaded by a parent tag.I_CmsXmlDocument
Modifier and TypeClassDescriptionclass
Implementation of the<cms:contentload/>
tag, used to access and display XML content item information from the VFS.class
Used to loop through the element values of an XML content item.class
Implementation of the<cms:resourceload/>
tag, used to access and display resource information from the VFS.Modifier and TypeMethodDescriptionprotected static String
CmsJspTagResourceLoad.getResourceName
(CmsObject cms, I_CmsResourceContainer contentContainer) Returns the resource name currently processed.protected void
CmsJspTagResourceLoad.init
(I_CmsResourceContainer container) Initializes this content load tag.ModifierConstructorDescriptionCmsJspTagResourceLoad
(I_CmsResourceContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam) Constructor used when usingresourceload
from scriptlet code.CmsJspTagResourceLoad
(I_CmsResourceContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam, String pageIndex, String pageSize) Constructor used when usingresourceload
from scriptlet code.