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

[perf] Use facesContext attribute map instead request map

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.13, 2.1.7
    • JSR-314
    • None

    Description

      Use facesContext attribute map instead request map is a good idea for some reasons:

      • Store on request or session map causes unnecessary servlet events to be propagated. Most of the time myfaces uses those variables as a flags or as a temporal cache.
      • facesContext attributes has the same lifetime of FacesContext, which usually is an invariant of jsf internal flags/cache vars.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: