Interface FaceletContextConsumer

  • 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 Detail

      • setFaceletContext

        void setFaceletContext​(FaceletContext faceletContext)
        Sets the Facelet context.
        Parameters:
        faceletContext - The involved Facelet context.