|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ApplicationContextInitializer<C extends 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.
ContextLoader.customizeContext(javax.servlet.ServletContext, org.springframework.web.context.ConfigurableWebApplicationContext)| Method Summary | |
|---|---|
void |
initialize(C applicationContext)
Initialize the given application context. |
| Method Detail |
|---|
void initialize(C applicationContext)
applicationContext - the application to configure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||