Deprecated API


Contents
Deprecated Classes
com.opensymphony.xwork2.util.AnnotationXWorkConverter
          Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations. 
com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
          Use DefaultObjectTypeDeterminer instead. Since XWork 2.0.4 the DefaultObjectTypeDeterminer handles the annotation processing. 
com.opensymphony.xwork2.MockActionInvocation
          Please use @see com.opensymphony.xwork2.mock.MockActionInvocation instead 
com.opensymphony.xwork2.util.XWorkList
          Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed. 
com.opensymphony.xwork2.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.xwork2.ActionSupport.getErrorMessages()
          Use ActionSupport.getActionErrors(). 
com.opensymphony.xwork2.ActionSupport.getErrors()
          Use ActionSupport.getFieldErrors(). 
com.opensymphony.xwork2.XWorkException.getThrowable()
          Use getCause() 
com.opensymphony.xwork2.validator.ValidatorFactory.getValidator(ValidatorConfig)
            
com.opensymphony.xwork2.validator.ValidatorFileParser.parseValidatorDefinitions(InputStream)
          Use parseValidatorDefinitions(InputStream, String) 
com.opensymphony.xwork2.validator.ValidatorFileParser.parseValidatorDefinitions(InputStream, String)
            
 



Copyright © 2007 OpenSymphony. All Rights Reserved.