public interface FormProcessProvider
FormProcessProvider is used to handle
the submitted data. It can write to a database, send an email or whatever else you want to do with the form data.
FormDataBinder for binding Form parameters to a target object.FormDataBinder| Modifier and Type | Method and Description |
|---|---|
void |
onFormSuccess(Environment environment,
Site site,
Application application,
Writer writer,
Form form,
Map<String,Object> properties)
This method is being called after a Form has been successfully submitted.
|
void onFormSuccess(Environment environment, Site site, Application application, Writer writer, Form form, Map<String,Object> properties)
environment - the current Environmentsite - the current Siteapplication - the current Applicationwriter - the Writer of the calling JSP-page to write the response toform - the Form that was submittedproperties - the properties which where used to configure the formCopyright © 2011–2018 aiticon GmbH. All rights reserved.