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. 
com.opensymphony.xwork.interceptor.component.Disposable
          WebWork's IoC has been deprecated, please use an alternative such as Spring. 
com.opensymphony.xwork.interceptor.component.Initializable
          WebWork's IoC has been deprecated, please use an alternative such as Spring. 
com.opensymphony.xwork.interceptor.component.ResourceAware
          WebWork's IoC has been deprecated, please use an alternative such as Spring. 
 

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.MockActionInvocation
          Please use @see com.opensymphony.xwork.mock.MockActionInvocation instead 
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(). 
com.opensymphony.xwork.XworkException.getThrowable()
          Use getCause() 
com.opensymphony.xwork.validator.ValidatorFileParser.parseValidatorDefinitions(InputStream)
          Use parseValidatorDefinitions(InputStream, String) 
 


XWork Project Page