facesdoc.HTML_BASIC.javax.faces.NamingContainerjavax.faces.Composite.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javax.faces-api Show documentation
Show all versions of javax.faces-api Show documentation
This is the master POM file for Oracle's Implementation of the JSF 2.3 Specification.
component-family: javax.faces.NamingContainer renderer-type: javax.faces.Composite
HTML_BASIC render-kit
component-family: javax.faces.NamingContainer renderer-type: javax.faces.Composite
Renders a composite component.
Decode Behavior
No action is required during decode for this renderer.
Encode Behavior
Ask the argument UIComponent
for its facet
under the key UIComponent.COMPOSITE_FACET_NAME
.
Such a facet must exist. Call the encodeAll()
method on this facet.
This renderer is not responsible for rendering its children.
This renderer-type has no attributes
Copyright (c) 2003-2010 Oracle America, Inc. All Rights Reserved.