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