Finds a {@link Translator} that is appropriate to the given type, which is usually obtained via {@link org.apache.tapestry5.Binding#getBindingType()}. Performs an inheritanced-based search for the best match.
@param valueType the type of value for which a default translator is needed
@return the matching translator, or null if no match can be found
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.