Example usage for Java javax.mail.internet ContentDisposition fields, constructors, methods, implement or subclass
The text is from its open source code.
ContentDisposition(String s) Constructor that takes a ContentDisposition string. | |
ContentDisposition() No-arg Constructor. |
String | getDisposition() Return the disposition value. |
String | getParameter(String name) Return the specified parameter value. |
ParameterList | getParameterList() Return a ParameterList object that holds all the available parameters. |
void | setDisposition(String disposition) Set the disposition. |
void | setParameter(String name, String value) Set the specified parameter. |
String | toString() Retrieve a RFC2045 style string representation of this ContentDisposition. |