All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.richfaces.validator.FacesConverterService Maven / Gradle / Ivy

package org.richfaces.validator;

import javax.faces.component.EditableValueHolder;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;

/**
 * 

* This service extract information from Converter instance. *

* * @author [email protected] * */ public interface FacesConverterService { ConverterDescriptor getConverterDescription(FacesContext context, EditableValueHolder input, Converter converter, String converterMessage); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy