org.jboss.seam.international.examples.timeanddate.converters
Class JdkDateTimeZoneToStringDateConverter

java.lang.Object
  extended by 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

Constructor Summary
JdkDateTimeZoneToStringDateConverter()
           
 
Method Summary
 Object getAsObject(FacesContext facesComponent, UIComponent uiComponent, String value)
           
 String getAsString(FacesContext facesComponent, UIComponent uiComponent, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkDateTimeZoneToStringDateConverter

public JdkDateTimeZoneToStringDateConverter()
Method Detail

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.