Class GuiceServletConfig

java.lang.Object
com.google.inject.servlet.GuiceServletContextListener
org.apache.druid.server.GuiceServletConfig
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class GuiceServletConfig extends com.google.inject.servlet.GuiceServletContextListener
  • Constructor Summary

    Constructors
    Constructor
    Description
    GuiceServletConfig(com.google.inject.Injector injector)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.google.inject.Injector
     

    Methods inherited from class com.google.inject.servlet.GuiceServletContextListener

    contextDestroyed, contextInitialized

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GuiceServletConfig

      public GuiceServletConfig(com.google.inject.Injector injector)
  • Method Details

    • getInjector

      protected com.google.inject.Injector getInjector()
      Specified by:
      getInjector in class com.google.inject.servlet.GuiceServletContextListener