Package jakarta.faces.el
Interface CompositeComponentExpressionHolder
public interface CompositeComponentExpressionHolder
This interface must be implemented by the
Map
returned by the composite component
ELResolver
, described in section 5.6.2.2 of the specification, when evaluating
#{cc.attrs}
expressions.- Since:
- 2.0
-
Method Summary
Modifier and Type Method Description jakarta.el.ValueExpression
getExpression(String name)
-
Method Details
-
getExpression
- Parameters:
name
- that attribute name which may be associated with aValueExpression
- Returns:
- the
ValueExpression
associated withname
otherwise returnnull
-