Class FormatDateSupport
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
FormatDateTag,FormatDateTag
public abstract class FormatDateSupport extends javax.servlet.jsp.tagext.TagSupportSupport for tag handlers for <formatDate>, the date and time formatting tag in JSTL 1.0.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringDATEprotected java.lang.StringdateStyleprivate static java.lang.StringDATETIMEprotected java.lang.Stringpatternprivate intscopeprivate static java.lang.StringTIMEprotected java.lang.StringtimeStyleprotected java.lang.ObjecttimeZoneprotected java.lang.Stringtypeprotected java.util.Datevalueprivate java.lang.Stringvar
-
Constructor Summary
Constructors Constructor Description FormatDateSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.text.DateFormatcreateFormatter(java.util.Locale loc, java.lang.String pattern)intdoEndTag()private voidinit()voidrelease()voidsetScope(java.lang.String scope)voidsetVar(java.lang.String var)
-
-
-
Field Detail
-
DATE
private static final java.lang.String DATE
- See Also:
- Constant Field Values
-
TIME
private static final java.lang.String TIME
- See Also:
- Constant Field Values
-
DATETIME
private static final java.lang.String DATETIME
- See Also:
- Constant Field Values
-
value
protected java.util.Date value
-
type
protected java.lang.String type
-
pattern
protected java.lang.String pattern
-
timeZone
protected java.lang.Object timeZone
-
dateStyle
protected java.lang.String dateStyle
-
timeStyle
protected java.lang.String timeStyle
-
var
private java.lang.String var
-
scope
private int scope
-
-
Method Detail
-
init
private void init()
-
setVar
public void setVar(java.lang.String var)
-
setScope
public void setScope(java.lang.String scope)
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException
-
release
public void release()
- Specified by:
releasein interfacejavax.servlet.jsp.tagext.Tag- Overrides:
releasein classjavax.servlet.jsp.tagext.TagSupport
-
createFormatter
private java.text.DateFormat createFormatter(java.util.Locale loc, java.lang.String pattern) throws javax.servlet.jsp.JspException- Throws:
javax.servlet.jsp.JspException
-
-