Generated by
JDiff

Package com.google.inject.servlet

Added Classes and Interfaces
InstanceFilterBinding A binding to a single instance of a filter.
InstanceServletBinding A binding to a single instance of a servlet.
LinkedFilterBinding A linked binding to a filter.
LinkedServletBinding A linked binding to a servlet.
ServletModuleTargetVisitor A visitor for the servlet extension.
Struts2Factory Cleanup up version from Bob's GuiceObjectFactory.
UriPatternType An enumeration of the available URI-pattern matching styles
 

Changed Classes and Interfaces
ServletModule Configures the servlet scopes and creates bindings for the servlet API objects so you can inject the request, response, session, etc.
ServletModule.FilterKeyBindingBuilder See the EDSL examples at ServletModule.configureServlets()
ServletModule.ServletKeyBindingBuilder See the EDSL examples at ServletModule.configureServlets()
ServletScopes Servlet scopes.