Package | Description |
---|---|
javax.mail.internet |
Classes modelling Internet mail systems.
|
Modifier and Type | Method and Description |
---|---|
ParameterList |
ContentType.getParameterList()
Returns the parameters.
|
ParameterList |
ContentDisposition.getParameterList()
Returns the parameters, or
null if there are no
parameters. |
Modifier and Type | Method and Description |
---|---|
void |
ContentType.setParameterList(ParameterList list)
Sets the parameters.
|
void |
ContentDisposition.setParameterList(ParameterList list)
Sets the parameters.
|
Constructor and Description |
---|
ContentDisposition(String disposition,
ParameterList list)
Constructor.
|
ContentType(String primaryType,
String subType,
ParameterList list)
Constructor.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved