D | ServletsModuleBuilder.java | 16 package com.google.inject.servlet; 28 import javax.servlet.http.HttpServlet; 73 public void with(HttpServlet servlet) { in with() argument 74 with(servlet, new HashMap<String, String>()); in with() 101 public void with(HttpServlet servlet, in with() argument 104 binder.bind(servletKey).toInstance(servlet); in with() 105 with(servletKey, initParams, servlet); in with()
|