程序包 cn.taketoday.context.aware


package cn.taketoday.context.aware
  • 说明
    Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
    Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.
    Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
     
    Interface to be implemented by any bean that wishes to be notified of the Environment that it runs in.
    Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.