Generated by
JDiff

Package com.google.inject.servlet

Added Classes
ScopingException Exception thrown when there was a failure entering request scope.
ScopingOnly Annotates a GuiceFilter that provides scope functionality, but doesn't dispatch to ServletModule bound servlets or filters.
 

Changed 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.
ServletModule.FilterKeyBindingBuilder See the EDSL examples at ServletModule.configureServlets()
ServletModule.ServletKeyBindingBuilder See the EDSL examples at ServletModule.configureServlets()
ServletModuleBinding A binding created by ServletModule.
ServletModuleTargetVisitor A visitor for the servlet extension.
ServletScopes Servlet scopes.