org.apache.taglibs.standard.tag.rt.fmt
Class RequestEncodingTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class RequestEncodingTag
- extends RequestEncodingSupport
A handler for <requestEncoding> that supports rtexprvalue-based
attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestEncodingTag
public RequestEncodingTag()
setValue
public void setValue(String value)
throws JspTagException
- Throws:
JspTagException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.