Class RedirectTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.core.RedirectSupport
-
- org.apache.taglibs.standard.tag.rt.core.RedirectTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable,ParamParent
public class RedirectTag extends RedirectSupport
A handler for <redirect> that supports rtexprvalue-based attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.core.RedirectSupport
context, url
-
-
Constructor Summary
Constructors Constructor Description RedirectTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetContext(String context)voidsetUrl(String url)-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.RedirectSupport
addParameter, doEndTag, doStartTag, release, setScope, setVar
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-