Class CmsJspTagResourceLoad

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.opencms.jsp.CmsJspScopedVarBodyTagSuport
org.opencms.jsp.CmsJspTagResourceLoad
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, I_CmsResourceContainer
Direct Known Subclasses:
CmsJspTagContentLoad

Implementation of the <cms:resourceload/> tag, used to access and display resource information from the VFS.

Since:
8.0
See Also:
  • Field Details

  • Constructor Details

    • CmsJspTagResourceLoad

      Empty constructor, required for JSP tags.

    • CmsJspTagResourceLoad

      public CmsJspTagResourceLoad(I_CmsResourceContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam) throws javax.servlet.jsp.JspException
      Constructor used when using resourceload from scriptlet code.

      Parameters:
      container - the parent resource container (could be a preloader)
      context - the JSP page context
      collectorName - the collector name to use
      collectorParam - the collector param to use
      Throws:
      javax.servlet.jsp.JspException - in case something goes wrong
    • CmsJspTagResourceLoad

      public CmsJspTagResourceLoad(I_CmsResourceContainer container, javax.servlet.jsp.PageContext context, String collectorName, String collectorParam, String pageIndex, String pageSize) throws javax.servlet.jsp.JspException
      Constructor used when using resourceload from scriptlet code.

      Parameters:
      container - the parent resource container (could be a preloader)
      context - the JSP page context
      collectorName - the collector name to use
      collectorParam - the collector param to use
      pageIndex - the display page index (may contain macros)
      pageSize - the display page size (may contain macros)
      Throws:
      javax.servlet.jsp.JspException - in case something goes wrong
  • Method Details