Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LinkedServletBindingImpl
Default implementation of LinkedServletBinding.
|
Modifier and Type | Method and Description |
---|---|
V |
ServletModuleTargetVisitor.visit(LinkedServletBinding binding)
Visits a servlet binding created by
ServletModule.serve(java.lang.String, java.lang.String...) where
ServletModule.ServletKeyBindingBuilder.with(java.lang.Class<? extends javax.servlet.http.HttpServlet>) , is called with a Class or Key. |