Uses of Class
org.apache.struts2.conversion.impl.ConversionData
Packages that use ConversionData
-
Uses of ConversionData in org.apache.struts2
Methods in org.apache.struts2 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 org.apache.struts2 with type arguments of type ConversionDataModifier and TypeMethodDescriptionActionContext.withConversionErrors
(Map<String, ConversionData> conversionErrors) Sets conversion errors which occurred when executing the action.