public class FormatTag extends FormatSupport
A handler for <format> that supports rtexprvalue-based attributes.
dateTimeZone, locale, pattern, style, value
Constructor and Description |
---|
FormatTag() |
Modifier and Type | Method and Description |
---|---|
void |
setDateTimeZone(Object dtz)
Sets the zone attribute.
|
void |
setLocale(Object loc)
Sets the style attribute.
|
void |
setPattern(String pattern)
Sets the pattern attribute.
|
void |
setStyle(String style)
Sets the style attribute.
|
void |
setValue(Object value)
Sets the value attribute.
|
doEndTag, release, setScope, setVar
public void setValue(Object value) throws javax.servlet.jsp.JspTagException
value
- the valuejavax.servlet.jsp.JspTagException
public void setStyle(String style) throws javax.servlet.jsp.JspTagException
style
- the stylejavax.servlet.jsp.JspTagException
public void setPattern(String pattern) throws javax.servlet.jsp.JspTagException
pattern
- the patternjavax.servlet.jsp.JspTagException
public void setDateTimeZone(Object dtz) throws javax.servlet.jsp.JspTagException
dtz
- the zonejavax.servlet.jsp.JspTagException
public void setLocale(Object loc) throws javax.servlet.jsp.JspTagException
loc
- the localejavax.servlet.jsp.JspTagException
Copyright © 2005–2014 Joda.org. All rights reserved.