org.richfaces.component.util
Interface InputUtils.ConverterLookupStrategy
- Enclosing class:
- InputUtils
public static interface InputUtils.ConverterLookupStrategy
Method Summary |
javax.faces.convert.Converter |
getConverterByProperty(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
javax.faces.convert.Converter |
getConverterByValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
|
getConverterByProperty
javax.faces.convert.Converter getConverterByProperty(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
getConverterByValue
javax.faces.convert.Converter getConverterByValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.