public class SetTag extends SetSupport
| Type | Property and Description |
|---|---|
protected String |
eval
Evaluate the property attribute.
|
| 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() |
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, setValueevalProperty in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expressionpublic void setValue(String value)
public void setTarget(String target)
public void setProperty(String property)
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class SetSupportprotected boolean isValueSpecified()
SetSupportisValueSpecified in class SetSupportprotected Object evalValue() throws javax.servlet.jsp.JspException
SetSupportevalValue in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expressionprotected Object evalTarget() throws javax.servlet.jsp.JspException
SetSupportevalTarget in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expressionprotected String evalProperty() throws javax.servlet.jsp.JspException
SetSupportevalProperty in class SetSupportjavax.servlet.jsp.JspException - if there was a problem evaluating the expressionCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.