A C D E F G I J M N P R S T U W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- get(String) - Method in class javax.activation.MimeTypeParameterList
 - 
Retrieve the value associated with the given name, or null if there is no current association.
 - getAllCommands() - Method in class javax.activation.DataHandler
 - 
Return all the commands for this type of data.
 - getAllCommands(String) - Method in class javax.activation.CommandMap
 - 
Get all the available commands for this type.
 - getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
 - 
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
 - getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
 - 
Get all the available commands for this type.
 - getBaseType() - Method in class javax.activation.MimeType
 - 
Return a String representation of this object without the parameter list.
 - getBean(CommandInfo) - Method in class javax.activation.DataHandler
 - 
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
 - getCommand(String) - Method in class javax.activation.DataHandler
 - 
Get the command cmdName.
 - getCommand(String, String) - Method in class javax.activation.CommandMap
 - 
Get the default command corresponding to the MIME type.
 - getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
 - 
Get the command corresponding to
cmdNamefor the MIME type. - getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
 - 
Get the default command corresponding to the MIME type.
 - getCommandClass() - Method in class javax.activation.CommandInfo
 - 
Return the command's class name.
 - getCommandName() - Method in class javax.activation.CommandInfo
 - 
Return the command verb.
 - getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
 - 
Return the instantiated JavaBean component.
 - getContent() - Method in class javax.activation.DataHandler
 - 
Return the data in its preferred Object form.
 - getContent(DataSource) - Method in interface javax.activation.DataContentHandler
 - 
Return an object representing the data in its most preferred form.
 - getContentType() - Method in class javax.activation.DataHandler
 - 
Return the MIME type of this object as retrieved from the source object.
 - getContentType() - Method in interface javax.activation.DataSource
 - 
This method returns the MIME type of the data in the form of a string.
 - getContentType() - Method in class javax.activation.FileDataSource
 - 
This method returns the MIME type of the data in the form of a string.
 - getContentType() - Method in class javax.activation.URLDataSource
 - 
Returns the value of the URL content-type header field.
 - getContentType(File) - Method in class javax.activation.FileTypeMap
 - 
Return the type of the file object.
 - getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
 - 
Return the MIME type of the file object.
 - getContentType(String) - Method in class javax.activation.FileTypeMap
 - 
Return the type of the file passed in.
 - getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
 - 
Return the MIME type based on the specified file name.
 - getDataSource() - Method in class javax.activation.DataHandler
 - 
Return the DataSource associated with this instance of DataHandler.
 - getDefaultCommandMap() - Static method in class javax.activation.CommandMap
 - 
Get the default CommandMap.
 - getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
 - 
Return the default FileTypeMap for the system.
 - getFile() - Method in class javax.activation.FileDataSource
 - 
Return the File object that corresponds to this FileDataSource.
 - getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
 - 
Return the Human Presentable name.
 - getInputStream() - Method in class javax.activation.DataHandler
 - 
Get the InputStream for this object.
 - getInputStream() - Method in interface javax.activation.DataSource
 - 
This method returns an
InputStreamrepresenting the data and throws the appropriate exception if it can not do so. - getInputStream() - Method in class javax.activation.FileDataSource
 - 
This method will return an InputStream representing the the data and will throw an IOException if it can not do so.
 - getInputStream() - Method in class javax.activation.URLDataSource
 - 
The getInputStream method from the URL.
 - getMimeType() - Method in class javax.activation.ActivationDataFlavor
 - 
Return the MIME type for this DataFlavor.
 - getMimeTypes() - Method in class javax.activation.CommandMap
 - 
Get all the MIME types known to this command map.
 - getMimeTypes() - Method in class javax.activation.MailcapCommandMap
 - 
Get all the MIME types known to this command map.
 - getName() - Method in class javax.activation.DataHandler
 - 
Return the name of the data object.
 - getName() - Method in interface javax.activation.DataSource
 - 
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
 - getName() - Method in class javax.activation.FileDataSource
 - 
Return the name of this object.
 - getName() - Method in class javax.activation.URLDataSource
 - 
Calls the
getFilemethod on the URL used to instantiate the object. - getNames() - Method in class javax.activation.MimeTypeParameterList
 - 
Retrieve an enumeration of all the names in this list.
 - getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
 - 
Get the native commands for the given MIME type.
 - getOutputStream() - Method in class javax.activation.DataHandler
 - 
Get an OutputStream for this DataHandler to allow overwriting the underlying data.
 - getOutputStream() - Method in interface javax.activation.DataSource
 - 
This method returns an
OutputStreamwhere the data can be written and throws the appropriate exception if it can not do so. - getOutputStream() - Method in class javax.activation.FileDataSource
 - 
This method will return an OutputStream representing the the data and will throw an IOException if it can not do so.
 - getOutputStream() - Method in class javax.activation.URLDataSource
 - 
The getOutputStream method from the URL.
 - getParameter(String) - Method in class javax.activation.MimeType
 - 
Retrieve the value associated with the given name, or null if there is no current association.
 - getParameters() - Method in class javax.activation.MimeType
 - 
Retrieve this object's parameter list.
 - getPreferredCommands() - Method in class javax.activation.DataHandler
 - 
Return the preferred commands for this type of data.
 - getPreferredCommands(String) - Method in class javax.activation.CommandMap
 - 
Get the preferred command list from a MIME Type.
 - getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
 - 
Get the preferred command list for a MIME Type.
 - getPreferredCommands(String, DataSource) - Method in class javax.activation.CommandMap
 - 
Get the preferred command list from a MIME Type.
 - getPrimaryType() - Method in class javax.activation.MimeType
 - 
Retrieve the primary type of this object.
 - getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
 - 
Return the representation class.
 - getSubType() - Method in class javax.activation.MimeType
 - 
Retrieve the subtype of this object.
 - getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
 - 
Returns an object that represents the data to be transferred.
 - getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
 - 
Returns an object which represents the data to be transferred.
 - getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
 - 
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
 - getTransferDataFlavors() - Method in class javax.activation.DataHandler
 - 
Return the DataFlavors in which this data is available.
 - getURL() - Method in class javax.activation.URLDataSource
 - 
Return the URL used to create this DataSource.
 
All Classes All Packages