Package io.hawt

Class HawtioContextListener

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    public class HawtioContextListener
    extends Object
    implements javax.servlet.ServletContextListener
    A ServletContextListener which initialises key hawtio services in the webapp
    • Constructor Detail

      • HawtioContextListener

        public HawtioContextListener()
      • HawtioContextListener

        public HawtioContextListener​(ConfigManager configManager)
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent servletContextEvent)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent servletContextEvent)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener