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
with
void with(Class<? extends HttpServlet> servletKey)
with
void with(Key<? extends HttpServlet> servletKey)
with
void with(Class<? extends HttpServlet> servletKey,
Map<String,String> contextParams)
with
void with(Key<? extends HttpServlet> servletKey,
Map<String,String> contextParams)
Copyright 2009 Google Inc. All Rights Reserved.