public class CallTag
extends javax.servlet.jsp.tagext.TagSupport
CallTag implements the
<sling:call> custom tag.| Constructor and Description |
|---|
CallTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
setFlush(boolean flush)
Sets the flush attribute
|
void |
setIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)
Set the ignore component hierarchy attribute
|
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setScript(String script)
Sets the script attribute
|
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class javax.servlet.jsp.tagext.TagSupportpublic void setScript(String script)
script - attribute valuepublic void setFlush(boolean flush)
flush - attribute valuepublic void setIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)
ignoreComponentHierarchy - attribute valueCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.