Deprecated API


Contents
Deprecated Interfaces
com.opensymphony.xwork.interceptor.component.ComponentManager
          XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info. 
 

Deprecated Classes
com.opensymphony.xwork.interceptor.component.ComponentInterceptor
          WebWork's IoC has been deprecated, please use an alternative such as Spring. 
com.opensymphony.xwork.interceptor.component.DefaultComponentManager
          XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info. 
com.opensymphony.xwork.util.XWorkList
          Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed. 
com.opensymphony.xwork.util.XWorkMap
          Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed. 
 

Deprecated Methods
com.opensymphony.xwork.ActionSupport.getErrorMessages()
          Use ActionSupport.getActionErrors(). 
com.opensymphony.xwork.ActionSupport.getErrors()
          Use ActionSupport.getFieldErrors(). 
 


XWork Project Page