HTML_BASIC render-kit
component-family: javax.faces.Output renderer-type: javax.faces.ConsumingPageCompositeChildren


Renders the children of a composite component that were declared in the consuming page.

Decode Behavior

Encode Behavior

encodeBegin() and encodeEnd() must take no action for this renderer. Due to the specification of the <composite:insertChildren> tag handler, the component passed to the encodeChildern() method of this renderer will be the component with component-family javax.faces.Output and renderer-type equal to the one for this renderer. encodeBegin() must find the closest ancestor composite component in which the argument component is nested. If no such component can be found, thow IOException. Otherwise get the list of child components from the composite component. For each element in that list, call encodeAll() on that element.

This renderer is not responsible for rendering its children.

This renderer-type has no attributes


Copyright (c) 2003-2004 Sun Microsystems, Inc. All Rights Reserved.