This element is used in the
<cc:implementation>
section. The facet with
the name equal to the value of the name attribute, given by the page
author in the using page, will be rendered at this point in the
composite component VDL view.
The implementation of this tag handler must insert a
component with component-type
jakarta.faces.Output
and renderer-type
jakarta.faces.CompositeFacet
as a
child at this point in the component tree.
The implementation of this tag handler must store an attribute into
the created component's attribute map under the key given by the value
of the symbolic constant UIComponent.FACETS_KEY
. The value
for this key must be the evaluated value of the "name" attribute.
Name | Required | Type | Description |
---|---|---|---|
name | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
The value of the name attribute as it must appear on an
|
required | false | jakarta.el.ValueExpression
(must evaluate to boolean )
|
If |