Interface ServletModule.ServletKeyBindingBuilder

Enclosing class:
ServletModule

public static interface ServletModule.ServletKeyBindingBuilder
See the EDSL examples at ServletModule.configureServlets()
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    with(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey)
     
    void
    with(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String,String> initParams)
     
    void
    with(jakarta.servlet.http.HttpServlet servlet)
     
    void
    with(jakarta.servlet.http.HttpServlet servlet, Map<String,String> initParams)
     
    void
    with(Class<? extends jakarta.servlet.http.HttpServlet> servletKey)
     
    void
    with(Class<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String,String> initParams)
     
  • Method Details

    • with

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

      void with(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey)
    • with

      void with(jakarta.servlet.http.HttpServlet servlet)
      Since:
      3.0
    • with

      void with(Class<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String,String> initParams)
    • with

      void with(com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet> servletKey, Map<String,String> initParams)
    • with

      void with(jakarta.servlet.http.HttpServlet servlet, Map<String,String> initParams)
      Since:
      3.0