Package uk.co.lakesidetech.springframework.web.servlet.mvc.multiaction

Class Summary
SimpleMultiActionFormController The SimpleMultiActionFormController provides a multiple form processing action similar to MultiActionController for form processing allowing a concrete class to benefit from the binding and error handling capabilties of the FormController but execute different submission actions.
SubmitParameterPropertiesMethodNameResolver The SubmitParameterPropertiesMethodNameResolver trys to resolve the method name to called based on the value of the submit parameter used in the form submission.