public class BaseApplicationContextAware extends java.lang.Object implements ApplicationContextAware
Title: BaseApplicationContextAware.java
Description:
bboss workgroup
Copyright (c) 2007
| Modifier and Type | Field and Description |
|---|---|
protected BaseApplicationContext |
applicationContext |
| Constructor and Description |
|---|
BaseApplicationContextAware() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface ApplicationContextAwareapplicationContext - the ApplicationContext object to be used by this objectcom.frameworkset.spi.assemble.BeanInstanceException