public class ConvertDateTimeTag extends AbstractConverterTag
ConvertDateTimeTag is a ConverterTag implementation for javax.faces.convert.DateTimeConverter
binding, converterId
Constructor and Description |
---|
ConvertDateTimeTag() |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.convert.Converter |
createConverter() |
int |
doStartTag() |
protected static java.util.Locale |
getLocale(java.lang.String string) |
void |
release() |
void |
setDateStyle(javax.el.ValueExpression dateStyle) |
void |
setLocale(javax.el.ValueExpression locale) |
void |
setPattern(javax.el.ValueExpression pattern) |
void |
setTimeStyle(javax.el.ValueExpression timeStyle) |
void |
setTimeZone(javax.el.ValueExpression timeZone) |
void |
setType(javax.el.ValueExpression type) |
createConverter, setBinding, setConverterId
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
public void setDateStyle(javax.el.ValueExpression dateStyle)
public void setLocale(javax.el.ValueExpression locale)
public void setPattern(javax.el.ValueExpression pattern)
public void setTimeStyle(javax.el.ValueExpression timeStyle)
public void setTimeZone(javax.el.ValueExpression timeZone)
public void setType(javax.el.ValueExpression type)
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.faces.webapp.ConverterELTag
javax.servlet.jsp.JspException
protected javax.faces.convert.Converter createConverter() throws javax.servlet.jsp.JspException
createConverter
in class AbstractConverterTag
javax.servlet.jsp.JspException
protected static java.util.Locale getLocale(java.lang.String string)
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.