Interface FormContentType

    • Method Detail

      • getContentType

        String getContentType()
        Returns:
        the content type of a form
      • setFormContent

        void setFormContent​(String key,
                            String value)
        Sets a form content, repeating names (keys) will be overriden.
        Parameters:
        key - The key name
        value - The value string for the specified key
      • getFormContents

        Map<String,​String> getFormContents()
        Returns:
        the form contents map