Class ServletsModuleBuilder.ServletKeyBindingBuilderImpl

    • Method Summary

      All Methods Instance Methods Concrete 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)  
      private void with​(Key<? extends javax.servlet.http.HttpServlet> servletKey, java.util.Map<java.lang.String,​java.lang.String> initParams, javax.servlet.http.HttpServlet servletInstance)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServletKeyBindingBuilderImpl

        private ServletKeyBindingBuilderImpl​(java.util.List<UriPatternMatcher> uriPatterns)
    • Method Detail

      • with

        public void with​(java.lang.Class<? extends javax.servlet.http.HttpServlet> servletKey,
                         java.util.Map<java.lang.String,​java.lang.String> initParams)
        Specified by:
        with in interface ServletModule.ServletKeyBindingBuilder
      • with

        public void with​(Key<? extends javax.servlet.http.HttpServlet> servletKey,
                         java.util.Map<java.lang.String,​java.lang.String> initParams)
        Specified by:
        with in interface ServletModule.ServletKeyBindingBuilder
      • with

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