Class TimeZoneTag

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

public class TimeZoneTag extends TimeZoneSupport

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

Author:
Shawn Bayern, Jan Luehe
See Also:
  • Constructor Details

    • TimeZoneTag

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