public class MultipartFormContentType extends java.lang.Object implements FormContentType
| Constructor and Description |
|---|
MultipartFormContentType()
Constructs a multipart token
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBoundary() |
java.lang.String |
getContentType()
Gets the content type for this writer.
|
public MultipartFormContentType()
public java.lang.String getContentType()
getContentType in interface FormContentTypepublic java.lang.String getBoundary()
Copyright © 2004-2014 Codehaus. All Rights Reserved.