Class IncludeTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class IncludeTag extends TagSupport
IncludeTag implements the <cq:include/> tag.
See Also:
  • Constructor Details

    • IncludeTag

      public IncludeTag()
  • Method Details

    • doEndTag

      public int doEndTag() throws JspException
      Default processing of the end tag returning EVAL_PAGE.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      EVAL_PAGE
      Throws:
      JspException - if an error occurs
      See Also:
    • setPageContext

      public void setPageContext(PageContext pageContext)
      Set the page context.
      Specified by:
      setPageContext in interface Tag
      Overrides:
      setPageContext in class TagSupport
      Parameters:
      pageContext - The PageContext.
      See Also:
    • setDefaultResourceType

      public void setDefaultResourceType(String type)
      Sets the defaultResourceType attribute
      Parameters:
      type - attribute value
    • setResourceType

      public void setResourceType(String resourceType)
      Sets the resource type attribute
      Parameters:
      resourceType - attribute value
    • setPath

      public void setPath(String path)
      Sets the path attribute
      Parameters:
      path - attribute value
    • setScript

      public void setScript(String script)
      Sets the script attribute
      Parameters:
      script - attribute value
    • setFlush

      public void setFlush(boolean flush)
      Sets the flush attribute
      Parameters:
      flush - attribute value
    • setIgnoreComponentHierarchy

      public void setIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)
      Set the ignore component hierarchy attribute
      Parameters:
      ignoreComponentHierarchy - attribute value