Interface ConfigProcessor

    • Method Detail

      • initializeClassMetadataMap

        void initializeClassMetadataMap​(jakarta.servlet.ServletContext servletContext,
                                        FacesContext facesContext)
        Called to initialize the per-application metadata used by the ConfigProcessor
        Parameters:
        servletContext - the involved servlet context
        facesContext - the involved faces context
      • process

        void process​(jakarta.servlet.ServletContext servletContext,
                     FacesContext facesContext,
                     DocumentInfo[] documentInfos)
              throws Exception

        Process the array of Documents.

        Parameters:
        servletContext - the ServletContext for the application being configured
        facesContext - the current faces context
        documentInfos - the document infos
        Throws:
        Exception - if an error occurs during processing
      • destroy

        void destroy​(jakarta.servlet.ServletContext servletContext,
                     FacesContext facesContext)