Package ubic.gemma.web.context
Class InitializeContext
java.lang.Object
ubic.gemma.web.context.InitializeContext
- All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>
public class InitializeContext
extends Object
implements org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>
Performs the standard context preparation from
SpringContextUtils.prepareContext(ApplicationContext)
as well as some more specific Web-related setups.- Author:
- keshav, pavlidis, Matt Raible (original version), poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
-
Constructor Details
-
InitializeContext
public InitializeContext()
-
-
Method Details
-
initialize
public void initialize(org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) - Specified by:
initialize
in interfaceorg.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>
-