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

public class UrlTag extends UrlSupport

A handler for <urlEncode> that accepts attributes as Strings and evaluates them as expressions at runtime.

Author:
Shawn Bayern
See Also:
  • Constructor Details

    • UrlTag

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