public interface ServletKeyBindingBuilder
| Modifier and Type | Method and Description | 
|---|---|
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(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey)  | 
void | 
with(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey,
    Map<String,String> initParams)  | 
void with(Class<? extends javax.servlet.http.HttpServlet> servletKey)
void with(com.google.inject.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(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey,
          Map<String,String> initParams)
Copyright © 2014–2016 Soabase. All rights reserved.