Package com.google.inject.servlet
Interface InstanceServletBinding
- All Superinterfaces:
ServletModuleBinding
A binding to a single instance of a servlet.
- Since:
- 3.0
- Author:
- sameb@google.com
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletReturns the servlet instance that will be used.Methods inherited from interface com.google.inject.servlet.ServletModuleBinding
getInitParams, getPattern, getUriPatternType, matchesUri
-
Method Details
-
getServletInstance
jakarta.servlet.http.HttpServlet getServletInstance()Returns the servlet instance that will be used.
-