Class JspFacesInitializer

    • Constructor Detail

      • JspFacesInitializer

        public JspFacesInitializer()
    • Method Detail

      • initContainerIntegration

        protected void initContainerIntegration​(javax.servlet.ServletContext servletContext,
                                                ExternalContext externalContext)
        Description copied from class: AbstractFacesInitializer
        Performs initialization tasks depending on the current environment.
        Specified by:
        initContainerIntegration in class AbstractFacesInitializer
        Parameters:
        servletContext - the current ServletContext
        externalContext - the current ExternalContext
      • getJspFactory

        protected javax.servlet.jsp.JspFactory getJspFactory()
      • setJspFactory

        protected void setJspFactory​(javax.servlet.jsp.JspFactory jspFactory)
        Sets the JspFactory to use. Currently, this method just simplifies testing.
        Parameters:
        jspFactory - the JspFactory to use