public class DSpaceContextListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
DSPACE_CONFIG_PARAMETER
Name of the context parameter giving the path to the DSpace configuration file.
|
| Constructor and Description |
|---|
DSpaceContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Clean up resources used by the application when stopped
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Initialize any resources required by the application.
|
public static final String DSPACE_CONFIG_PARAMETER
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerevent - public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerevent - Copyright © 2014 DuraSpace. All Rights Reserved.