public abstract class RequestEncodingSupport
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
charEncoding |
private static java.lang.String |
DEFAULT_ENCODING |
(package private) static java.lang.String |
REQUEST_CHAR_SET |
protected java.lang.String |
value |
| Constructor and Description |
|---|
RequestEncodingSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
private void |
init() |
void |
release() |
static final java.lang.String REQUEST_CHAR_SET
private static final java.lang.String DEFAULT_ENCODING
protected java.lang.String value
protected java.lang.String charEncoding
private void init()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport