public class SetTag extends SetSupport
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
propertyExpression |
private java.lang.String |
targetExpression |
private java.lang.String |
valueExpression |
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.String target) |
void |
setValue(java.lang.String value) |
doEndTag, getExpressionFactory, setScope, setVardoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprivate boolean valueSpecified
private java.lang.String valueExpression
private java.lang.String targetExpression
private java.lang.String 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.Tagrelease in class SetSupportprotected boolean isValueSpecified()
SetSupportisValueSpecified in class SetSupportprotected java.lang.Object evalValue()
throws javax.servlet.jsp.JspException
SetSupportevalValue in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expressionprotected java.lang.Object evalTarget()
throws javax.servlet.jsp.JspException
SetSupportevalTarget in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expressionprotected java.lang.String evalProperty()
throws javax.servlet.jsp.JspException
SetSupportevalProperty in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expression