- All Known Implementing Classes:
FacetHandler
public interface FacetHandler
An interface that allows other code to identify FaceletHandlers that correspond to component facets.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the resolved literal String value of the facet name after evaluating EL.
-
Method Details
-
getFacetName
Returns the resolved literal String value of the facet name after evaluating EL.
- Parameters:
ctx
- theFaceletContext
for this view execution- Returns:
- the resolved literal String value of the facet name.
-