RichFaces Showcase 4.1.1-SNAPSHOT

org.richfaces.demo.tables.model.capitals
Class CapitalsConverter

java.lang.Object
  extended by org.richfaces.demo.tables.model.capitals.CapitalsConverter
All Implemented Interfaces:
javax.faces.convert.Converter

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

Author:
Brian Leathem

Constructor Summary
CapitalsConverter()
           
 
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

CapitalsConverter

public CapitalsConverter()
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 Showcase 4.1.1-SNAPSHOT

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