Class FaceletsCompilerSupport


  • public class FaceletsCompilerSupport
    extends Object
    Perform initialization steps for facelets compiler
    Since:
    2.2
    • Constructor Detail

      • FaceletsCompilerSupport

        public FaceletsCompilerSupport()
    • Method Detail

      • loadLibraries

        public void loadLibraries​(FacesContext context,
                                  Compiler compiler)
        Load the various tag libraries for Facelets.
        Parameters:
        context - the current FacesContext
        compiler - the page compiler
      • loadDecorators

        public void loadDecorators​(FacesContext context,
                                   Compiler compiler)
        Load the various decorators for Facelets.
        Parameters:
        context - the current FacesContext
        compiler - the page compiler