com.mycompany.convert
Class EditableStateConverter

java.lang.Object
  extended by com.mycompany.convert.EditableStateConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class EditableStateConverter
extends java.lang.Object
implements javax.faces.convert.Converter

Converter object for editable ProvinceState objects.

Author:
Ian Hlavats (ian@tarantulaconsulting.com)

Constructor Summary
EditableStateConverter()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableStateConverter

public EditableStateConverter()
Method Detail

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

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