public class RequestEncodingTag extends RequestEncodingSupport
A handler for <requestEncoding> that accepts attributes as Strings and evaluates them as expressions at runtime.
charEncoding, value
Constructor and Description |
---|
RequestEncodingTag()
Constructs a new RequestEncodingTag.
|
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setValue(String value_) |
doEndTag
public RequestEncodingTag()
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class jakarta.servlet.jsp.tagext.TagSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class RequestEncodingSupport
public void setValue(String value_)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.