public interface I_CmsFormDataHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleFormData(java.util.Map<java.lang.String,I_CmsFormDataItem> item)
Processes the map of form data.
|
void handleFormData(java.util.Map<java.lang.String,I_CmsFormDataItem> item) throws java.lang.Exception
item - a map with the form field names as keys and the corresponding data items as valusjava.lang.Exception - if something goes wrong