| com.google.inject.servlet.ServletModule.ServletKeyBindingBuilder | 
    
    
Summary
| Public Methods | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        with(HttpServlet servlet)
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        with(HttpServlet servlet, Map<String, String> initParams)
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        with(Key<? extends HttpServlet> servletKey)
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams)
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        with(Class<? extends HttpServlet> servletKey)
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams)
        
   | 
 
Public Methods
 
    
      
        public 
         
         
        abstract 
         
        void
      
      with
      (HttpServlet servlet)
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      with
      (HttpServlet servlet, Map<String, String> initParams)
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      with
      (Key<? extends HttpServlet> servletKey)
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      with
      (Key<? extends HttpServlet> servletKey, Map<String, String> initParams)
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      with
      (Class<? extends HttpServlet> servletKey)
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      with
      (Class<? extends HttpServlet> servletKey, Map<String, String> initParams)