public abstract class BaseEncodeTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BaseEncodeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody()
After tag body parsing handler.
|
protected abstract java.lang.String |
encode(java.lang.String content,
Encoder enc)
Encode tag's content.
|
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprivate static final long serialVersionUID
protected abstract java.lang.String encode(java.lang.String content,
Encoder enc)
throws javax.servlet.jsp.JspTagException
content - The tag's content as a Stringenc - Encoder provided as a convinence.javax.servlet.jsp.JspTagExceptionpublic int doAfterBody()
throws javax.servlet.jsp.JspTagException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportTag.SKIP_BODYjavax.servlet.jsp.JspTagException - if writing to the bodyContent's
enclosing writer throws an IOException.