Class PluginContextListener
- java.lang.Object
-
- org.apache.activemq.hawtio.branding.PluginContextListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class PluginContextListener extends Object implements javax.servlet.ServletContextListener
The Plugin Context Listener used to load in the plugin
-
-
Constructor Summary
Constructors Constructor Description PluginContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)voidcontextInitialized(javax.servlet.ServletContextEvent servletContextEvent)protected RuntimeExceptioncreateServletException(Exception e)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
createServletException
protected RuntimeException createServletException(Exception e)
-
-