[PERF] Improve Application.createConverter(Class<?> forClass) method
--------------------------------------------------------------------
Key: MYFACES-3238
URL: https://issues.apache.org/jira/browse/MYFACES-3238
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Reporter: Leonardo Uribe
This method is called every time a h:outputText is rendered. The problem is
each time it calls ClassUtils.simpleClassForName, which is an expensive call.
For Application.createConverter(final String converterId) we use a
_converterIdToClassMap that reduce the cost involved but we don't have
something similar on Application.createConverter(Class<?> forClass).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira