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.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void setVar(java.lang.String var)
public void setScope(java.lang.String scope)