Class SetTimeZoneTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
-
- org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
-
- All Implemented Interfaces:
java.io.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 accepts attributes as Strings and evaluates them as expressions at runtime.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
value_
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
value
-
-
Constructor Summary
Constructors Constructor Description SetTimeZoneTag()
Constructs a new TimeZoneTag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
private void
evaluateExpressions()
private void
init()
void
release()
void
setValue(java.lang.String value_)
-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
doEndTag, setScope, setVar
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
release
public void release()
- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classSetTimeZoneSupport
-
setValue
public void setValue(java.lang.String value_)
-
init
private void init()
-
evaluateExpressions
private void evaluateExpressions() throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
-
-