org.jboss.seam.international.examples.timeanddate.converters
Class JodaDateTimeToStringDateConverter
java.lang.Object
org.jboss.seam.international.examples.timeanddate.converters.JodaDateTimeToStringDateConverter
- All Implemented Interfaces:
- Converter
public class JodaDateTimeToStringDateConverter
- extends Object
- implements Converter
Converter used to convert a Joda DateTime 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 |
JodaDateTimeToStringDateConverter
public JodaDateTimeToStringDateConverter()
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.