Package org.alfresco.web.app
Class ContextLoaderListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- org.alfresco.web.app.ContextLoaderListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ContextLoaderListener extends org.springframework.web.context.ContextLoaderListenerA specialisedContextLoaderListenerthat can be disabled by a booleanjava:comp/env/properties/startup.enableJNDI entry. Ifstartup.enableis configured as false then the Spring Application Context is not created, allowing further configuration changes to be made after initial deployment.- Author:
- dward
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description ContextLoaderListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextInitialized(javax.servlet.ServletContextEvent event)-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
-