public class IncludeTag
extends TagSupport
IncludeTag implements the <cq:include/> tag.| Constructor and Description |
|---|
IncludeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
setDefaultResourceType(java.lang.String type)
Sets the defaultResourceType attribute
|
void |
setFlush(boolean flush)
Sets the flush attribute
|
void |
setIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)
Set the ignore component hierarchy attribute
|
void |
setPageContext(PageContext pageContext) |
void |
setPath(java.lang.String path)
Sets the path attribute
|
void |
setResourceType(java.lang.String resourceType)
Sets the resource type attribute
|
void |
setScript(java.lang.String script)
Sets the script attribute
|
public int doEndTag()
throws JspException
JspException - if an error occurspublic void setPageContext(PageContext pageContext)
public void setDefaultResourceType(java.lang.String type)
type - attribute valuepublic void setResourceType(java.lang.String resourceType)
resourceType - attribute valuepublic void setPath(java.lang.String path)
path - attribute valuepublic void setScript(java.lang.String script)
script - attribute valuepublic void setFlush(boolean flush)
flush - attribute valuepublic void setIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)
ignoreComponentHierarchy - attribute value"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"