composite
Tag facet


Declares that this composite component supports a facet with the name given by the value of the "name" attribute.

Please see <composite:interface> for a usage example.



Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

The name of the attribute as it must appear on the composite component tag in the using page.

displayNamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

The name to display in a tool palette containing this component. The value of this attribute will be set as the value for this property on the composite component bean descriptor.

requiredfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)

True if the page author must supply a facet with this name.

preferredfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)

Is this a "preferred" facet. The value of this attribute will be set as the value for this property on the composite component bean descriptor.

expertfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)

Is this facet only for expert users? The value of this attribute will be set as the value for this property on the composite component bean descriptor.

shortDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

A short description of the purpose of this facet. The value of this attribute will be set as the value for this property on the composite component bean descriptor.


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.