- get(String) - Method in class javax.activation.MimeTypeParameterList
-
Returns the value for the specified parameter name.
- getAllCommands(String) - Method in class javax.activation.CommandMap
-
Returns the complete list of commands for a MIME type.
- getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands() - Method in class javax.activation.DataHandler
-
Returns the complete list of commands for this type of data.
- getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Returns all commands for the given MIME type.
- getBaseType() - Method in class javax.activation.MimeType
-
Returns the string representation of this MIME type without
parameters.
- getBean(CommandInfo) - Method in class javax.activation.DataHandler
-
Returns the instantiated bean using the specified command.
- getCommand(String, String) - Method in class javax.activation.CommandMap
-
Returns the command corresponding to the specified MIME type and
command name.
- getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommand(String) - Method in class javax.activation.DataHandler
-
Returns the specified command.
- getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
-
Returns the command with the specified name for the given MIME type.
- getCommandClass() - Method in class javax.activation.CommandInfo
-
Returns the command class name.
- getCommandName() - Method in class javax.activation.CommandInfo
-
Returns the command verb.
- getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
-
Returns the instantiated bean.
- getContent(DataSource) - Method in interface javax.activation.DataContentHandler
-
Returns an object representing the data in its most preferred form.
- getContent() - Method in class javax.activation.DataHandler
-
Returns the data as a reified object.
- getContentType() - Method in class javax.activation.DataHandler
-
Returns the MIME type of the data (with parameters).
- getContentType() - Method in interface javax.activation.DataSource
-
Returns the MIME content type of the data.
- getContentType() - Method in class javax.activation.FileDataSource
-
- getContentType(File) - Method in class javax.activation.FileTypeMap
-
Returns the content type of the specified file.
- getContentType(String) - Method in class javax.activation.FileTypeMap
-
Returns the content type of the specified file path.
- getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
-
Returns the MIME content type of the file.
- getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
-
Returns the MIME type based on the given filename.
- getContentType() - Method in class javax.activation.URLDataSource
-
Returns the Content-Type header for the URL.
- getDataSource() - Method in class javax.activation.DataHandler
-
Returns the data source from which data is read.
- getDefaultCommandMap() - Static method in class javax.activation.CommandMap
-
Returns the default command map.
- getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
-
Returns the system default file type map.
- getFile() - Method in class javax.activation.FileDataSource
-
Returns the underlying file.
- getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
-
- getInputStream() - Method in class javax.activation.DataHandler
-
Returns an input stream from which the data can be read.
- getInputStream() - Method in interface javax.activation.DataSource
-
Returns an input stream from which the data can be read.
- getInputStream() - Method in class javax.activation.FileDataSource
-
- getInputStream() - Method in class javax.activation.URLDataSource
-
- getMimeType() - Method in class javax.activation.ActivationDataFlavor
-
- getMimeTypes() - Method in class javax.activation.CommandMap
-
Get all the MIME types known to this command map.
- getName() - Method in class javax.activation.DataHandler
-
Returns the name of the data object if created with a DataSource.
- getName() - Method in interface javax.activation.DataSource
-
Returns the underlying name of this object.
- getName() - Method in class javax.activation.FileDataSource
-
- getName() - Method in class javax.activation.URLDataSource
-
Returns the result of getFile
of the underlying URL.
- getNames() - Method in class javax.activation.MimeTypeParameterList
-
Returns an enumeration of all the parameter names.
- getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Get the native commands for the given MIME type.
- getOutputStream() - Method in class javax.activation.DataHandler
-
Returns an output stream that can be used to overwrite the underlying
data, if the DataSource constructor was used.
- getOutputStream() - Method in interface javax.activation.DataSource
-
Returns an output stream to which the data can be written.
- getOutputStream() - Method in class javax.activation.FileDataSource
-
- getOutputStream() - Method in class javax.activation.URLDataSource
-
- getParameter(String) - Method in class javax.activation.MimeType
-
Returns the parameter value for the specified name.
- getParameters() - Method in class javax.activation.MimeType
-
Returns the MIME parameters.
- getPreferredCommands(String) - Method in class javax.activation.CommandMap
-
Returns the list of preferred commands for a MIME type.
- getPreferredCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPreferredCommands() - Method in class javax.activation.DataHandler
-
Returns the preferred commands for this type of data.
- getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Returns the list of preferred commands for a given MIME type.
- getPrimaryType() - Method in class javax.activation.MimeType
-
Returns the primary type.
- getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
-
- getSubType() - Method in class javax.activation.MimeType
-
Returns the subtype.
- getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
-
Returns an object representing the data to be transferred.
- getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
-
Returns an object representing the data to be transferred.
- getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
-
Returns a list of the flavors that data can be provided in, ordered
by preference.
- getTransferDataFlavors() - Method in class javax.activation.DataHandler
-
Returns the data flavors in which this data is available.
- getURL() - Method in class javax.activation.URLDataSource
-
Returns the underlying URL.
- MailcapCommandMap - Class in javax.activation
-
Implementation of a command map using a mailcap
file (RFC
1524).
- MailcapCommandMap() - Constructor for class javax.activation.MailcapCommandMap
-
Default constructor.
- MailcapCommandMap(String) - Constructor for class javax.activation.MailcapCommandMap
-
Constructor specifying a filename.
- MailcapCommandMap(InputStream) - Constructor for class javax.activation.MailcapCommandMap
-
Constructor specifying an input stream.
- match(MimeType) - Method in class javax.activation.MimeType
-
Returns true if the primary and subtype of this MIME type are the
same as in the given MIME type.
- match(String) - Method in class javax.activation.MimeType
-
Returns true if the primary and subtype of this MIME type are the
same as in the given MIME type string.
- MimeType - Class in javax.activation
-
A MIME content type, as defined in RFCs 2045 and 2046.
- MimeType() - Constructor for class javax.activation.MimeType
-
Constructor for an application/*
content type.
- MimeType(String) - Constructor for class javax.activation.MimeType
-
Constructor that parses a raw String.
- MimeType(String, String) - Constructor for class javax.activation.MimeType
-
Constructor for a new MIME type with the given primary and sub types
and an empty parameter list.
- MimeTypeParameterList - Class in javax.activation
-
A list of MIME type parameters, as specified in RFCs 2045 and 2046.
- MimeTypeParameterList() - Constructor for class javax.activation.MimeTypeParameterList
-
Constructor for an empty parameter list.
- MimeTypeParameterList(String) - Constructor for class javax.activation.MimeTypeParameterList
-
Constructor that parses the specified MIME parameter data.
- MimeTypeParseException - Exception in javax.activation
-
Exception thrown to indicate a malformed MIME content type.
- MimeTypeParseException() - Constructor for exception javax.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with no detail message.
- MimeTypeParseException(String) - Constructor for exception javax.activation.MimeTypeParseException
-
MimeTypeParseException with the specified detail message.
- MimetypesFileTypeMap - Class in javax.activation
-
Implementation of FileTypeMap that uses the mime.types format.
- MimetypesFileTypeMap() - Constructor for class javax.activation.MimetypesFileTypeMap
-
Default constructor.
- MimetypesFileTypeMap(String) - Constructor for class javax.activation.MimetypesFileTypeMap
-
Constructor specifying a filename.
- MimetypesFileTypeMap(InputStream) - Constructor for class javax.activation.MimetypesFileTypeMap
-
Constructor specifying an input stream.