public class RemoveTag
extends javax.servlet.jsp.tagext.TagSupport
A handler for the <remove> tag, which removes the variable identified by 'var' (and 'scope', if present).
Modifier and Type | Field and Description |
---|---|
private int |
scope |
private boolean |
scopeSpecified |
private java.lang.String |
var |
Constructor and Description |
---|
RemoveTag()
Constructs a new handler.
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
private void |
init() |
void |
release() |
void |
setScope(java.lang.String scope) |
void |
setVar(java.lang.String var) |
private int scope
private boolean scopeSpecified
private java.lang.String var
public RemoveTag()
private void init()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
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 setVar(java.lang.String var)
public void setScope(java.lang.String scope)