public class ParentContextApplicationContextInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
ApplicationContextInitializer for setting the parent context.| Constructor and Description |
|---|
ParentContextApplicationContextInitializer(org.springframework.context.ApplicationContext parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
initialize(org.springframework.context.ConfigurableApplicationContext applicationContext) |
void |
setOrder(int order) |
public ParentContextApplicationContextInitializer(org.springframework.context.ApplicationContext parent)
public void setOrder(int order)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>Copyright © 2014. All rights reserved.