Package org.codehaus.cargo.tools.daemon
Interface FormContentType
-
- All Known Implementing Classes:
MultipartFormContentType,UrlEncodedFormContentType
public interface FormContentTypeRepresents the content type of a form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()
-
-
-
Method Detail
-
getContentType
String getContentType()
- Returns:
- the content type of a form
-
-