Java javax.mail.internet ContentDisposition fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.internet ContentDisposition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.internet ContentDisposition.

The text is from its open source code.

Constructor

ContentDisposition(String s)
Constructor that takes a ContentDisposition string.
ContentDisposition()
No-arg Constructor.

Method

StringgetDisposition()
Return the disposition value.
StringgetParameter(String name)
Return the specified parameter value.
ParameterListgetParameterList()
Return a ParameterList object that holds all the available parameters.
voidsetDisposition(String disposition)
Set the disposition.
voidsetParameter(String name, String value)
Set the specified parameter.
StringtoString()
Retrieve a RFC2045 style string representation of this ContentDisposition.