| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.packaging.mime.internet |
| Modifier and Type | Method | Description |
|---|---|---|
ParameterList |
ParameterList.copy() |
|
ParameterList |
ContentDisposition.getParameterList() |
Return a ParameterList object that holds all the available
parameters.
|
ParameterList |
ContentType.getParameterList() |
Return a ParameterList object that holds all the available
parameters.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContentDisposition.setParameterList(ParameterList list) |
Set a new ParameterList.
|
void |
ContentType.setParameterList(ParameterList list) |
Set a new ParameterList.
|
| Constructor | Description |
|---|---|
ContentDisposition(String disposition,
ParameterList list) |
Constructor.
|
ContentType(String primaryType,
String subType,
ParameterList list) |
Constructor.
|
Copyright © 2018 Oracle. All rights reserved.