Improve invokeOnComponent and visitTree methods in UILeaf
---------------------------------------------------------
Key: MYFACES-2824
URL: https://issues.apache.org/jira/browse/MYFACES-2824
Project: MyFaces Core
Issue Type: Improvement
Components: General
Affects Versions: 2.0.0
Reporter: Marius Petoi
Priority: Minor
UILeaf components are stateless. They have no children and no facets.
Therefore, the invokeOnComponent and visitTree methods should not go through
all the children and facets. Moreover, they do not have any callback
invocations through these methods or through a system event. The
invokeOnComponent and visitTree methods should be overridden accordingly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.