[ 
https://issues.apache.org/jira/browse/MYFACES-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541461#comment-17541461
 ] 

Thomas Andraschko edited comment on MYFACES-3079 at 5/24/22 1:20 PM:
---------------------------------------------------------------------

now implemented via org.apache.myfaces.EL_RESOLVER_TRACING=true
only on Development ProjectStage


was (Author: tandraschko):
now implemented via org.apache.myfaces.EL_RESOLVER_TRACING=true

> 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 was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to