Class RequestEncodingTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
-
- org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class RequestEncodingTag extends RequestEncodingSupport
A handler for <requestEncoding> that accepts attributes as Strings and evaluates them as expressions at runtime.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
charEncoding, value
-
-
Constructor Summary
Constructors Constructor Description RequestEncodingTag()
Constructs a new RequestEncodingTag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
void
release()
void
setValue(String value_)
-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
doEndTag
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
release
public void release()
- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classRequestEncodingSupport
-
setValue
public void setValue(String value_)
-
-