Class SetTimeZoneSupport

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
SetTimeZoneTag, SetTimeZoneTag

public abstract class SetTimeZoneSupport extends TagSupport
Support for tag handlers for <setTimeZone>, the time zone setting tag in JSTL 1.0.
Author:
Jan Luehe
See Also:
  • Field Details

    • value

      protected Object value
  • Constructor Details

    • SetTimeZoneSupport

      public SetTimeZoneSupport()
  • Method Details