Uses of Interface
com.google.inject.servlet.InstanceServletBinding
Packages that use InstanceServletBinding
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar.-
Uses of InstanceServletBinding in com.google.inject.servlet
Classes in com.google.inject.servlet that implement InstanceServletBindingModifier and TypeClassDescription(package private) classDefault implementation of InstanceServletBinding.Methods in com.google.inject.servlet with parameters of type InstanceServletBindingModifier and TypeMethodDescriptionServletModuleTargetVisitor.visit(InstanceServletBinding binding) Visits a servlet binding created byServletModule.serve(java.lang.String, java.lang.String...)whereServletModule.ServletKeyBindingBuilder.with(java.lang.Class<? extends javax.servlet.http.HttpServlet>), is called with anHttpServlet.