Package br.com.davinti.vitruvio.server
Class ServletConfigurationListener
Object
ServletConfigurationListener
- All Implemented Interfaces:
EventListener,ServletContextListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(ServletContextEvent arg0) voidcontextInitialized(ServletContextEvent event)
-
Constructor Details
-
ServletConfigurationListener
public ServletConfigurationListener()
-
-
Method Details
-
contextDestroyed
public void contextDestroyed(ServletContextEvent arg0) - Specified by:
contextDestroyedin interfaceServletContextListener
-
contextInitialized
public void contextInitialized(ServletContextEvent event) - Specified by:
contextInitializedin interfaceServletContextListener
-