Class RedirectTag

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable, ParamParent

public class RedirectTag extends RedirectSupport

A handler for <redirect>, which redirects the browser to a new URL.

Author:
Shawn Bayern
See Also:
  • Constructor Details

    • RedirectTag

      public RedirectTag()
      Constructs a new URLEncodeTag. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor
  • Method Details