类 DubboApplicationListenerRegistrar
- java.lang.Object
-
- org.apache.dubbo.config.spring.context.DubboApplicationListenerRegistrar
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DubboApplicationListenerRegistrar extends Object implements org.springframework.context.ApplicationContextAware
DubboApplicationListenersRegistrar- 从以下版本开始:
- 2.7.9
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringBEAN_NAMEThe bean name ofDubboApplicationListenerRegistrar
-
构造器概要
构造器 构造器 说明 DubboApplicationListenerRegistrar()
-
-
-
字段详细资料
-
BEAN_NAME
public static final String BEAN_NAME
The bean name ofDubboApplicationListenerRegistrar- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
-