Package org.opencms.ugc
Interface I_CmsFormDataHandler
public interface I_CmsFormDataHandler
Interface for classes which want to process data submitted by form posts.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleFormData
(Map<String, I_CmsFormDataItem> item) Processes the map of form data.
-
Method Details
-
handleFormData
Processes the map of form data.- Parameters:
item
- a map with the form field names as keys and the corresponding data items as valus- Throws:
Exception
- if something goes wrong
-