spring-context

Deprecated API


Contents
Deprecated Classes
org.springframework.scheduling.timer.DelegatingTimerTask
          as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService 
org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
          as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService 
org.springframework.scheduling.timer.ScheduledTimerTask
          as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService 
org.springframework.scheduling.timer.TimerFactoryBean
          as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService 
org.springframework.scheduling.timer.TimerTaskExecutor
          as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService 
 

Deprecated Fields
org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser.ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME
          as of Spring 3.1 in favor of AnnotationConfigUtils.ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME 
org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser.ASYNC_EXECUTION_ASPECT_BEAN_NAME
          as of Spring 3.1 in favor of AnnotationConfigUtils.ASYNC_EXECUTION_ASPECT_BEAN_NAME 
org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser.SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
          as of Spring 3.1 in favor of AnnotationConfigUtils.SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME 
 

Deprecated Methods
org.springframework.ui.ModelMap.addAllObjects(Collection)
          as of Spring 2.5, in favor of ModelMap.addAllAttributes(Collection) 
org.springframework.ui.ModelMap.addAllObjects(Map)
          as of Spring 2.5, in favor of ModelMap.addAllAttributes(Map) 
org.springframework.context.support.AbstractApplicationContext.addListener(ApplicationListener)
          as of Spring 3.0, in favor of AbstractApplicationContext.addApplicationListener(org.springframework.context.ApplicationListener) 
org.springframework.ui.ModelMap.addObject(Object)
          as of Spring 2.5, in favor of ModelMap.addAttribute(Object) 
org.springframework.ui.ModelMap.addObject(String, Object)
          as of Spring 2.5, in favor of ModelMap.addAttribute(String, Object) 
org.springframework.remoting.rmi.RmiClientInterceptorUtils.doInvoke(MethodInvocation, Remote)
          as of Spring 2.5, in favor of RmiClientInterceptorUtils.invokeRemoteMethod(org.aopalliance.intercept.MethodInvocation, java.lang.Object) 
org.springframework.validation.DataBinder.getErrors()
          in favor of DataBinder.getBindingResult(). Use the BindException.BindException(BindingResult) constructor to create a BindException instance if still needed. 
org.springframework.format.support.FormattingConversionServiceFactoryBean.installFormatters(FormatterRegistry)
          since Spring 3.1 in favor of FormattingConversionServiceFactoryBean.setFormatterRegistrars(Set) 
org.springframework.remoting.rmi.RmiClientInterceptorUtils.invoke(MethodInvocation, Remote, String)
          as of Spring 2.5, in favor of RmiClientInterceptorUtils.invokeRemoteMethod(org.aopalliance.intercept.MethodInvocation, java.lang.Object) 
org.springframework.context.support.PropertySourcesPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory, Properties)
          in favor of PropertySourcesPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory, ConfigurablePropertyResolver) 
 


spring-context