public class OutTag extends OutSupport
Tag handler for <out> in JSTL's rtexprvalue library.
| Constructor and Description |
|---|
OutTag() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
evalDefault()
Evaluates the "default" attribute.
|
protected boolean |
evalEscapeXml()
Evaluates the "escapeXml" attribute.
|
protected Object |
evalValue()
Evaluates the "value" attribute.
|
void |
release() |
void |
setDefault(String def) |
void |
setEscapeXml(boolean escapeXml) |
void |
setValue(Object value) |
doAfterBody, doEndTag, doStartTagdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class OutSupportpublic void setValue(Object value)
public void setDefault(String def)
public void setEscapeXml(boolean escapeXml)
protected Object evalValue()
OutSupportevalValue in class OutSupportprotected String evalDefault()
OutSupportevalDefault in class OutSupportprotected boolean evalEscapeXml()
OutSupportevalEscapeXml in class OutSupportCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.