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(Object target) |
void |
setValue(Object value) |
doEndTag, getExpressionFactory, setScope, setVardoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueevalProperty in class SetSupportpublic void setValue(Object value)
public void setTarget(Object 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()
SetSupportevalValue in class SetSupportprotected Object evalTarget()
SetSupportevalTarget in class SetSupportprotected String evalProperty()
SetSupportevalProperty in class SetSupportCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.