Spring 常见 Aware 接口

BeanFactoryAware

让 Bean 获取配置它们的 BeanFactory 的引用

 

BeanNameAware

让 Bean 获取自己在 BeanFactory 配置中的 Name

 

ApplicationContextAware

让 Bean 获取 ApplicationContext 上下文对象

 

EmbeddedValueResolverAware

让 Bean 获取配置文件内容(解析配置文件,@Value 功能类似)

 

MessageSourceAware

对 MessageSource 的一个包装,处理国际化

上一篇:3D Photography using Context-aware Layered Depth Inpainting-论文主要内容翻译


下一篇:论文阅读--Context-aware Synthesis for Video Frame Interpolation