DebugCompositeELResolver
------------------------
Key: MYFACES-3079
URL: https://issues.apache.org/jira/browse/MYFACES-3079
Project: MyFaces Core
Issue Type: New Feature
Components: General
Affects Versions: 2.0.5-SNAPSHOT
Reporter: Martin Kočí
Priority: Minor
For ELResolver filtering and sorting it is useful to have some informations
about how ELresolvers are used.
Create DebugCompositeELResolver which provides info about ELresolvers chain and
operations during its usage like:
ELResolver: class org.apache.myfaces.el.unified.resolver.ManagedBeanResolver
getValue invocations: 2997 getValue hits: 0
getType invocations: 0 getType hits: 0
ELResolver: class
org.apache.myfaces.el.unified.resolver.CompositeComponentELResolver
getValue invocations: 4161 getValue hits: 0
getType invocations: 0 getType hits: 0
ELResolver: class org.apache.myfaces.el.unified.resolver.ScopedAttributeResolver
getValue invocations: 54 getValue hits: 54
getType invocations: 0 getType hits: 0
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira