Package jakarta.faces.el
Interface CompositeComponentExpressionHolder
- 
public interface CompositeComponentExpressionHolderThis interface must be implemented by theMapreturned by the composite componentELResolver, described in section 5.4.3.1 "faces.CompositeComponentAttributesELResolver" of the Jakarta Faces Specification Document, when evaluating#{cc.attrs}expressions.- Since:
 - 2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueExpressiongetExpression(String name) 
 - 
 
- 
- 
Method Detail
- 
getExpression
ValueExpression getExpression(String name)
- Parameters:
 name- that attribute name which may be associated with aValueExpression- Returns:
 - the 
ValueExpressionassociated withnameotherwise returnnull 
 
 - 
 
 -