-
- All Known Implementing Classes:
ResolveComponent
public interface FaceletContextConsumer
Interface to be implemented by components that wish to receive theFaceletContext
for the Facelet in which they are declared.This has to be combined with the
ComponentExtraHandler
.- Since:
- 2.0
- Author:
- Arjan Tijms
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFaceletContext(FaceletContext faceletContext)
Sets the Facelet context.
-
-
-
Method Detail
-
setFaceletContext
void setFaceletContext(FaceletContext faceletContext)
Sets the Facelet context.- Parameters:
faceletContext
- The involved Facelet context.
-
-