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.Tag
release
in class jakarta.servlet.jsp.tagext.TagSupport
public int doEndTag() throws jakarta.servlet.jsp.JspException
doEndTag
in interface jakarta.servlet.jsp.tagext.Tag
doEndTag
in class jakarta.servlet.jsp.tagext.TagSupport
jakarta.servlet.jsp.JspException
public void setVar(String var)
public void setScope(String scope)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.