public static interface ServletModule.ServletKeyBindingBuilder
ServletModule.configureServlets()
Modifier and Type | Method and Description |
---|---|
void |
with(Class<? extends HttpServlet> servletKey) |
void |
with(Class<? extends HttpServlet> servletKey,
Map<String,String> initParams) |
void |
with(HttpServlet servlet) |
void |
with(HttpServlet servlet,
Map<String,String> initParams) |
void |
with(Key<? extends HttpServlet> servletKey) |
void |
with(Key<? extends HttpServlet> servletKey,
Map<String,String> initParams) |
void with(Class<? extends HttpServlet> servletKey)
void with(Key<? extends HttpServlet> servletKey)
void with(HttpServlet servlet)
void with(Class<? extends HttpServlet> servletKey, Map<String,String> initParams)
void with(Key<? extends HttpServlet> servletKey, Map<String,String> initParams)
void with(HttpServlet servlet, Map<String,String> initParams)