Package io.hawt
Class HawtioDefaultContextListener
- java.lang.Object
-
- io.hawt.HawtioContextListener
-
- io.hawt.HawtioDefaultContextListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class HawtioDefaultContextListener extends HawtioContextListener
-
-
Constructor Summary
Constructors Constructor Description HawtioDefaultContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)voidcontextInitialized(javax.servlet.ServletContextEvent servletContextEvent)-
Methods inherited from class io.hawt.HawtioContextListener
createServletException
-
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener- Overrides:
contextInitializedin classHawtioContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener- Overrides:
contextDestroyedin classHawtioContextListener
-
-