Interface MutableWebEnvironment

    • Method Detail

      • setServletContext

        void setServletContext​(javax.servlet.ServletContext servletContext)
        Sets the WebEnvironment's associated ServletContext instance. Invoking this method merely makes the ServletContext available to the underlying instance - it does not trigger initialization behavior.
        Parameters:
        servletContext - the WebEnvironment's associated ServletContext instance.