| Package | Description |
|---|---|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| Modifier and Type | Method | Description |
|---|---|---|
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(java.lang.String disposition,
ParameterList list) |
Constructor.
|
ContentType(java.lang.String primaryType,
java.lang.String subType,
ParameterList list) |
Constructor.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.