public class SetTag extends SetSupport
bodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_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, setVardoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic void setValue(String value)
public void setTarget(String target)
public void setProperty(String property)
public void release()
BodyTagSupportrelease in interface Tagrelease in class SetSupportTag.release()protected boolean isValueSpecified()
SetSupportisValueSpecified in class SetSupportprotected Object evalValue() throws JspException
SetSupportevalValue in class SetSupportJspException - if there was a problem evaluating the expressionprotected Object evalTarget() throws JspException
SetSupportevalTarget in class SetSupportJspException - if there was a problem evaluating the expressionprotected String evalProperty() throws JspException
SetSupportevalProperty in class SetSupportJspException - if there was a problem evaluating the expressionCopyright © 2018 JBoss by Red Hat. All rights reserved.