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.

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.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.