public class SetTag extends SetSupport
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
SetTag() |
Modifier and Type | Method and Description |
---|---|
protected String |
evalProperty()
Evaluate the property attribute.
|
protected Object |
evalTarget()
Evaluate the target attribute.
|
protected Object |
evalValue()
Evaluate the value attribute.
|
protected boolean |
isValueSpecified()
Indicates that the value attribute was specified.
|
void |
release()
Release state.
|
void |
setProperty(String property) |
void |
setTarget(String target) |
void |
setValue(String value) |
doEndTag, getExpressionFactory, setScope, setVar
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public void setValue(String value)
public void setTarget(String target)
public void setProperty(String property)
public void release()
BodyTagSupport
release
in interface Tag
release
in class SetSupport
Tag.release()
protected boolean isValueSpecified()
SetSupport
isValueSpecified
in class SetSupport
protected Object evalValue() throws JspException
SetSupport
evalValue
in class SetSupport
JspException
- if there was a problem evaluating the expressionprotected Object evalTarget() throws JspException
SetSupport
evalTarget
in class SetSupport
JspException
- if there was a problem evaluating the expressionprotected String evalProperty() throws JspException
SetSupport
evalProperty
in class SetSupport
JspException
- if there was a problem evaluating the expressionCopyright © 2017 JBoss by Red Hat. All rights reserved.