com.caucho.jsf.taglib
Class ConvertDateTimeTag
java.lang.Object
ConverterELTag
com.caucho.jsf.taglib.ConvertDateTimeTag
public class ConvertDateTimeTag
- extends ConverterELTag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertDateTimeTag
public ConvertDateTimeTag()
setBinding
public void setBinding(ValueExpression expr)
setDateStyle
public void setDateStyle(ValueExpression expr)
setLocale
public void setLocale(ValueExpression expr)
setPattern
public void setPattern(ValueExpression expr)
setTimeStyle
public void setTimeStyle(ValueExpression expr)
setTimeZone
public void setTimeZone(ValueExpression expr)
setType
public void setType(ValueExpression expr)
createConverter
protected Converter createConverter()