Spring Web Flow

Deprecated API


Contents
Deprecated Classes
org.springframework.binding.collection.CompositeIterator
          in favor of CompositeIterator 
org.springframework.faces.webflow.Jsf2FlowResourceResolver
          Use FlowResourceResolver 
org.springframework.binding.expression.ognl.OgnlExpressionParser
          in favor of Spring EL, see SpringELExpressionParser 
org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler
          In favor of org.springframework.faces.webflow.context.portlet.PortletViewHandler 
org.springframework.js.resource.ResourceServlet
          Deprecated in favor of the new resource handling mechanism available in Spring 3.0.4. See the documentation on the custom mvc namespace, specifically the new resources element. 
org.springframework.js.ajax.SpringJavascriptAjaxHandler
          as of version 2.4 Spring.js is deprecated 
org.springframework.webflow.expression.WebFlowOgnlExpressionParser
          in favor of Spring EL, see WebFlowSpringELExpressionParser 
 

Deprecated Fields
org.springframework.faces.webflow.JsfRuntimeInformation.JSF_11
          As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement 
org.springframework.faces.webflow.JsfRuntimeInformation.JSF_12
          As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement 
 

Deprecated Methods
org.springframework.binding.convert.service.GenericConversionService.addConverter(String, Converter)
          use GenericConversionService.addConverter(Converter) instead or better yet use Spring 3 type conversion and formatting options (see Spring Documentation). 
org.springframework.faces.support.ResponseStateManagerWrapper.getComponentStateToRestore(FacesContext)
           
org.springframework.faces.support.ResponseStateManagerWrapper.getTreeStructureToRestore(FacesContext, String)
           
org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf12()
          As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement 
org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf20()
          As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement 
org.springframework.faces.webflow.JsfRuntimeInformation.isLessThanJsf20()
          As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement 
org.springframework.faces.webflow.MyFacesFlowResponseStateManager.writeState(FacesContext, StateManager.SerializedView)
           
org.springframework.faces.support.ResponseStateManagerWrapper.writeState(FacesContext, StateManager.SerializedView)
           
 


Spring Web Flow