Interface WebEnvironment

    • Method Detail

      • getFilterChainResolver

        FilterChainResolver getFilterChainResolver()
        Returns the web application's FilterChainResolver if one has been configured or null if one is not available.
        Returns:
        the web application's FilterChainResolver if one has been configured or null if one is not available.
      • getServletContext

        ServletContext getServletContext()
        Returns the ServletContext associated with this WebEnvironment instance. A web application typically only has a single WebEnvironment associated with its ServletContext.
        Returns:
        the ServletContext associated with this WebEnvironment instance.