Class TimeZoneTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
-
- org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
value
-
-
Constructor Summary
Constructors Constructor Description TimeZoneTag()Constructs a new TimeZoneTag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoStartTag()voidrelease()voidsetValue(String value_)-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
doEndTag, getTimeZone
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws jakarta.servlet.jsp.JspException- Specified by:
doStartTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classTimeZoneSupport- Throws:
jakarta.servlet.jsp.JspException
-
release
public void release()
- Specified by:
releasein interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
releasein classTimeZoneSupport
-
setValue
public void setValue(String value_)
-
-