Class Url

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

public class Url extends Object implements TagPlugin
Tag plugin that optimizes JSTL <c:url> tag handling.
  • Constructor Details

    • Url

      public Url()
      Constructs a new Url tag plugin.
  • 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