spring-webmvc

Deprecated API


Contents
Deprecated Classes
org.springframework.web.servlet.mvc.AbstractCommandController
          as of Spring 3.0, in favor of annotated controllers 
org.springframework.web.servlet.mvc.AbstractFormController
          as of Spring 3.0, in favor of annotated controllers 
org.springframework.web.servlet.mvc.AbstractWizardFormController
          as of Spring 3.0, in favor of annotated controllers 
org.springframework.web.servlet.view.xslt.AbstractXsltView
          since Spring 2.5; superseded by XsltView and its more flexible XsltView.locateSource(java.util.Map) mechanism 
org.springframework.web.servlet.mvc.BaseCommandController
          as of Spring 3.0, in favor of annotated controllers 
org.springframework.web.servlet.mvc.CancellableFormController
          as of Spring 3.0, in favor of annotated controllers 
org.springframework.web.servlet.mvc.SimpleFormController
          as of Spring 3.0, in favor of annotated controllers 
 

Deprecated Fields
org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag.COMMAND_NAME_VARIABLE_NAME
          as of Spring 2.5, in favor of FormTag.MODEL_ATTRIBUTE_VARIABLE_NAME 
 

Deprecated Methods
org.springframework.web.servlet.DispatcherServlet.getHandler(HttpServletRequest, boolean)
          as of Spring 3.0.4, in favor of DispatcherServlet.getHandler(javax.servlet.http.HttpServletRequest), with this method's cache attribute now effectively getting ignored 
org.springframework.web.servlet.view.json.MappingJackson2JsonView.getRenderedAttributes()
          use MappingJackson2JsonView.getModelKeys() instead 
org.springframework.web.servlet.view.json.MappingJacksonJsonView.getRenderedAttributes()
          use MappingJacksonJsonView.getModelKeys() instead 
org.springframework.web.servlet.view.json.MappingJackson2JsonView.setRenderedAttributes(Set)
          use MappingJackson2JsonView.setModelKeys(Set) instead 
org.springframework.web.servlet.view.json.MappingJacksonJsonView.setRenderedAttributes(Set)
          use MappingJacksonJsonView.setModelKeys(Set) instead 
org.springframework.web.servlet.mvc.BaseCommandController.suppressValidation(HttpServletRequest)
          as of Spring 2.0.4, in favor of the BaseCommandController.suppressValidation(HttpServletRequest, Object) variant 
 


spring-webmvc