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).
| 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 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(String var)
public void setScope(String scope)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.