public class FormatDateTag extends FormatDateSupport
A handler for <formatDate> that supports rtexprvalue-based attributes.
| Constructor and Description |
|---|
FormatDateTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDateStyle(String dateStyle) |
void |
setPattern(String pattern) |
void |
setTimeStyle(String timeStyle) |
void |
setTimeZone(Object timeZone) |
void |
setType(String type) |
void |
setValue(Date value) |
doEndTag, release, setScope, setVarpublic void setValue(Date value) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setType(String type) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setDateStyle(String dateStyle) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setTimeStyle(String timeStyle) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setPattern(String pattern) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setTimeZone(Object timeZone) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.