JSF Composite Facelets Tag Library.
Tag facet


Define 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


Tag Information
Tag Classorg.apache.myfaces.view.facelets.tag.composite.FacetHandler
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
displayNamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Only available if ProjectStage is Development.
requiredfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Indicate if the attribute is required or not

Myfaces specific feature: this attribute is checked only if project stage is not ProjectStage.Production when a composite component is created.

preferredfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Only available if ProjectStage is Development.
expertfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Only available if ProjectStage is Development.
shortDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Only available if ProjectStage is Development.
hiddenfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans. Only available if ProjectStage is Development.

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.