| org.springframework.context.ApplicationContextInitializer<C extends org.springframework.context.ConfigurableApplicationContext> |
Callback interface for initializing a Spring ConfigurableApplicationContext
prior to being refreshed.
ApplicationContextInitializer processors are encouraged to detect
whether Spring's Ordered or
PriorityOrdered interfaces are also
implemented and sort instances accordingly if so prior to invocation.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initialize the given application context.
| |||||||||||
Initialize the given application context.
| applicationContext | the application to configure |
|---|