Package de.hybris.platform.spring
Class ServletContextStartupWatcherTest.HybrisContextLoaderListenerMock
java.lang.Object
org.springframework.web.context.ContextLoader
org.springframework.web.context.ContextLoaderListener
de.hybris.platform.spring.HybrisContextLoaderListener
de.hybris.platform.spring.ServletContextStartupWatcherTest.HybrisContextLoaderListenerMock
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
- Enclosing class:
- ServletContextStartupWatcherTest
public static class ServletContextStartupWatcherTest.HybrisContextLoaderListenerMock
extends HybrisContextLoaderListener
-
Field Summary
Fields inherited from class de.hybris.platform.spring.HybrisContextLoaderListener
ADDITIONAL_WEB_SPRING_CONFIGS, ADDITIONAL_WEB_SPRING_CONFIGS_FROM_EXT, CORE_SPRING_DEVELOPMENT_MODE_FLAG_KEY, WEB_SPRING_DEVELOPMENT_MODE_FLAG_KEYFields inherited from class org.springframework.web.context.ContextLoader
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, CONTEXT_ID_PARAM, CONTEXT_INITIALIZER_CLASSES_PARAM, GLOBAL_INITIALIZER_CLASSES_PARAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextInitializedInternal(javax.servlet.ServletContextEvent event) Methods inherited from class de.hybris.platform.spring.HybrisContextLoaderListener
addCustomConfigLocations, adjustTenant, attachTenantIDToServletContext, contextInitialized, createWebApplicationContext, customizeContext, doInitWebApplicationContext, fillConfigLocations, fillConfigLocationsFromExtension, fillConfigLocationsFromExtensions, fillConfigLocationsFromParameter, fillLegacyConfigLocations, getTenanId, getTenantIDForWebapp, initWebApplicationContext, loadParentContext, readConfigParameter, registerHttpSessionListener, runWithActiveJaloSession, runWithTenant, startRegistryMethods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyedMethods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, setContextInitializers
-
Constructor Details
-
HybrisContextLoaderListenerMock
public HybrisContextLoaderListenerMock()
-
-
Method Details
-
contextInitializedInternal
public void contextInitializedInternal(javax.servlet.ServletContextEvent event) - Overrides:
contextInitializedInternalin classHybrisContextLoaderListener
-