Package com.google.inject.servlet
Interface ServletModule.ServletKeyBindingBuilder
- Enclosing class:
- ServletModule
public static interface ServletModule.ServletKeyBindingBuilder
See the EDSL examples at
ServletModule.configureServlets()- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidwith(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey) voidwith(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String, String> initParams) voidwith(jakarta.servlet.http.HttpServlet servlet) voidvoidvoid
-
Method Details
-
with
-
with
void with(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey) -
with
void with(jakarta.servlet.http.HttpServlet servlet) - Since:
- 3.0
-
with
-
with
-
with
- Since:
- 3.0
-