Class ConfigurationPropertiesSmokeTests
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ConfigurationPropertiesSmokeTests extends Object implements javax.servlet.ServletContextListener
Test that gets run at servlet context startup to check for the existence and validity of properties in the configuration.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertiesSmokeTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-