Class FormData

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<FormItem>>
dev.voidframework.web.http.FormData
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<FormItem>>

public final class FormData extends HashMap<String,List<FormItem>>
Data extracted from the body content.
See Also:
  • Constructor Details

    • FormData

      public FormData()
  • Method Details

    • getFirst

      public FormItem getFirst(String name)
      Retrieves the first form item associated to the given name.
      Parameters:
      name - The item name
      Returns:
      The form item, otherwise, null