Class TimeZoneTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
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 void
setValue(Object value)
-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
doEndTag, doStartTag, getTimeZone, release
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setValue
public void setValue(Object value) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
-