Uses of Interface
com.google.inject.servlet.FilterPipeline
Packages that use FilterPipeline
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of FilterPipeline in com.google.inject.servlet
Classes in com.google.inject.servlet that implement FilterPipelineModifier and TypeClassDescription(package private) class
This default pipeline simply dispatches to web.xml's servlet pipeline.(package private) class
Central routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet pipeline.Fields in com.google.inject.servlet declared as FilterPipelineModifier and TypeFieldDescriptionprivate final FilterPipeline
GuiceFilter.injectedPipeline
We allow both the static and dynamic versions of the pipeline to exist.(package private) static FilterPipeline
GuiceFilter.pipeline
Methods in com.google.inject.servlet that return FilterPipelineMethods in com.google.inject.servlet with parameters of type FilterPipelineModifier and TypeMethodDescription(package private) static void
GuiceFilter.setPipeline
(FilterPipeline pipeline) Constructors in com.google.inject.servlet with parameters of type FilterPipeline