public abstract class FormatDateSupport
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
dateStyle |
protected String |
pattern |
protected String |
timeStyle |
protected Object |
timeZone |
protected String |
type |
protected Date |
value |
| Constructor and Description |
|---|
FormatDateSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(String scope) |
void |
setVar(String var) |
protected Date value
protected String type
protected String pattern
protected Object timeZone
protected String dateStyle
protected String timeStyle
public void setVar(String var)
public void setScope(String scope)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.