|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.springframework.web.bind.BindInitializer
since Spring 1.2.7: prefer direct ServletRequestDataBinder usage, potentially in combination with a PropertyEditorRegistrar |
|
org.springframework.beans.factory.xml.XmlBeanDefinitionParser
as of Spring 2.0: superseded by BeanDefinitionDocumentReader |
Deprecated Classes | |
---|---|
org.springframework.aop.framework.AdvisorChainFactoryUtils
as of Spring 2.0.3, in favor of DefaultAdvisorChainFactory .
This utility class will be removed in Spring 2.1. |
|
org.springframework.web.bind.BindUtils
since Spring 1.2.7: prefer direct ServletRequestDataBinder usage, potentially in combination with a PropertyEditorRegistrar |
|
org.springframework.context.event.ConsoleListener
since Spring 1.2.7: doesn't serve any purpose |
|
org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
since 2.0, in favor of using DefaultPointcutAdvisor
with a runtime DynamicMethodMatcherPointcut |
|
org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
as of Spring 2.0.3, in favor of AdvisedSupport 's
built-in caching. This class will be removed in Spring 2.1. |
|
org.springframework.web.bind.RequestUtils
since Spring 2.0: use ServletRequestUtils instead |
Deprecated Fields | |
---|---|
org.springframework.core.task.SimpleAsyncTaskExecutor.DEFAULT_THREAD_NAME_PREFIX
as of Spring 2.0.3, since the default thread name prefix is now taken from the concrete class (could be a subclass) |
|
org.springframework.validation.BindException.ERROR_KEY_PREFIX
in favor of BindingResult.MODEL_KEY_PREFIX |
|
org.springframework.web.util.UrlPathHelper.INCLUDE_CONTEXT_PATH_REQUEST_ATTRIBUTE
as of Spring 2.0, in favor of WebUtils.INCLUDE_CONTEXT_PATH_ATTRIBUTE |
|
org.springframework.web.util.UrlPathHelper.INCLUDE_SERVLET_PATH_REQUEST_ATTRIBUTE
as of Spring 2.0, in favor of WebUtils.INCLUDE_SERVLET_PATH_ATTRIBUTE |
|
org.springframework.web.util.UrlPathHelper.INCLUDE_URI_REQUEST_ATTRIBUTE
as of Spring 2.0, in favor of WebUtils.INCLUDE_REQUEST_URI_ATTRIBUTE |
Deprecated Constructors | |
---|---|
org.springframework.beans.factory.BeanDefinitionStoreException(Resource, String, String)
as of Spring 2.0, in favor of the constructor variant with a resource description argument |
|
org.springframework.beans.factory.BeanDefinitionStoreException(Resource, String, String, Throwable)
as of Spring 2.0, in favor of the constructor variant with a resource description argument |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |