Instantiate and return a new {@link Converter} instance of theclass specified by a previous call to addConverter() for the specified converter id. If there is no such registration for this converter id, return null.
@param converterId The converter id for which to create andreturn a new {@link Converter} instance
@throws FacesException if the {@link Converter} cannot becreated
@throws NullPointerException if converterIdis null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.