Class FormFieldsImpl

    • Constructor Detail

      • FormFieldsImpl

        public FormFieldsImpl​()
        Instantiates a new form fields impl.
      • FormFieldsImpl

        public FormFieldsImpl​(Map<String,List<String>> aHttpFields)
        Initializes the instance with the fields provided by the given Map.
        Parameters:
        aHttpFields - The Map from which to get the keys and values for initializing this instance.
      • FormFieldsImpl

        public FormFieldsImpl​(String aHttpFormFields)
        Initializes the instance with the fields provided by the given HTTP Form-Fields (HTTP Query-String).
        Parameters:
        aHttpFormFields - The String from which to parse the keys and values for initializing this instance.