Java javax.activation MimeTypeParameterList fields, constructors, methods, implement or subclass

Example usage for Java javax.activation MimeTypeParameterList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.activation MimeTypeParameterList.

The text is from its open source code.

Constructor

MimeTypeParameterList(String parameterList)
Constructs a new MimeTypeParameterList with the passed in data.

Method

Stringget(String name)
Retrieve the value associated with the given name, or null if there is no current association.
EnumerationgetNames()
Retrieve an enumeration of all the names in this list.