Class EditMeetingFormProcessor

All Implemented Interfaces:
ObjectFormProcessor

public class EditMeetingFormProcessor extends DefaultEditFormProcessor
A form processor that generically updates one or more Workable objects in the database from the form data submitted in an HTML wizard.

This class should only be used for updating objects that implement wt.vc.wip.Workable. Use DefaultEditFormProcessor for Workable objects.

Supported API: true

Extendable: true