Uses of Interface
org.opencms.jsp.I_CmsResourceContainer
Packages that use 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
Subinterfaces of I_CmsResourceContainer in org.opencms.jspModifier and TypeInterfaceDescriptioninterfaceProvides access to adocument that was previously loaded by a parent tag.I_CmsXmlDocumentClasses in org.opencms.jsp that implement I_CmsResourceContainerModifier and TypeClassDescriptionclassImplementation of the<cms:contentload/>tag, used to access and display XML content item information from the VFS.classUsed to loop through the element values of an XML content item.classImplementation of the<cms:resourceload/>tag, used to access and display resource information from the VFS.Methods in org.opencms.jsp with parameters of type I_CmsResourceContainerModifier and TypeMethodDescriptionprotected static StringCmsJspTagResourceLoad.getResourceName(CmsObject cms, I_CmsResourceContainer contentContainer) Returns the resource name currently processed.protected voidCmsJspTagResourceLoad.init(I_CmsResourceContainer container) Initializes this content load tag.Constructors in org.opencms.jsp with parameters of type I_CmsResourceContainerModifierConstructorDescriptionCmsJspTagResourceLoad(I_CmsResourceContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam) Constructor used when usingresourceloadfrom scriptlet code.CmsJspTagResourceLoad(I_CmsResourceContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam, String pageIndex, String pageSize) Constructor used when usingresourceloadfrom scriptlet code.