Uses of Class
com.google.inject.Singleton
-
Packages that use Singleton Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of Singleton in com.google.inject.servlet
Classes in com.google.inject.servlet with annotations of type Singleton Modifier and Type Class Description (package private) static class
InternalServletModule.BackwardsCompatibleServletContextProvider
Special Provider that tries to obtain an injected servlet context, specific to the current injector, failing which, it falls back to the static singleton instance that is available in the legacy Guice Servlet.(package private) class
ManagedFilterPipeline
Central routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet pipeline.(package private) class
ManagedServletPipeline
A wrapping dispatcher for servlets, in much the same way asManagedFilterPipeline
is for filters.Methods in com.google.inject.servlet with annotations of type Singleton Modifier and Type Method Description (package private) GuiceFilter
InternalServletModule. provideScopingOnlyGuiceFilter()
-