Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3079

DebugCompositeELResolver

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.5-SNAPSHOT
    • 4.0.0-RC1
    • General
    • None

    Description

      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

      Attachments

        Activity

          People

            tandraschko Thomas Andraschko
            markoc50 Martin Kočí
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: