public class WriteTag extends BasicPropertyTag implements ParamTag.Parametric
escape, hadBody, log, valueAttrstack| Constructor and Description |
|---|
WriteTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
Object value) |
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
protected boolean |
shouldEscape()
The write tag should escape IF the escape value has been set to true, OR if the tag has a body and there is no
set escape value.
|
escapeValue, onOutput, setEscape, setValuefindString, findValue, getStack, release, setPageContext, setParent, toStringdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValueprotected boolean shouldEscape()
shouldEscape in class BasicPropertyTagBasicPropertyTag.shouldEscape()public void addParameter(String name, Object value)
addParameter in interface ParamTag.Parametricpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class BasicPropertyTagjavax.servlet.jsp.JspExceptionpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class BasicPropertyTagjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class BasicPropertyTagjavax.servlet.jsp.JspExceptionCopyright © 2013 Atlassian. All Rights Reserved.