Package jakarta.faces.view.facelets
Interface AttributeHandler
public interface AttributeHandler
An interface that allows other code to identify FaceletHandlers that correspond to component attributes.
- Since:
 - 2.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the resolved literal String value of the attribute name after evaluating EL. 
- 
Method Details
- 
getAttributeName
Returns the resolved literal String value of the attribute name after evaluating EL.
- Parameters:
 ctx- theFaceletContextfor this view execution- Returns:
 - the literal string value of the attribute name after evaluating EL
 
 
 -