h
Tag outputConsumingPageCompositeChildren


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.



Tag Information
Tag Class.OutputConsumingPageCompositeChildrenTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Converter instance registered with this component.
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.