com.sun.rave.web.ui.model.scheduler
Class RepeatUnitConverter

java.lang.Object
  extended by com.sun.rave.web.ui.model.scheduler.RepeatUnitConverter
All Implemented Interfaces:
java.io.Serializable, javax.faces.convert.Converter

public class RepeatUnitConverter
extends java.lang.Object
implements javax.faces.convert.Converter, java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

RepeatUnitConverter

public RepeatUnitConverter()
Method Detail

getAsString

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

getAsObject

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