Class SetTimeZoneTag

All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable

public class SetTimeZoneTag extends SetTimeZoneSupport

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

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

    • SetTimeZoneTag

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