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