Interface FormContentType
-
- All Known Implementing Classes:
MultipartFormContentType,UrlEncodedFormContentType
public interface FormContentTypeRepresents the content type and basic content of a form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()Map<String,String>getFormContents()voidsetFormContent(String key, String value)Sets a form content, repeating names (keys) will be overriden.
-