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, setVar
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
private 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.Tag
release
in class SetSupport
protected boolean isValueSpecified()
SetSupport
isValueSpecified
in class SetSupport
protected java.lang.Object evalValue()
SetSupport
evalValue
in class SetSupport
protected java.lang.Object evalTarget()
SetSupport
evalTarget
in class SetSupport
protected java.lang.String evalProperty()
SetSupport
evalProperty
in class SetSupport