public class OutTag extends OutSupport
bodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| 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()
Release state.
|
void |
setDefault(String def) |
void |
setEscapeXml(String escapeXml) |
void |
setValue(String value) |
doAfterBody, doEndTag, doStartTagdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic void release()
BodyTagSupportrelease in interface Tagrelease in class OutSupportTag.release()public void setValue(String value)
public void setDefault(String def)
public void setEscapeXml(String escapeXml)
protected Object evalValue() throws JspException
OutSupportevalValue in class OutSupportJspException - if there was a problem evaluating the expressionprotected String evalDefault() throws JspException
OutSupportevalDefault in class OutSupportJspException - if there was a problem evaluating the expressionprotected boolean evalEscapeXml()
throws JspException
OutSupportevalEscapeXml in class OutSupportJspException - if there was a problem evaluating the expressionCopyright © 2018 JBoss by Red Hat. All rights reserved.