org.apache.myfaces.shared_orchestra.taglib.core
Class ConvertDateTimeTagBase
java.lang.Object
ConverterTag
org.apache.myfaces.shared_orchestra.taglib.core.ConvertDateTimeTagBase
public class ConvertDateTimeTagBase
- extends ConverterTag
- Version:
- $Revision: 382015 $ $Date: 2006-03-01 14:47:11 +0100 (Wed, 01 Mar 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: schof $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertDateTimeTagBase
public ConvertDateTimeTagBase()
setDateStyle
public void setDateStyle(java.lang.String dateStyle)
setLocale
public void setLocale(java.lang.String locale)
setPattern
public void setPattern(java.lang.String pattern)
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle)
setTimeZone
public void setTimeZone(java.lang.String timeZone)
setType
public void setType(java.lang.String type)
createConverter
protected Converter createConverter()
throws JspException
- Throws:
JspException
setConverterLocale
protected static void setConverterLocale(FacesContext facesContext,
DateTimeConverter converter,
java.lang.String value)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.