Package org.codehaus.cargo.tools.daemon
Class UrlEncodedFormContentType
- java.lang.Object
-
- org.codehaus.cargo.tools.daemon.UrlEncodedFormContentType
-
- All Implemented Interfaces:
FormContentType
public class UrlEncodedFormContentType extends Object implements FormContentType
Represents the content type for an url encoded form.
-
-
Constructor Summary
Constructors Constructor Description UrlEncodedFormContentType()
-
-
-
Method Detail
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceFormContentType- Returns:
- the content type of a form
-
-