org.richfaces.convert
Class ConverterUtil.StringConverter
java.lang.Object
org.richfaces.convert.ConverterUtil.StringConverter
- All Implemented Interfaces:
- javax.faces.convert.Converter
- Enclosing class:
- ConverterUtil
public static final class ConverterUtil.StringConverter
- extends Object
- implements javax.faces.convert.Converter
Method Summary |
Object |
getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value)
|
String |
getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterUtil.StringConverter
public ConverterUtil.StringConverter()
getAsString
public String getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
- Specified by:
getAsString
in interface javax.faces.convert.Converter
getAsObject
public Object getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value)
- Specified by:
getAsObject
in interface javax.faces.convert.Converter
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.