public class MultipartContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BOUNDARY_ATTR |
static String |
START_ATTR |
static String |
START_INFO_ATTR |
static String |
TYPE_ATTR |
Constructor and Description |
---|
MultipartContext(String boundary,
String contentType,
Map<String,String> contentTypeAttributes) |
Modifier and Type | Method and Description |
---|---|
String |
getBoundary()
Get the multipart boundary string.
|
String |
getContentType()
Returns complete multipart's content-type.
|
Map<String,String> |
getContentTypeAttributes()
Returns non-modifiable map, which contains multipart's content-type attributes.
|
public static final String START_ATTR
public static final String START_INFO_ATTR
public static final String TYPE_ATTR
public static final String BOUNDARY_ATTR
Copyright © 2015 Oracle Corporation. All rights reserved.