Servlet API scopes, bindings and registration; this extension requires guice-servlet-3.0.jar.
    
  more...
  
   
  
    Interfaces
    
  
  
    Classes
    
    
  
        
              | GuiceFilter | 
              
 Apply this filter in web.xml above all other filters (typically), to all requests where you plan
  to use servlet scopes.   | 
          
        
              | GuiceServletContextListener | 
              As of Guice 2.0 you can still use (your subclasses of) GuiceServletContextListener
 class as a logical place to create and configure your injector.  | 
          
        
              | ServletModule | 
              Configures the servlet scopes and creates bindings for the servlet API
 objects so you can inject the request, response, session, etc.  | 
          
        
              | ServletScopes | 
              Servlet scopes.  | 
          
  
     
  
  
    Enums
    
    
  
        
              | UriPatternType | 
              An enumeration of the available URI-pattern matching styles  |