public class ParentContextApplicationContextInitializer extends ObjectSE implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
ApplicationContextInitializer。また、コンテキストがリフレッシュされたときに ParentContextApplicationContextInitializer.ParentContextAvailableEvent を公開して、コンテキストが使用可能であり、親があることを他のリスナーに通知します。| 修飾子と型 | クラスと説明 |
|---|---|
static class | ParentContextApplicationContextInitializer.ParentContextAvailableEventApplicationEvent は、親コンテキストが使用可能なときに発生します。 |
| コンストラクターと説明 |
|---|
ParentContextApplicationContextInitializer(org.springframework.context.ApplicationContext parent) |
| 修飾子と型 | メソッドと説明 |
|---|---|
int | getOrder() |
void | initialize(org.springframework.context.ConfigurableApplicationContext applicationContext) |
void | setOrder(int order) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ParentContextApplicationContextInitializer(org.springframework.context.ApplicationContext parent)
public void setOrder(int order)
public int getOrder()
org.springframework.core.Ordered 内の getOrder public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext> 内の initialize Copyright © 2019 Pivotal Software, Inc.. All rights reserved.