RichFaces Examples Inputs 4.2.1.Final

org.richfaces.demo.picklist
Class EntityBeanConverter

java.lang.Object
  extended by org.richfaces.demo.picklist.EntityBeanConverter
All Implemented Interfaces:
javax.faces.convert.Converter

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

Author:
Brian Leathem

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

Constructor Detail

EntityBeanConverter

public EntityBeanConverter()
Method Detail

getAsObject

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

getAsString

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

RichFaces Examples Inputs 4.2.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.