javax.activation
public class ActivationDataFlavor extends DataFlavor
| Constructor Summary | |
|---|---|
| ActivationDataFlavor(Class representationClass, String mimeType, String humanPresentableName)
Constructor. | |
| ActivationDataFlavor(Class representationClass, String humanPresentableName)
Constructor. | |
| ActivationDataFlavor(String mimeType, String humanPresentableName)
Constructor. | |
| Method Summary | |
|---|---|
| boolean | equals(DataFlavor dataFlavor) |
| String | getHumanPresentableName() |
| String | getMimeType() |
| Class | getRepresentationClass() |
| boolean | isMimeTypeEqual(String mimeType) |
| protected String | normalizeMimeType(String mimeType) |
| protected String | normalizeMimeTypeParameter(String parameterName, String parameterValue) |
| void | setHumanPresentableName(String humanPresentableName) |
Parameters: representationClass the representation class mimeType the MIME type of the data humanPresentableName the human-presentable name of the data flavor
Parameters: representationClass the representation class humanPresentableName the human-presentable name of the data flavor
Parameters: mimeType the MIME type of the data humanPresentableName the human-presentable name of the data flavor