org.jboss.seam.international.examples.timeanddate.converters
Class JdkDateTimeZoneToStringDateConverter
java.lang.Object
org.jboss.seam.international.examples.timeanddate.converters.JdkDateTimeZoneToStringDateConverter
- All Implemented Interfaces:
- Converter
public class JdkDateTimeZoneToStringDateConverter
- extends Object
- implements Converter
Converter used to convert a java.util.TimeZone to a formatted date
- Author:
- jose.freitas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdkDateTimeZoneToStringDateConverter
public JdkDateTimeZoneToStringDateConverter()
getAsObject
public Object getAsObject(FacesContext facesComponent,
UIComponent uiComponent,
String value)
- Specified by:
getAsObject in interface Converter
getAsString
public String getAsString(FacesContext facesComponent,
UIComponent uiComponent,
Object object)
- Specified by:
getAsString in interface Converter
Copyright © 2009-2011 Seam Framework. All Rights Reserved.