|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 BeanFactoryAware
BeansException
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
ApplicationContextAware
.
setApplicationContext
in interface ApplicationContextAware
BeansException
public void setResourceLoader(ResourceLoader resourceLoader)
ResourceLoaderAware
.
setResourceLoader
in interface ResourceLoaderAware
public void setMessageSource(MessageSource messageSource)
MessageSourceAware
.
setMessageSource
in interface MessageSourceAware
public void setApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
ApplicationEventPublisherAware
.
setApplicationEventPublisher
in interface ApplicationEventPublisherAware
protected 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 |