Interface ServletModule.ServletKeyBindingBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void with​(Key<? extends jakarta.servlet.http.HttpServlet> servletKey)  
      void with​(Key<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String,​String> initParams)  
      void with​(jakarta.servlet.http.HttpServlet servlet)  
      void with​(jakarta.servlet.http.HttpServlet servlet, Map<String,​String> initParams)  
      void with​(Class<? extends jakarta.servlet.http.HttpServlet> servletKey)  
      void with​(Class<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String,​String> initParams)  
    • Method Detail

      • with

        void with​(Class<? extends jakarta.servlet.http.HttpServlet> servletKey)
      • with

        void with​(Key<? extends jakarta.servlet.http.HttpServlet> servletKey)
      • with

        void with​(jakarta.servlet.http.HttpServlet servlet)
        Since:
        3.0
      • with

        void with​(Class<? extends jakarta.servlet.http.HttpServlet> servletKey,
                  Map<String,​String> initParams)
      • with

        void with​(Key<? extends jakarta.servlet.http.HttpServlet> servletKey,
                  Map<String,​String> initParams)
      • with

        void with​(jakarta.servlet.http.HttpServlet servlet,
                  Map<String,​String> initParams)
        Since:
        3.0