Faces Core
Tag attributes
Add attributes to the UIComponent associated with the closest parent UIComponent custom action. For each Map.Entry in the Map<String, Object> referenced by the value attribute of this tag, take the following action. If parent.getAttributes().containsKey(entry.getKey()) returns true, take no action for this entry. Otherwise, if entry.getValue() is a ValueExpression call parent.setValueExpression(entry.getKey(), entry.getValue()). Otherwise, call parent.getAttributes.put(entry.getKey(), entry.getValue()).
| Tag Information |
| Tag Class | None |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.util.Map)
| An EL ValueExpression that evaluates to a Map<String, Object>. |
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.