JSF Composite Facelets Tag Library.


Standard Syntax:
     <%@ taglib prefix="composite" uri="http://java.sun.com/jsf/composite" %>

XML Syntax:
     <anyxmlelement xmlns:composite="http://java.sun.com/jsf/composite" />

JSF Composite Facelets Tag Library.

Tag Library Information
Display NameJSF Composite Facelets Tag Library.
Version2.0
Short Namecomposite
URIhttp://java.sun.com/jsf/composite
 

Tag Summary
actionSourceNo Description
attributeNo Description
clientBehaviorNo Description
editableValueHolderNo Description
extensionNo Description
facetDefine the facets used by this composite component.

This tag is used inside composite:interface tag. All facets should be saved under the key UIComponent.FACETS_KEY on the bean descriptor map as a Map<String, PropertyDescriptor>

implementationNo Description
insertChildrenNo Description
insertFacetInsert or move the facet from the composite component body to the expected location.
interfaceNo Description
renderFacetRender the facet defined on the composite component body to the current location
valueHolderNo Description
 


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