Class IncludeTagHandler
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
-
- All Implemented Interfaces:
java.io.Serializable,IterationTag,JspTag,Tag
public class IncludeTagHandler extends AbstractDispatcherTagHandler
TheIncludeTagHandlerimplements the<sling:include>custom tag.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
-
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
-
Constructor Summary
Constructors Constructor Description IncludeTagHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFlush(boolean flush)voidsetPageContext(PageContext pageContext)Set the page context.voidsetScope(java.lang.String scope)voidsetVar(java.lang.String var)-
Methods inherited from class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
doEndTag, release, setAddSelectors, setPath, setReplaceSelectors, setReplaceSuffix, setResource, setResourceType
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
-
-
-
-
Method Detail
-
setPageContext
public void setPageContext(PageContext pageContext)
Description copied from class:TagSupportSet the page context.- Specified by:
setPageContextin interfaceTag- Overrides:
setPageContextin classAbstractDispatcherTagHandler- Parameters:
pageContext- The PageContext.- See Also:
Tag.setPageContext(javax.servlet.jsp.PageContext)
-
setFlush
public void setFlush(boolean flush)
-
setVar
public void setVar(java.lang.String var)
-
setScope
public void setScope(java.lang.String scope)
-
-