Package io.hawt.springboot
Class SpringHawtioContextListener
java.lang.Object
io.hawt.HawtioContextListener
io.hawt.springboot.SpringHawtioContextListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpringHawtioContextListener(ConfigManager configManager, String servletPath) -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) Methods inherited from class io.hawt.HawtioContextListener
contextDestroyed, createServletException
-
Field Details
-
servletPath
-
-
Constructor Details
-
SpringHawtioContextListener
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener- Overrides:
contextInitializedin classHawtioContextListener
-