Package com.day.cq.wcm.tags
Class IncludeTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- com.day.cq.wcm.tags.IncludeTag
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class IncludeTag extends javax.servlet.jsp.tagext.TagSupportIncludeTagimplements the <cq:include/> tag.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludeTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()voidsetDefaultResourceType(java.lang.String type)Sets the defaultResourceType attributevoidsetFlush(boolean flush)Sets the flush attributevoidsetIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)Set the ignore component hierarchy attributevoidsetPageContext(javax.servlet.jsp.PageContext pageContext)voidsetPath(java.lang.String path)Sets the path attributevoidsetResourceType(java.lang.String resourceType)Sets the resource type attributevoidsetScript(java.lang.String script)Sets the script attribute
-
-
-
Method Detail
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.TagSupport- Returns:
- EVAL_PAGE
- Throws:
javax.servlet.jsp.JspException- if an error occurs
-
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
- Specified by:
setPageContextin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
setPageContextin classjavax.servlet.jsp.tagext.TagSupport
-
setDefaultResourceType
public void setDefaultResourceType(java.lang.String type)
Sets the defaultResourceType attribute- Parameters:
type- attribute value
-
setResourceType
public void setResourceType(java.lang.String resourceType)
Sets the resource type attribute- Parameters:
resourceType- attribute value
-
setPath
public void setPath(java.lang.String path)
Sets the path attribute- Parameters:
path- attribute value
-
setScript
public void setScript(java.lang.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
-
-