Deprecate invokeOnComponent in favor of visitTree
-------------------------------------------------

                 Key: TRINIDAD-2180
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2180
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions: 2.0.0-core
            Reporter: Blake Sullivan


a partial visit using visitTree is always at least as fast as 
invokeOnComponent.  In addition, for components controlling visiting, providing 
both invokeOnComponent and visitTree implementations is a source of errors.  
The solution is to:
1) Deprecate invokeOnComponent in UIXComponent
2) Provide a default implementation in UIXComponent, calling visitTree to visit 
the clientId
3) Remove all overrides of invokeOnComponent

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