public class BaseApplicationContextAware extends java.lang.Object implements ApplicationContextAware
Title: BaseApplicationContextAware.java
Description:
bboss workgroup
Copyright (c) 2007
| 限定符和类型 | 字段和说明 |
|---|---|
protected BaseApplicationContext |
applicationContext |
| 构造器和说明 |
|---|
BaseApplicationContextAware() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setApplicationContext(BaseApplicationContext applicationContext)
Set the ApplicationContext that this object runs in.
|
protected BaseApplicationContext applicationContext
public void setApplicationContext(BaseApplicationContext applicationContext) throws com.frameworkset.spi.assemble.BeanInstanceException
ApplicationContextAwareInvoked after population of normal bean properties but before an init callback such
as InitializingBean.afterPropertiesSet()
or a custom init-method. Invoked after ResourceLoaderAware.setResourceLoader(org.frameworkset.util.io.ResourceLoader),
ApplicationEventPublisherAware#setApplicationEventPublisher and
MessageSourceAware, if applicable.
setApplicationContext 在接口中 ApplicationContextAwareapplicationContext - the ApplicationContext object to be used by this objectcom.frameworkset.spi.assemble.BeanInstanceException