public class SetSupport
extends jakarta.servlet.jsp.tagext.BodyTagSupport
Support for handlers of the <set> tag.
Modifier and Type | Field and Description |
---|---|
protected String |
property |
protected Object |
target |
protected Object |
value |
protected boolean |
valueSpecified |
Constructor and Description |
---|
SetSupport()
Constructs a new handler.
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected Object value
protected boolean valueSpecified
protected Object target
protected String property
public SetSupport()
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class jakarta.servlet.jsp.tagext.BodyTagSupport
public int doEndTag() throws jakarta.servlet.jsp.JspException
doEndTag
in interface jakarta.servlet.jsp.tagext.Tag
doEndTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
public void setVar(String var)
public void setScope(String scope)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.