Package com.sun.identity.setup
Class SystemStartupInjectorListener
- java.lang.Object
-
- com.sun.identity.setup.SystemStartupInjectorListener
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class SystemStartupInjectorListener extends Object implements jakarta.servlet.ServletContextListener
Servlet context listener which will initialise the
This listener MUST be called before any other system startup listener, filter or servlet is initialised.SystemStartupInjectorHolderwith the system startup Guice injector.- Since:
- 13.0.0
-
-
Constructor Summary
Constructors Constructor Description SystemStartupInjectorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent event)voidcontextInitialized(jakarta.servlet.ServletContextEvent event)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent event)
- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent event)
- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
-