public class FormatDateTag extends FormatDateSupport
A handler for <formatDate> that accepts attributes as Strings and evaluates them as expressions at runtime.
| Constructor and Description |
|---|
FormatDateTag()
Constructs a new FormatDateTag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
void |
release() |
void |
setDateStyle(String dateStyle_) |
void |
setPattern(String pattern_) |
void |
setTimeStyle(String timeStyle_) |
void |
setTimeZone(String timeZone_) |
void |
setType(String type_) |
void |
setValue(String value_) |
doEndTag, setScope, setVarpublic FormatDateTag()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class FormatDateSupportpublic void setValue(String value_)
public void setType(String type_)
public void setDateStyle(String dateStyle_)
public void setTimeStyle(String timeStyle_)
public void setPattern(String pattern_)
public void setTimeZone(String timeZone_)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.