Package org.fcrepo.http.commons
Class FedoraContextLoaderListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- org.fcrepo.http.commons.FedoraContextLoaderListener
-
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class FedoraContextLoaderListener extends org.springframework.web.context.ContextLoaderListener
This class wraps the standard Spring ContextLoaderListener in order to catch initialization errors.- Since:
- 2016-06-09
- Author:
- awoods
-
-
Constructor Summary
Constructors Constructor Description FedoraContextLoaderListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextInitialized(javax.servlet.ServletContextEvent event)
-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
-
-
-
Constructor Detail
-
FedoraContextLoaderListener
public FedoraContextLoaderListener()
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
- Overrides:
contextInitialized
in classorg.springframework.web.context.ContextLoaderListener
-
-