Interface I_CmsFormDataHandler


  • public interface I_CmsFormDataHandler
    Interface for classes which want to process data submitted by form posts.

    • Method Detail

      • handleFormData

        void handleFormData​(java.util.Map<java.lang.String,​I_CmsFormDataItem> item)
                     throws java.lang.Exception
        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:
        java.lang.Exception - if something goes wrong