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