org.springmodules.validation.util.context
Interface ContextAware

All Superinterfaces:
ApplicationContextAware, ApplicationEventPublisherAware, BeanFactoryAware, MessageSourceAware, ResourceLoaderAware
All Known Implementing Classes:
BasicContextAware, DefaultValidationRuleElementHandlerRegistry, SimpleValidationRuleElementHandlerRegistry

public interface ContextAware
extends ApplicationContextAware, BeanFactoryAware, ResourceLoaderAware, MessageSourceAware, ApplicationEventPublisherAware

Author:
Uri Boness

Method Summary
 
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
 
Methods inherited from interface org.springframework.beans.factory.BeanFactoryAware
setBeanFactory
 
Methods inherited from interface org.springframework.context.ResourceLoaderAware
setResourceLoader
 
Methods inherited from interface org.springframework.context.MessageSourceAware
setMessageSource
 
Methods inherited from interface org.springframework.context.ApplicationEventPublisherAware
setApplicationEventPublisher
 



Copyright © 2009. All Rights Reserved.