public class MimeTypeParameterList extends Object
| Constructor and Description |
|---|
MimeTypeParameterList() |
MimeTypeParameterList(String parameterList) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String name) |
Enumeration |
getNames() |
boolean |
isEmpty() |
protected void |
parse(String parameterList) |
void |
remove(String name) |
void |
set(String name,
String value) |
int |
size() |
String |
toString()
String representation of this parameter list.
|
public MimeTypeParameterList()
public MimeTypeParameterList(String parameterList) throws MimeTypeParseException
MimeTypeParseExceptionprotected void parse(String parameterList) throws MimeTypeParseException
MimeTypeParseExceptionpublic int size()
public boolean isEmpty()
public void remove(String name)
public Enumeration getNames()
Copyright © 2013. All Rights Reserved.