| java.lang.Object | |
| ↳ | com.google.code.javax.activation.MimeTypeParameterList |
A parameter list of a MimeType as defined in RFC 2045 and 2046. The Primary type of the object must already be stripped off.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | TSPECIALS | A string that holds all the special chars. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| parameters | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
Constructs a new MimeTypeParameterList with the passed in data.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the value associated with the given name, or null if there
is no current association.
| |||||||||||
Retrieve an enumeration of all the names in this list.
| |||||||||||
Determine whether or not this list is empty.
| |||||||||||
Remove any value associated with the given name.
| |||||||||||
Set the value to be associated with the given name, replacing
any previous association.
| |||||||||||
Return the number of name-value pairs in this list.
| |||||||||||
Return a string representation of this object.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
A routine for parsing the parameter list out of a String.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
A string that holds all the special chars.
Default constructor.
Constructs a new MimeTypeParameterList with the passed in data.
| parameterList | An RFC 2045, 2046 compliant parameter list. |
|---|
| MimeTypeParseException |
|---|
Retrieve the value associated with the given name, or null if there is no current association.
| name | The parameter name |
|---|
Retrieve an enumeration of all the names in this list.
Determine whether or not this list is empty.
Remove any value associated with the given name.
| name | The parameter name |
|---|
Set the value to be associated with the given name, replacing any previous association.
| name | The parameter name |
|---|---|
| value | The parameter's value |
Return the number of name-value pairs in this list.
Return a string representation of this object.
A routine for parsing the parameter list out of a String.
| parameterList | An RFC 2045, 2046 compliant parameter list. |
|---|
| MimeTypeParseException |
|---|