org.apache.myfaces.trinidaddemo.email
Class RelativeDateConverter

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.email.RelativeDateConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class RelativeDateConverter
extends Object
implements javax.faces.convert.Converter


Constructor Summary
RelativeDateConverter()
           
 
Method Summary
 Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
           
 String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeDateConverter

public RelativeDateConverter()
Method Detail

getAsString

public String getAsString(javax.faces.context.FacesContext context,
                          javax.faces.component.UIComponent component,
                          Object value)
Specified by:
getAsString in interface javax.faces.convert.Converter

getAsObject

public Object getAsObject(javax.faces.context.FacesContext context,
                          javax.faces.component.UIComponent component,
                          String value)
Specified by:
getAsObject in interface javax.faces.convert.Converter


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.