Uses of Annotation Interface
com.google.inject.Singleton
Packages that use Singleton
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of Singleton in com.google.inject.servlet
Classes in com.google.inject.servlet with annotations of type SingletonModifier and TypeClassDescription(package private) static class
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
Central routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet pipeline.(package private) class
A wrapping dispatcher for servlets, in much the same way asManagedFilterPipeline
is for filters.Methods in com.google.inject.servlet with annotations of type SingletonModifier and TypeMethodDescription(package private) GuiceFilter
InternalServletModule.provideScopingOnlyGuiceFilter()