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.rt.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 supports rtexprvalue-based attributes.
- Author:
- 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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(Object value)-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
doEndTag, doStartTag, getTimeZone, release
-
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
-
setValue
public void setValue(Object value) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
-