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) class |
DefaultFilterPipeline
This default pipeline simply dispatches to web.xml's servlet pipeline.
|
(package private) class |
ManagedFilterPipeline
Central routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet
pipeline.
|
Modifier and Type | Field and Description |
---|---|
private FilterPipeline |
GuiceFilter.injectedPipeline
We allow both the static and dynamic versions of the pipeline to exist.
|
(package private) static FilterPipeline |
GuiceFilter.pipeline |
Modifier and Type | Method and Description |
---|---|
private FilterPipeline |
GuiceFilter.getFilterPipeline() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
GuiceFilter.setPipeline(FilterPipeline pipeline) |
Constructor and Description |
---|
GuiceFilter(FilterPipeline filterPipeline) |