[perf] Use facesContext attribute map instead request map
---------------------------------------------------------

                 Key: MYFACES-3485
                 URL: https://issues.apache.org/jira/browse/MYFACES-3485
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


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.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to