public class SetTag extends SetSupport
Modifier and Type | Field and Description |
---|---|
private javax.el.ValueExpression |
propertyExpression |
private javax.el.ValueExpression |
targetExpression |
private javax.el.ValueExpression |
valueExpression |
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.String target) |
void |
setValue(java.lang.String value) |
doEndTag, getExpressionFactory, setScope, setVar
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
private javax.el.ValueExpression valueExpression
private javax.el.ValueExpression targetExpression
private javax.el.ValueExpression propertyExpression
public void setValue(java.lang.String value)
public void setTarget(java.lang.String 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() throws javax.servlet.jsp.JspException
SetSupport
evalValue
in class SetSupport
javax.servlet.jsp.JspException
- if there was a problem evaluating the expressionprotected java.lang.Object evalTarget() throws javax.servlet.jsp.JspException
SetSupport
evalTarget
in class SetSupport
javax.servlet.jsp.JspException
- if there was a problem evaluating the expressionprotected java.lang.String evalProperty() throws javax.servlet.jsp.JspException
SetSupport
evalProperty
in class SetSupport
javax.servlet.jsp.JspException
- if there was a problem evaluating the expression