improve performance in getStyleSheets(context) for StyleSheetDocument
---------------------------------------------------------------------

                 Key: TRINIDAD-1057
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1057
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Skinning
            Reporter: Jeanne Waldman
            Priority: Minor


The StyleSheetDocument's getStyleSheets(context) is called about 6 times for 
the original request, and it does a lot of calculating to figure out the 
stylesheets that match the StyleContext. 

This can definitely be improved. Either the API returns a Collection or we 
cache a map of StyleContext -> styleSheets and we get those. Or something else.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to