Uses of Package
com.google.inject.servlet
Packages that use com.google.inject.servlet
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Classes in com.google.inject.servlet used by com.google.inject.servletClassDescriptionAbstract implementation for all servlet module bindingsAn internal representation of a filter definition against a particular URI pattern.An internal dispatcher for guice-servlet registered servlets and filters.Builds the guice module that binds configured filters, with their wrapper FilterDefinitions.Apply this filter in web.xml above all other filters (typically), to all requests where you plan to use servlet scopes.A binding to a single instance of a filter.A binding to a single instance of a servlet.A linked binding to a filter.A linked binding to a servlet.A wrapping dispatcher for servlets, in much the same way as
ManagedFilterPipeline
is for filters.Apply this to field or parameters of typeMap<String, String[]>
when you want the HTTP request parameter map to be injected.Apply this to implementation classes when you want one instance per request.Object that can be used to apply a request scope to a block of code.Closeable subclass that does not throw any exceptions from close.Annotates aGuiceFilter
that provides scope functionality, but doesn't dispatch toServletModule
bound servlets or filters.An internal representation of a servlet definition mapped to a particular URI pattern.See the EDSL examples atServletModule.configureServlets()
See the EDSL examples atServletModule.configureServlets()
A binding created byServletModule
.A sentinel attribute value representing null.Builds the guice module that binds configured servlets, with their wrapper ServletDefinitions.A general interface for matching a URI against a URI pattern.An enumeration of the available URI-pattern matching styles