Package org.exoplatform.chat.listener
Class GuiceManager
java.lang.Object
org.exoplatform.chat.listener.GuiceManager
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent) voidcontextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) static voidforceNew()static voidforceNew(com.google.inject.Module module) static com.google.inject.Injector
-
Constructor Details
-
GuiceManager
public GuiceManager()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
getInstance
public static com.google.inject.Injector getInstance() -
forceNew
public static void forceNew() -
forceNew
public static void forceNew(com.google.inject.Module module)
-