Package org.gcube.smartgears.probe
Class ContainerListener
- java.lang.Object
-
- org.gcube.smartgears.probe.ContainerListener
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
@WebListener public class ContainerListener extends Object implements jakarta.servlet.ServletContextListener
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description ContainerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent sce)voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
-