Serializablepublic class FormatDateTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor | Description |
|---|---|
FormatDateTag() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
doEndTag() |
|
int |
doStartTag() |
|
Date |
getDate() |
|
String |
getEmptyKey() |
|
String |
getFormat() |
|
void |
release() |
|
void |
setDate(Date value) |
|
void |
setEmptyKey(String value) |
|
void |
setFormat(String value) |
public String getFormat()
public void setFormat(String value)
public Date getDate()
public void setDate(Date value)
public String getEmptyKey()
public void setEmptyKey(String value)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in class javax.servlet.jsp.tagext.TagSupportCopyright © 2002–2019 itracker. All rights reserved.