Summary
Facelet Tag name: <composite:attribute>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.composite.AttributeHandler
Attributes
| Name | Type | Required | Description |
|---|---|---|---|
| default | javax.el.ValueExpression | false | If this property is set and the attribute does not have any value (null), the value set on this property is returned as default instead null. |
| displayName | javax.el.ValueExpression | false | Only available if ProjectStage is Development. |
| expert | javax.el.ValueExpression | false | Only available if ProjectStage is Development. |
| hidden | javax.el.ValueExpression | false | 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. |
| method-signature | javax.el.ValueExpression | false | |
| name | javax.el.ValueExpression | true | |
| preferred | javax.el.ValueExpression | false | Only available if ProjectStage is Development. |
| required | javax.el.ValueExpression | false | 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. |
| shortDescription | javax.el.ValueExpression | false | Only available if ProjectStage is Development. |
| targetAttributeName | javax.el.ValueExpression | false | |
| targets | javax.el.ValueExpression | false | |
| type | javax.el.ValueExpression | false |