[perf] Improve EventHandler
---------------------------

                 Key: MYFACES-3497
                 URL: https://issues.apache.org/jira/browse/MYFACES-3497
             Project: MyFaces Core
          Issue Type: Improvement
            Reporter: Martin Kočí
            Priority: Minor


org.apache.myfaces.view.facelets.tag.jsf.core.EventHandler

* cache created MethodExpressions (same as in MYFACES-3160)
* if f:event type="" is literal, cache resulting class
* review implementation of  
EventHandler.Listener.processEvent(ComponentSystemEvent): uses "void" El method 
invocation to detect if method exists - spec requires this but maybe better 
solution exists
* ....

--
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