public class GuiceManager extends Object implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
GuiceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
static void |
forceNew() |
static void |
forceNew(com.google.inject.Module module) |
static com.google.inject.Injector |
getInstance() |
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic static com.google.inject.Injector getInstance()
public static void forceNew()
public static void forceNew(com.google.inject.Module module)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.