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 classInternalServletModule.BackwardsCompatibleServletContextProviderSpecial 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) classManagedFilterPipelineCentral routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet pipeline.(package private) classManagedServletPipelineA wrapping dispatcher for servlets, in much the same way asManagedFilterPipelineis for filters.Methods in com.google.inject.servlet with annotations of type Singleton Modifier and Type Method Description (package private) GuiceFilterInternalServletModule. provideScopingOnlyGuiceFilter()
-