Uses of Interface
org.opencms.jsp.I_CmsXmlContentContainer
Packages that use I_CmsXmlContentContainer
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_CmsXmlContentContainer in org.opencms.jsp
Classes in org.opencms.jsp that implement I_CmsXmlContentContainerModifier 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.Methods in org.opencms.jsp that return I_CmsXmlContentContainerModifier and TypeMethodDescriptionCmsJspXmlContentBean.contentload(String collectorName, String collectorParam, boolean editable) Loads a set of, same as using theI_CmsXmlDocument<cms:contentload collector="***" param="***" editable="***" />tag.CmsJspXmlContentBean.contentload(String collectorName, String collectorParam, String pageIndex, String pageSize, Locale locale, boolean editable) Loads a set of, same as using theI_CmsXmlDocument<cms:contentload collector="***" param="***" locale="***" editable="***" />tag.CmsJspXmlContentBean.contentload(String collectorName, String collectorParam, Locale locale, boolean editable) Loads a set of, same as using theI_CmsXmlDocument<cms:contentload collector="***" param="***" locale="***" editable="***" />tag.CmsJspXmlContentBean.contentloop(I_CmsXmlContentContainer container, String element) Enables looping over a list of element values in the given parent container, same as using the<cms:contentloop element="***" />tag.Methods in org.opencms.jsp with parameters of type I_CmsXmlContentContainerModifier and TypeMethodDescriptionCmsJspXmlContentBean.contentloop(I_CmsXmlContentContainer container, String element) Enables looping over a list of element values in the given parent container, same as using the<cms:contentloop element="***" />tag.CmsJspXmlContentBean.contentshow(I_CmsXmlContentContainer container) Returns the currently looped content element String value from the given XML content container, same as using the<cms:contentshow />tag.CmsJspXmlContentBean.contentshow(I_CmsXmlContentContainer container, String element) Returns the selected content element String value from the given XML content container, same as using the<cms:contentshow element="***" />tag.CmsJspXmlContentBean.contentshow(I_CmsXmlContentContainer container, String element, Locale locale) Returns the selected content element String value from the given XML content container, same as using the<cms:contentshow element="***" locale="***" />tag.static StringCmsJspTagContentShow.contentShowTagAction(I_CmsXmlContentContainer container, javax.servlet.jsp.PageContext context, String element, Locale locale, boolean escape) Internal action method to show an element from a XML content document.protected voidCmsJspTagContentLoad.init(I_CmsXmlContentContainer container) Initializes this content load tag.protected voidCmsJspTagContentLoop.init(I_CmsXmlContentContainer container) Initializes this content loop tag.static voidCmsJspTagEditable.insertEditEmpty(javax.servlet.jsp.PageContext context, I_CmsXmlContentContainer container, CmsDirectEditMode mode, String id) Inserts direct edit for empty collector lists.Constructors in org.opencms.jsp with parameters of type I_CmsXmlContentContainerModifierConstructorDescriptionCmsJspTagContentLoad(I_CmsXmlContentContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam, String pageIndex, String pageSize, Locale locale, boolean editable) Constructor used when usingcontentloadfrom scriptlet code.CmsJspTagContentLoad(I_CmsXmlContentContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam, String pageIndex, String pageSize, Locale locale, CmsDirectEditMode editMode) Constructor used when usingcontentloadfrom scriptlet code.CmsJspTagContentLoad(I_CmsXmlContentContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam, Locale locale, boolean editable) Constructor used when usingcontentloadfrom scriptlet code.CmsJspTagContentLoop(I_CmsXmlContentContainer container, String element) Constructor used when usingcontentloopfrom scriptlet code.