Package com.google.inject.servlet
Interface InstanceFilterBinding
- All Superinterfaces:
ServletModuleBinding
A binding to a single instance of a filter.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.Filter
Returns the filter instance that will be used.Methods inherited from interface com.google.inject.servlet.ServletModuleBinding
getInitParams, getPattern, getUriPatternType, matchesUri
-
Method Details
-
getFilterInstance
javax.servlet.Filter getFilterInstance()Returns the filter instance that will be used.
-