Package org.everrest.sample.guice
Class BookServiceBootstrap
- java.lang.Object
-
- com.google.inject.servlet.GuiceServletContextListener
-
- org.everrest.guice.servlet.EverrestGuiceContextListener
-
- org.everrest.sample.guice.BookServiceBootstrap
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class BookServiceBootstrap extends EverrestGuiceContextListener
- Author:
- andrew00x
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.everrest.guice.servlet.EverrestGuiceContextListener
EverrestGuiceContextListener.DefaultListener
-
-
Constructor Summary
Constructors Constructor Description BookServiceBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<com.google.inject.Module>getModules()-
Methods inherited from class org.everrest.guice.servlet.EverrestGuiceContextListener
contextDestroyed, contextInitialized, getInjector, getInjector, getServletModule, makeFileCollectorDestroyer, processBindings
-
-
-
-
Method Detail
-
getModules
protected List<com.google.inject.Module> getModules()
- Specified by:
getModulesin classEverrestGuiceContextListener
-
-