public class RequestEncodingTag extends RequestEncodingSupport
A handler for <requestEncoding> that accepts attributes as Strings and evaluates them as expressions at runtime.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value_ |
charEncoding, value
Constructor and Description |
---|
RequestEncodingTag()
Constructs a new RequestEncodingTag.
|
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
private void |
evaluateExpressions() |
private void |
init() |
void |
release() |
void |
setValue(java.lang.String value_) |
doEndTag
public RequestEncodingTag()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
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 RequestEncodingSupport
public void setValue(java.lang.String value_)
private void init()
private void evaluateExpressions() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException