Uses of Interface
com.google.inject.servlet.LinkedServletBinding
Packages that use LinkedServletBinding
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of LinkedServletBinding in com.google.inject.servlet
Classes in com.google.inject.servlet that implement LinkedServletBindingModifier and TypeClassDescription(package private) class
Default implementation of LinkedServletBinding.Methods in com.google.inject.servlet with parameters of type LinkedServletBindingModifier and TypeMethodDescriptionServletModuleTargetVisitor.visit
(LinkedServletBinding 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 a Class or Key.