public class SetTag extends SetSupport
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
property |
private java.lang.Object |
target |
private java.lang.Object |
value |
private boolean |
valueSpecified |
| Constructor and Description |
|---|
SetTag() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
evalProperty()
Evaluate the property attribute.
|
protected java.lang.Object |
evalTarget()
Evaluate the target attribute.
|
protected java.lang.Object |
evalValue()
Evaluate the value attribute.
|
protected boolean |
isValueSpecified()
Indicates that the value attribute was specified.
|
void |
release() |
void |
setProperty(java.lang.String property) |
void |
setTarget(java.lang.Object target) |
void |
setValue(java.lang.Object value) |
doEndTag, getExpressionFactory, setScope, setVardoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprivate boolean valueSpecified
private java.lang.Object value
private java.lang.Object target
private java.lang.String property
public void setValue(java.lang.Object value)
public void setTarget(java.lang.Object target)
public void setProperty(java.lang.String property)
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class SetSupportprotected boolean isValueSpecified()
SetSupportisValueSpecified in class SetSupportprotected java.lang.Object evalValue()
SetSupportevalValue in class SetSupportprotected java.lang.Object evalTarget()
SetSupportevalTarget in class SetSupportprotected java.lang.String evalProperty()
SetSupportevalProperty in class SetSupport