public static interface ServletModule.ServletKeyBindingBuilder
ServletModule.configureServlets()
Modifier and Type | Method | Description |
---|---|---|
void |
with(Key<? extends javax.servlet.http.HttpServlet> servletKey) |
|
void |
with(Key<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams) |
|
void |
with(Class<? extends javax.servlet.http.HttpServlet> servletKey) |
|
void |
with(Class<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams) |
|
void |
with(javax.servlet.http.HttpServlet servlet) |
|
void |
with(javax.servlet.http.HttpServlet servlet,
Map<String,String> initParams) |
void with(Class<? extends javax.servlet.http.HttpServlet> servletKey)
void with(Key<? extends javax.servlet.http.HttpServlet> servletKey)
void with(javax.servlet.http.HttpServlet servlet)
void with(Class<? extends javax.servlet.http.HttpServlet> servletKey, Map<String,String> initParams)
void with(Key<? extends javax.servlet.http.HttpServlet> servletKey, Map<String,String> initParams)
Copyright © 2006–2018 Google, Inc.. All rights reserved.