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.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class javax.servlet.jsp.tagext.TagSupport
public void setScript(String script)
script
- attribute valuepublic void setFlush(boolean flush)
flush
- attribute valuepublic void setIgnoreComponentHierarchy(boolean ignoreComponentHierarchy)
ignoreComponentHierarchy
- attribute valueCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.