You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Venkata Guddanti (JIRA)" <de...@myfaces.apache.org> on 2013/09/25 21:48:03 UTC

[jira] [Created] (TRINIDAD-2416) Provide default implementation for getRenderedFacetsAndChildren

Venkata Guddanti created TRINIDAD-2416:
------------------------------------------

             Summary: Provide default implementation for getRenderedFacetsAndChildren 
                 Key: TRINIDAD-2416
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2416
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.1.0-core
         Environment: trunk
            Reporter: Venkata Guddanti


UIXComponent needs to provide default implementation of getRenderedFacetsAndChildren for cases where a
UIXComponent subclass wants to restore the default implementation that one of its superclasses have overridden.

The usecase is as follows: Currently UIXShowDetail short-circuits the processing of its children through getRenderedFacetsAndChildren when it is not disclosed. However its subclasses might want to processes certain facets even when it is not disclosed. In such cases the subclasses can override the getRenderedFacetsAndChildren and fallback to the default implementation which delegates to the renderer 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira