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(Object target) |
void |
setValue(Object 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(Object value)
public void setTarget(Object 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()
SetSupport
evalValue
in class SetSupport
protected Object evalTarget()
SetSupport
evalTarget
in class SetSupport
protected String evalProperty()
SetSupport
evalProperty
in class SetSupport
Copyright © 2017 JBoss by Red Hat. All rights reserved.