Class SetTimeZoneTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class SetTimeZoneTag extends SetTimeZoneSupport
A handler for <setTimeZone> 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.SetTimeZoneSupport
value
-
-
Constructor Summary
Constructors Constructor Description SetTimeZoneTag()
-
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.SetTimeZoneSupport
doEndTag, release, setScope, setVar
-
-
-
-
Method Detail
-
setValue
public void setValue(Object value) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
-