JSF 2 Composite
|
|
|
Java Server Faces 2.0 Composite
Table�5-3 Composite Component Tags
|
Tag |
Function |
|---|---|
|
composite:interface |
Declares the usage contract for a composite component. The composite component can be used as a single component whose feature set is the union of the features declared in the usage contract. |
|
composite:implementation |
Defines the implementation of the composite component. If a composite:interface element appears, there must be a corresponding composite:implementation . |
|
composite:attribute |
Declares an attribute that may be given to an instance of the composite component in which this tag is declared. |
|
composite:insertChildren |
Any child components or template text within the composite component tag in the using page will be reparented into the composite component at the point indicated by this tag’s placement within the composite:implementation section. |
|
composite:valueHolder |
Declares that the composite component whose contract is declared by the composite:interface in which this element is nested exposes an implementation of ValueHolder suitable for use as the target of attached objects in the using page. |
|
composite:editableValueHolder |
Declares that the composite component whose contract is declared by the composite:interface in which this element is nested exposes an implementation of EditableValueHolder suitable for use as the target of attached objects in the using page. |
|
composite:actionSource |
Declares that the composite component whose contract is declared by the composite:interface in which this element is nested exposes an implementation of ActionSource2 suitable for use as the target of attached objects in the using page. |
For more information and a complete list of Facelets composite tags, see the documentation at http://download.oracle.com/javaee/6/javaserverfaces/2.1/docs/vdldocs/facelets/ .
Tags: interface , implementation , composite , component , declares , element , declared , contract