public interface CompositeComponentExpressionHolder
Map
returned by the composite component
ELResolver
, described in
section 5.4.3.1 "faces.CompositeComponentAttributesELResolver" of the Jakarta Faces Specification Document,
when evaluating #{cc.attrs}
expressions.Modifier and Type | Method and Description |
---|---|
ValueExpression |
getExpression(java.lang.String name) |
ValueExpression getExpression(java.lang.String name)
name
- that attribute name which may be associated with a ValueExpression
ValueExpression
associated with name
otherwise return null