Generated by
JDiff

Package com.google.inject.servlet

Changed Classes and Interfaces
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) {@code GuiceServletContextListener} class as a logical place to create and configure your injector.
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.
RequestParameters Apply this to field or parameters of type {@code Map} when you want the HTTP request parameter map to be injected.
RequestScoper Object that can be used to apply a request scope to a block of code.
ScopingOnly Annotates a GuiceFilter that provides scope functionality, but doesn't dispatch to ServletModule bound servlets or filters.
ServletModule Configures the servlet scopes and creates bindings for the servlet API objects so you can inject the request, response, session, etc.
ServletModuleBinding A binding created by ServletModule.
ServletModuleTargetVisitor A visitor for the servlet extension.
ServletScopes Servlet scopes.
UriPatternType An enumeration of the available URI-pattern matching styles