Interface ServletModule.ServletKeyBindingBuilder

    • Method Summary

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

      • with

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

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

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

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

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

        void with​(javax.servlet.http.HttpServlet servlet,
                  java.util.Map<java.lang.String,​java.lang.String> initParams)
        Since:
        3.0