Declares that this composite component supports a facet with the name given by the value of the "name" attribute.
Please see <cc:interface>
for a usage
example.
Name | Required | Type | Description |
---|---|---|---|
displayName | false | jakarta.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. |
expert | false | jakarta.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. |
name | true | jakarta.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. |
preferred | false | jakarta.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. |
required | false | jakarta.el.ValueExpression
(must evaluate to boolean )
|
True if the page author must supply a facet with this name. |
shortDescription | false | jakarta.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. |