Uses of Interface
com.google.inject.servlet.InstanceServletBinding
-
Packages that use InstanceServletBinding Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of InstanceServletBinding in com.google.inject.servlet
Methods in com.google.inject.servlet with parameters of type InstanceServletBinding Modifier and Type Method Description V
ServletModuleTargetVisitor. visit(InstanceServletBinding binding)
Visits a servlet binding created byServletModule.serve(java.lang.String, java.lang.String...)
whereServletModule.ServletKeyBindingBuilder.with(java.lang.Class<? extends jakarta.servlet.http.HttpServlet>)
, is called with anHttpServlet
.
-