com.google.inject.servlet
Interface ServletModule.ServletKeyBindingBuilder

Enclosing class:
ServletModule

public static interface ServletModule.ServletKeyBindingBuilder

See the EDSL examples at ServletModule.configureServlets()

Since:
2.0

Method Summary
 void with(Class<? extends javax.servlet.http.HttpServlet> servletKey)
           
 void with(Class<? extends javax.servlet.http.HttpServlet> servletKey, Map<String,String> contextParams)
           
 void with(Key<? extends javax.servlet.http.HttpServlet> servletKey)
           
 void with(Key<? extends javax.servlet.http.HttpServlet> servletKey, Map<String,String> contextParams)
           
 

Method Detail

with

void with(Class<? extends javax.servlet.http.HttpServlet> servletKey)

with

void with(Key<? extends javax.servlet.http.HttpServlet> servletKey)

with

void with(Class<? extends javax.servlet.http.HttpServlet> servletKey,
          Map<String,String> contextParams)

with

void with(Key<? extends javax.servlet.http.HttpServlet> servletKey,
          Map<String,String> contextParams)