org.jboss.seam.ui.converter
Class NoSelectionConverter

java.lang.Object
  extended by org.jboss.seam.ui.converter.NoSelectionConverter
All Implemented Interfaces:
javax.faces.convert.Converter

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


Field Summary
static java.lang.String NO_SELECTION_VALUE
           
 
Constructor Summary
NoSelectionConverter()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_SELECTION_VALUE

public static final java.lang.String NO_SELECTION_VALUE
See Also:
Constant Field Values
Constructor Detail

NoSelectionConverter

public NoSelectionConverter()
Method Detail

getAsObject

public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.String value)
                             throws javax.faces.convert.ConverterException
Specified by:
getAsObject in interface javax.faces.convert.Converter
Throws:
javax.faces.convert.ConverterException

getAsString

public java.lang.String getAsString(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.Object value)
                             throws javax.faces.convert.ConverterException
Specified by:
getAsString in interface javax.faces.convert.Converter
Throws:
javax.faces.convert.ConverterException


Copyright © 2008. All Rights Reserved.