- get(String) - Method in class javax.activation.MimeTypeParameterList
-
- getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get the entire command set for the given
mimetype, as modified by the DataSource.
- getAllCommands(String) - Method in class javax.activation.CommandMap
-
Get all available commands for the given
mimetype.
- getAllCommands() - Method in class javax.activation.DataHandler
-
- getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
-
- getBaseType() - Method in class javax.activation.MimeType
-
- getBean(CommandInfo) - Method in class javax.activation.DataHandler
-
- getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
-
Get the default command implementation for a
given mimeType/DataSource combo.
- getCommand(String, String) - Method in class javax.activation.CommandMap
-
Get the default command implementation for a
give mimeType
- getCommand(String) - Method in class javax.activation.DataHandler
-
- getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
-
- getCommandClass() - Method in class javax.activation.CommandInfo
-
Return the implementation class name.
- getCommandName() - Method in class javax.activation.CommandInfo
-
Return the command name.
- getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
-
Instantiate and return a command JavaBean.
- getContent(DataSource) - Method in interface javax.activation.DataContentHandler
-
- getContent() - Method in class javax.activation.DataHandler
-
- getContentType() - Method in class javax.activation.DataHandler
-
- getContentType() - Method in interface javax.activation.DataSource
-
- getContentType() - Method in class javax.activation.FileDataSource
-
Returns the content type of the data source
- getContentType(File) - Method in class javax.activation.FileTypeMap
-
- getContentType(String) - Method in class javax.activation.FileTypeMap
-
- getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
-
- getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
-
- getContentType() - Method in class javax.activation.URLDataSource
-
Returns the value of the URL content-type header field.
- getDataSource() - Method in class javax.activation.DataHandler
-
- getDefaultCommandMap() - Static method in class javax.activation.CommandMap
-
Return the default CommandMap.
- getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
-
Returns the default FileTypeMap
- getFile() - Method in class javax.activation.FileDataSource
-
Returns the data source file
- getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
-
- getInputStream() - Method in class javax.activation.DataHandler
-
- getInputStream() - Method in interface javax.activation.DataSource
-
- getInputStream() - Method in class javax.activation.FileDataSource
-
Return the InputStream obtained from the data source
- getInputStream() - Method in class javax.activation.URLDataSource
-
Returns an InputStream obtained from the URL.
- getMimeType() - Method in class javax.activation.ActivationDataFlavor
-
- getMimeTypes() - Method in class javax.activation.CommandMap
-
Return all mime types known to this CommandMap, or null if none.
- getMimeTypes() - Method in class javax.activation.MailcapCommandMap
-
Get all MIME types known to this command map.
- getName() - Method in class javax.activation.DataHandler
-
- getName() - Method in interface javax.activation.DataSource
-
- getName() - Method in class javax.activation.FileDataSource
-
Returns the name of the data source object
- getName() - Method in class javax.activation.URLDataSource
-
Returns the file name of the URL object.
- getNames() - Method in class javax.activation.MimeTypeParameterList
-
- getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Return the list of raw command strings parsed
from the mailcap files for a given mimeType.
- getOutputStream() - Method in class javax.activation.DataHandler
-
- getOutputStream() - Method in interface javax.activation.DataSource
-
- getOutputStream() - Method in class javax.activation.FileDataSource
-
Return the OutputStream obtained from the data source
- getOutputStream() - Method in class javax.activation.URLDataSource
-
Returns an OutputStream obtained from the URL.
- getParameter(String) - Method in class javax.activation.MimeType
-
- getParameters() - Method in class javax.activation.MimeType
-
- getPreferredCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get the preferred commands for the given
mimetype, as modified by the DataSource.
- getPreferredCommands(String) - Method in class javax.activation.CommandMap
-
Get the preferred commands for the given
mimetype.
- getPreferredCommands() - Method in class javax.activation.DataHandler
-
- getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
-
- getPrimaryType() - Method in class javax.activation.MimeType
-
- getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
-
- getSubType() - Method in class javax.activation.MimeType
-
- getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
-
- getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
-
- getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
-
- getTransferDataFlavors() - Method in class javax.activation.DataHandler
-
- getURL() - Method in class javax.activation.URLDataSource
-
Returns the URL of the data source.