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.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport