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