org.apache.myfaces.tobago.example.demo.model
Class SalutationConverter

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.model.SalutationConverter
All Implemented Interfaces:
Converter

public class SalutationConverter
extends Object
implements Converter


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

Constructor Detail

SalutationConverter

public SalutationConverter()
Method Detail

getAsObject

public Object getAsObject(FacesContext context,
                          UIComponent component,
                          String value)
                   throws ConverterException
Specified by:
getAsObject in interface Converter
Throws:
ConverterException

getAsString

public String getAsString(FacesContext context,
                          UIComponent component,
                          Object value)
                   throws ConverterException
Specified by:
getAsString in interface Converter
Throws:
ConverterException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.