Class Redirect

java.lang.Object
org.apache.jasper.tagplugins.jstl.core.Redirect
All Implemented Interfaces:
TagPlugin

public class Redirect extends Object implements TagPlugin
Tag plugin for the JSTL <c:redirect> tag. Generates code to perform an HTTP redirect to the specified URL with optional query parameters.
  • Constructor Details

    • Redirect

      public Redirect()
      Default constructor.
  • Method Details

    • doTag

      public void doTag(TagPluginContext ctxt)
      Description copied from interface: TagPlugin
      Generate codes for a custom tag.
      Specified by:
      doTag in interface TagPlugin
      Parameters:
      ctxt - a TagPluginContext for accessing Jasper functions