Leonardo Uribe created MYFACES-3555:
---------------------------------------
Summary: [perf] store location key in composite component just once
Key: MYFACES-3555
URL: https://issues.apache.org/jira/browse/MYFACES-3555
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
In CompositeComponentDefinitionTagHandler, there are some lines that store the
Location object inside the composite component, that is used later for EL
resolution (CompositeComponentELUtils.LOCATION_KEY), but each time the
algorithm pass over that part when the view is refreshed, the same value is
stored over and over again. With as simple check we can avoid that and minimize
the state size when composite component are used.
--
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