| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springmodules.validation.util.context.BasicContextAware
public class BasicContextAware
| Field Summary | |
|---|---|
protected  ApplicationContext | 
applicationContext
 | 
protected  ApplicationEventPublisher | 
applicationEventPublisher
 | 
protected  BeanFactory | 
beanFactory
 | 
protected  MessageSource | 
messageSource
 | 
protected  ResourceLoader | 
resourceLoader
 | 
| Constructor Summary | |
|---|---|
BasicContextAware()
 | 
|
| Method Summary | |
|---|---|
protected  void | 
initLifecycle(BasicContextAware object)
 | 
protected  void | 
initLifecycle(Object object)
 | 
 void | 
setApplicationContext(ApplicationContext applicationContext)
Implementation of ApplicationContextAware. | 
 void | 
setApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
Implementation of ApplicationEventPublisherAware. | 
 void | 
setBeanFactory(BeanFactory beanFactory)
Implementation of BeanFactoryAware. | 
 void | 
setMessageSource(MessageSource messageSource)
Implementation of MessageSourceAware. | 
 void | 
setResourceLoader(ResourceLoader resourceLoader)
Implementation of ResourceLoaderAware. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected ApplicationContext applicationContext
protected BeanFactory beanFactory
protected ResourceLoader resourceLoader
protected MessageSource messageSource
protected ApplicationEventPublisher applicationEventPublisher
| Constructor Detail | 
|---|
public BasicContextAware()
| Method Detail | 
|---|
public void setBeanFactory(BeanFactory beanFactory)
                    throws BeansException
BeanFactoryAware.
setBeanFactory in interface BeanFactoryAwareBeansException
public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
ApplicationContextAware.
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic void setResourceLoader(ResourceLoader resourceLoader)
ResourceLoaderAware.
setResourceLoader in interface ResourceLoaderAwarepublic void setMessageSource(MessageSource messageSource)
MessageSourceAware.
setMessageSource in interface MessageSourceAwarepublic void setApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
ApplicationEventPublisherAware.
setApplicationEventPublisher in interface ApplicationEventPublisherAwareprotected void initLifecycle(BasicContextAware object)
protected void initLifecycle(Object object)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||