org.springmodules.validation.util.context
Class BasicContextAware
java.lang.Object
org.springmodules.validation.util.context.BasicContextAware
- All Implemented Interfaces:
- ContextAware
- Direct Known Subclasses:
- SimpleValangBased, SimpleValidationRuleElementHandlerRegistry
public class BasicContextAware
- extends java.lang.Object
- implements ContextAware
- Author:
- Uri Boness
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
applicationContext
protected ApplicationContext applicationContext
beanFactory
protected BeanFactory beanFactory
resourceLoader
protected ResourceLoader resourceLoader
messageSource
protected MessageSource messageSource
servletContext
protected ServletContext servletContext
applicationEventPublisher
protected ApplicationEventPublisher applicationEventPublisher
BasicContextAware
public BasicContextAware()
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Throws:
BeansException
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
- Throws:
BeansException
setResourceLoader
public void setResourceLoader(ResourceLoader resourceLoader)
setMessageSource
public void setMessageSource(MessageSource messageSource)
setServletContext
public void setServletContext(ServletContext servletContext)
setApplicationEventPublisher
public void setApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
initLifecycle
protected void initLifecycle(BasicContextAware object)
initLifecycle
protected void initLifecycle(java.lang.Object object)
Copyright © 2005. All Rights Reserved.