Uses of Class
name.matthewgreet.strutscommons.form.ManualParameterConversionResult
Packages that use ManualParameterConversionResult
Package
Description
Template classes and supporting interfaces for holding user submitted forms.
-
Uses of ManualParameterConversionResult in name.matthewgreet.strutscommons.form
Methods in name.matthewgreet.strutscommons.form that return ManualParameterConversionResultModifier and TypeMethodDescriptionAbstractForm.manualParameterConvert(Map<String, String> unprocessedParameters, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Sets, converts and validates form fields from unprocessed request parameters, writes any error messages, and returns the names of successfully processed parameters and unsuccessfully processed parameters.Form.manualParameterConvert(Map<String, String> unprocessedParameters, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Sets, converts and validates form fields from unprocessed request parameters, writes any error messages, and returns the names of successfully processed parameters and unsuccessfully processed parameters.