Package info.magnolia.module.form.engine

Interface Summary
EndView View interface implemented by views returned on submission that leaves the form.
FormDataBinder Performs binding and validation of submitted values.
View A view as returned from FormEngine.
 

Class Summary
FormEngine Implements a rendering and form submission algorithm that keeps state in session for multiple pages.
FormField Binding and validation result for a field.
FormState State of an ongoing form execution.
FormStateUtil Utility class for storing FormState in session and getting the form state token from a request.
FormStepState Binding and validation state for a step.
RedirectView Simple redirect view.
RedirectWithTokenAndParametersView Used to redirect to a page with the form state token and all url parameters, effectively continuing the form on another page.
RedirectWithTokenView Used to redirect to a page with the form state token, effectively continuing the form on another page.
 

Exception Summary
FormStateTokenMissingException Thrown when there's no form state token available in the request.
NoSuchFormStateException Thrown when an attempt is made to get form state from session that does not exist.
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.