Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and 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 as
ManagedFilterPipeline is for
filters. |
Modifier and Type | Method and Description |
---|---|
(package private) GuiceFilter |
InternalServletModule.provideScopingOnlyGuiceFilter() |