接口的使用
cn.taketoday.context.ApplicationEventPublisher
程序包
说明
Event System
-
cn.taketoday.context中ApplicationEventPublisher的使用
修饰符和类型接口说明interfaceCentral interface to provide configuration for an application.interfaceSPI interface to be implemented by most if not all application contexts. -
cn.taketoday.context.annotation中ApplicationEventPublisher的使用
修饰符和类型类说明classStandalone application context, accepting component classes as input — in particular@Configuration-annotated classes, but also plain@Componenttypes and JSR-330 compliant classes usingjakarta.injectannotations. -
cn.taketoday.context.aware中ApplicationEventPublisher的使用
修饰符和类型方法说明voidApplicationEventPublisherAware.setApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher) Set the ApplicationEventPublisher that this object runs in. -
cn.taketoday.context.event中ApplicationEventPublisher的使用
修饰符和类型方法说明voidEventPublicationInterceptor.setApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher) -
cn.taketoday.context.support中ApplicationEventPublisher的使用
修饰符和类型类说明classAbstract implementation of theApplicationContextinterface.classBase class forApplicationContextimplementations which are supposed to support multiple calls toAbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.classAbstractRefreshableApplicationContextsubclass that adds common handling of specified config locations.classConvenient base class forApplicationContextimplementations, drawing configuration from XML documents containing bean definitions understood by anXmlBeanDefinitionReader.classStandalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.classStandalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.classGeneric ApplicationContext implementation that holds a single internalStandardBeanFactoryinstance and does not assume a specific bean definition format.classConvenient application context with built-in XML support.classStandardApplicationContextlike Spring's AnnotationConfigApplicationContextclassApplicationContextimplementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.