类 ApplicationContextSupport

java.lang.Object
cn.taketoday.context.aware.ApplicationContextSupport
所有已实现的接口:
Aware, ApplicationContextAware

public abstract class ApplicationContextSupport extends Object implements ApplicationContextAware
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. It saves the application context reference and provides an initialization callback method. Furthermore, it offers numerous convenience methods for message lookup.
从以下版本开始:
2019-12-21 15:45
作者:
TODAY