Class FormFieldsImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      FormFieldsImpl​()
      Instantiates a new form fields impl.
      FormFieldsImpl​(java.lang.String aHttpFormFields)
      Initializes the instance with the fields provided by the given HTTP Form-Fields (HTTP Query-String).
      FormFieldsImpl​(java.util.Map<java.lang.String,java.util.List<java.lang.String>> aHttpFields)
      Initializes the instance with the fields provided by the given Map.
    • Constructor Detail

      • FormFieldsImpl

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

        public FormFieldsImpl​(java.util.Map<java.lang.String,java.util.List<java.lang.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​(java.lang.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.