You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volodymyr Siedlecki (Jira)" <de...@myfaces.apache.org> on 2022/06/10 16:29:00 UTC

[jira] [Commented] (MYFACES-3079) DebugCompositeELResolver

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

Volodymyr Siedlecki commented on MYFACES-3079:
----------------------------------------------

[https://github.com/apache/myfaces/commit/6ba45a847074c139b23ca356972f8a08564a17e4]

> 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čí
>            Assignee: Thomas Andraschko
>            Priority: Minor
>             Fix For: 4.0.0-RC1
>
>
> 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)