public abstract class FormatDateSupport
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dateStyle |
protected java.lang.String |
pattern |
protected java.lang.String |
timeStyle |
protected java.lang.Object |
timeZone |
protected java.lang.String |
type |
protected java.util.Date |
value |
| Constructor and Description |
|---|
FormatDateSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(java.lang.String scope) |
void |
setVar(java.lang.String var) |
protected java.util.Date value
protected java.lang.String type
protected java.lang.String pattern
protected java.lang.Object timeZone
protected java.lang.String dateStyle
protected java.lang.String timeStyle
public void setVar(java.lang.String var)
public void setScope(java.lang.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 (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.