Uses of Class
com.opensymphony.xwork2.conversion.impl.ConversionData
Packages that use ConversionData
-
Uses of ConversionData in com.opensymphony.xwork2
Methods in com.opensymphony.xwork2 that return types with arguments of type ConversionDataModifier and TypeMethodDescriptionActionContext.getConversionErrors()
Gets the map of conversion errors which occurred when executing the action.Method parameters in com.opensymphony.xwork2 with type arguments of type ConversionDataModifier and TypeMethodDescriptionActionContext.withConversionErrors
(Map<String, ConversionData> conversionErrors) Sets conversion errors which occurred when executing the action.