| |||||||
FRAMES NO FRAMES |
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 Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | true | false | javax.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. |
displayName | false | false | javax.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. |
required | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if the page author must supply a facet with this name. |
preferred | false | false | javax.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. |
expert | false | false | javax.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. |
shortDescription | false | false | javax.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. |
hidden | false | false | javax.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. |
| |||||||
FRAMES NO FRAMES |