public class RemoveTag
extends jakarta.servlet.jsp.tagext.TagSupport
A handler for the <remove> tag, which removes the variable identified by 'var' (and 'scope', if present).
| Constructor and Description |
|---|
RemoveTag()
Constructs a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(String scope) |
void |
setVar(String var) |
public RemoveTag()
public void release()
release in interface jakarta.servlet.jsp.tagext.Tagrelease in class jakarta.servlet.jsp.tagext.TagSupportpublic int doEndTag()
throws jakarta.servlet.jsp.JspException
doEndTag in interface jakarta.servlet.jsp.tagext.TagdoEndTag in class jakarta.servlet.jsp.tagext.TagSupportjakarta.servlet.jsp.JspExceptionpublic void setVar(String var)
public void setScope(String scope)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.