D | ServletsModuleBuilder.java | 65 public void with(Class<? extends HttpServlet> servletKey) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl 66 with(Key.get(servletKey)); in with() 69 public void with(Key<? extends HttpServlet> servletKey) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl 70 with(servletKey, new HashMap<String, String>()); in with() 73 public void with(HttpServlet servlet) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl 74 with(servlet, new HashMap<String, String>()); in with() 77 public void with(Class<? extends HttpServlet> servletKey, in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl 79 with(Key.get(servletKey), initParams); in with() 82 public void with(Key<? extends HttpServlet> servletKey, in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl 84 with(servletKey, initParams, null); in with() [all …]
|