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 fromSpringContextUtils.prepareContext(ApplicationContext)
as well as some more specific Web-related setups.- Author:
- keshav, pavlidis, Matt Raible (original version), poirigui
-
-
Constructor Summary
Constructors Constructor Description InitializeContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
-