org.fm.addressbook.converter
Class CategoryConverter

java.lang.Object
  extended by org.fm.addressbook.converter.CategoryConverter
All Implemented Interfaces:
javax.faces.convert.Converter

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

JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/

Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html

JSF converter for Category

Author:
Tennyson Varghese
Aneesh S

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

Constructor Detail

CategoryConverter

public CategoryConverter()
Method Detail

getAsObject

public java.lang.Object getAsObject(javax.faces.context.FacesContext fc,
                                    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 fc,
                                    javax.faces.component.UIComponent component,
                                    java.lang.Object obj)
Specified by:
getAsString in interface javax.faces.convert.Converter