A C D E F G I J M N O P R S T U W

A

ActivationDataFlavor - class javax.activation.ActivationDataFlavor.
Activation Data Flavor.
ActivationDataFlavor(Class, String) - Constructor for class javax.activation.ActivationDataFlavor
Create Activation Data Flavor.
ActivationDataFlavor(Class, String, String) - Constructor for class javax.activation.ActivationDataFlavor
Create Activation Data Flavor.
ActivationDataFlavor(String, String) - Constructor for class javax.activation.ActivationDataFlavor
Create Activation Data Flavor.
addMailcap(String) - Method in class javax.activation.MailcapCommandMap
programmically add a mailcap entry.
addMimeTypes(String) - Method in class javax.activation.MimetypesFileTypeMap
Add MIME Type entries to the programmic registry.

C

CommandInfo - class javax.activation.CommandInfo.
Describes a command.
CommandInfo(String, String) - Constructor for class javax.activation.CommandInfo
Create the command information
CommandMap - class javax.activation.CommandMap.
Command Map.
CommandMap() - Constructor for class javax.activation.CommandMap
Create Command Map.
CommandObject - interface javax.activation.CommandObject.
Command Object.
createDataContentHandler(String) - Method in class javax.activation.CommandMap
Create data content handler for MIME type.
createDataContentHandler(String) - Method in interface javax.activation.DataContentHandlerFactory
Create a data content handler based on a MIME type.
createDataContentHandler(String) - Method in class javax.activation.MailcapCommandMap
create a content handler for the specified MIME type.

D

DataContentHandler - interface javax.activation.DataContentHandler.
Data Content Handler.
DataContentHandlerFactory - interface javax.activation.DataContentHandlerFactory.
Data Content Handler Factory.
DataHandler - class javax.activation.DataHandler.
Data Handler.
DataHandler(DataSource) - Constructor for class javax.activation.DataHandler
Create data handler based on data source.
DataHandler(Object, String) - Constructor for class javax.activation.DataHandler
Create data handler based on object and MIME type.
DataHandler(URL) - Constructor for class javax.activation.DataHandler
Create data handler based on URL.
DataSource - interface javax.activation.DataSource.
Data Source.

E

equals(DataFlavor) - Method in class javax.activation.ActivationDataFlavor
Test data flavor for equivalence.

F

FileDataSource - class javax.activation.FileDataSource.
File Data Source.
FileDataSource(File) - Constructor for class javax.activation.FileDataSource
Create file data source
FileDataSource(String) - Constructor for class javax.activation.FileDataSource
Create file data source.
FileTypeMap - class javax.activation.FileTypeMap.
File Type Map abstract class provides an interface to the data typing of data files.
FileTypeMap() - Constructor for class javax.activation.FileTypeMap
Default constructor of FileTypeMap

G

get(String) - Method in class javax.activation.MimeTypeParameterList
Get value of name.
getAllCommands() - Method in class javax.activation.DataHandler
Get all commands.
getAllCommands(String) - Method in class javax.activation.CommandMap
Get all commands for a particular MIME type.
getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
get the list of all commands based on MIME type.
getBaseType() - Method in class javax.activation.MimeType
Get the Base of the MIME type.
getBean(CommandInfo) - Method in class javax.activation.DataHandler
Get beans of command.
getCommand(String) - Method in class javax.activation.DataHandler
Get command information based on command verb.
getCommand(String, String) - Method in class javax.activation.CommandMap
Get command of a particular MIME type and command name.
getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
get command info for the specified MIME type and command name.
getCommandClass() - Method in class javax.activation.CommandInfo
Get the class of the command.
getCommandName() - Method in class javax.activation.CommandInfo
Get the command's name.
getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
Instantiate the command object.
getContent() - Method in class javax.activation.DataHandler
Get content.
getContent(DataSource) - Method in interface javax.activation.DataContentHandler
Get content object from the data source.
getContent(DataSource) - Method in class javax.activation.ObjectDataContentHandler
Get content.
getContentType() - Method in class javax.activation.DataHandler
Get content type of data handler.
getContentType() - Method in class javax.activation.URLDataSource
Get the content type of the URL data source.
getContentType() - Method in class javax.activation.FileDataSource
Get content type.
getContentType() - Method in interface javax.activation.DataSource
Get content type.
getContentType(File) - Method in class javax.activation.FileTypeMap
Get the MIME content type of the specified file.
getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
Get the content type of the specified file.
getContentType(String) - Method in class javax.activation.FileTypeMap
Get the MIME content type of the specified file
getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
Get the content type of the specified file.
getDataSource() - Method in class javax.activation.DataHandler
Get data source.
getDCH() - Method in class javax.activation.ObjectDataContentHandler
Get data content handler.
getDefaultCommandMap() - Static method in class javax.activation.CommandMap
Get reference to default command map.
getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
Get the system default file type mapping algorithm.
getFile() - Method in class javax.activation.FileDataSource
Get file.
getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
Get human presentable name
getInputStream() - Method in class javax.activation.DataHandler
Get input stream.
getInputStream() - Method in class javax.activation.URLDataSource
Get input stream of the URL
getInputStream() - Method in class javax.activation.FileDataSource
Get input stream.
getInputStream() - Method in interface javax.activation.DataSource
Get input stream.
getMimeType() - Method in class javax.activation.ActivationDataFlavor
Get MIME Type.
getName() - Method in class javax.activation.DataHandler
Get name.
getName() - Method in class javax.activation.URLDataSource
Get name of the URL.
getName() - Method in class javax.activation.FileDataSource
Get name.
getName() - Method in interface javax.activation.DataSource
Get name.
getNames() - Method in class javax.activation.MimeTypeParameterList
Get enumeration of parameter names.
getOutputStream() - Method in class javax.activation.DataHandler
Get output stream.
getOutputStream() - Method in class javax.activation.URLDataSource
Get output stream.
getOutputStream() - Method in class javax.activation.FileDataSource
Get output stream.
getOutputStream() - Method in interface javax.activation.DataSource
Get output stream.
getParameter(String) - Method in class javax.activation.MimeType
Get the value of a MIME type parameter.
getParameters() - Method in class javax.activation.MimeType
Get the parameter collection
getPreferredCommands() - Method in class javax.activation.DataHandler
Get list of preferred commands.
getPreferredCommands(String) - Method in class javax.activation.CommandMap
Get list of preferred commands.
getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
get list of preferred commands based on MIME type.
getPrimaryType() - Method in class javax.activation.MimeType
Get the primary type of the MIME type
getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
Get representation class.
getSubType() - Method in class javax.activation.MimeType
Get the sub type of the MIME type
getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
Get transfer data based on data flavor.
getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
Get transfer data.
getTransferData(DataFlavor, DataSource) - Method in class javax.activation.ObjectDataContentHandler
Get transfer data flavor.
getTransferDataFlavors() - Method in class javax.activation.DataHandler
Get transfer data flavors.
getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
Get a list of transfer data flavors.
getTransferDataFlavors() - Method in class javax.activation.ObjectDataContentHandler
Get transfer data flavors.
getURL() - Method in class javax.activation.URLDataSource
Get the URL.

I

isDataFlavorSupported(DataFlavor) - Method in class javax.activation.DataHandler
Determine if data flavor is supported.
isEmpty() - Method in class javax.activation.MimeTypeParameterList
Check if parameter list is empty.
isMimeTypeEqual(String) - Method in class javax.activation.ActivationDataFlavor
Determine if MIME Type is equals to data flavor.

J

javax.activation - package javax.activation
provides a free implementation of the java beansTM activation framework.

M

MailcapCommandMap - class javax.activation.MailcapCommandMap.
a comand map that represents the mailcap file.
MailcapCommandMap() - Constructor for class javax.activation.MailcapCommandMap
create default MIME Types registry.
MailcapCommandMap(InputStream) - Constructor for class javax.activation.MailcapCommandMap
create mailcap command map with entries from stream.
MailcapCommandMap(String) - Constructor for class javax.activation.MailcapCommandMap
create mailcap command map with entries from file.
main(String[]) - Static method in class javax.activation.MailcapCommandMap
With an argument of a content-type lists the preferred commands.
main(String[]) - Static method in class javax.activation.MimetypesFileTypeMap
Takes a content type and finds all the extensions associated with it.
match(MimeType) - Method in class javax.activation.MimeType
Determine if the MIME Type matches this MIME Type.
match(String) - Method in class javax.activation.MimeType
Determine if the raw MIME Type entry matches this MIME Type.
MimeType - class javax.activation.MimeType.
Represents a MIME type as per RFC2046.
MimeType() - Constructor for class javax.activation.MimeType
Create empty MIME Type
MimeType(String) - Constructor for class javax.activation.MimeType
Create a MIME Type object from a raw MIME Type entry.
MimeType(String, String) - Constructor for class javax.activation.MimeType
Create MIME Type object from primary/sub
MimeTypeParameterList - class javax.activation.MimeTypeParameterList.
MIME Type Parameter List.
MimeTypeParameterList() - Constructor for class javax.activation.MimeTypeParameterList
Create empty parameter list.
MimeTypeParameterList(String) - Constructor for class javax.activation.MimeTypeParameterList
Create MIME type parameters list from string.
MimeTypeParseException - exception javax.activation.MimeTypeParseException.
MIME Type Parse Exception.
MimeTypeParseException() - Constructor for class javax.activation.MimeTypeParseException
Create a MIME Type parse exception.
MimeTypeParseException(String) - Constructor for class javax.activation.MimeTypeParseException
Create a MIME Type parse exception with description.
MimetypesFileTypeMap - class javax.activation.MimetypesFileTypeMap.
MimetypesFileTypeMap is the default data typing engine of files for the activation framework.
MimetypesFileTypeMap() - Constructor for class javax.activation.MimetypesFileTypeMap
Create a default MIME Types registry.
MimetypesFileTypeMap(InputStream) - Constructor for class javax.activation.MimetypesFileTypeMap
Create a MIME Types registry with further entries loaded from the specified input stream.
MimetypesFileTypeMap(String) - Constructor for class javax.activation.MimetypesFileTypeMap
Create a MIME Types registry with further entries loaded from the specified file

N

normalizeMimeType(String) - Method in class javax.activation.ActivationDataFlavor
Normalize MIME Type.
normalizeMimeTypeParameter(String, String) - Method in class javax.activation.ActivationDataFlavor
Normalize MIME type parameter.

O

ObjectDataContentHandler - class javax.activation.ObjectDataContentHandler.
Object Data Content Handler.
ObjectDataContentHandler(DataContentHandler, Object, String) - Constructor for class javax.activation.ObjectDataContentHandler
Create new object data content handler.

P

parse(String) - Method in class javax.activation.MimeTypeParameterList
Parse parameter list.

R

readExternal(ObjectInput) - Method in class javax.activation.MimeType
Read external.
remove(String) - Method in class javax.activation.MimeTypeParameterList
Remove parameter.
removeParameter(String) - Method in class javax.activation.MimeType
Remove the specified parameter from the MIME type

S

set(String, String) - Method in class javax.activation.MimeTypeParameterList
Set value of name.
setCommandContext(String, DataHandler) - Method in interface javax.activation.CommandObject
Set command context of object.
setCommandMap(CommandMap) - Method in class javax.activation.DataHandler
Set command map.
setDataContentHandlerFactory(DataContentHandlerFactory) - Static method in class javax.activation.DataHandler
Set the data content factory for data handler.
setDefaultCommandMap(CommandMap) - Static method in class javax.activation.CommandMap
Set the default command map.
setDefaultFileTypeMap(FileTypeMap) - Static method in class javax.activation.FileTypeMap
Set the system default file type mapping algorithm.
setFileTypeMap(FileTypeMap) - Method in class javax.activation.FileDataSource
Set file type map.
setHumanPresentableName(String) - Method in class javax.activation.ActivationDataFlavor
Set the human presentable name.
setParameter(String, String) - Method in class javax.activation.MimeType
Set a MIME type parameter.
setPrimaryType(String) - Method in class javax.activation.MimeType
Set the primary type of the MIME type.
setSubType(String) - Method in class javax.activation.MimeType
Set the sub type of the MIME type.
size() - Method in class javax.activation.MimeTypeParameterList
Get size of parameter list.

T

toString() - Method in class javax.activation.CommandInfo
Get string representation
toString() - Method in class javax.activation.MimeTypeParameterList
Return string representation of parameter list.
toString() - Method in class javax.activation.MimeType
Get a MIME type string encoding.

U

UnsupportedDataTypeException - exception javax.activation.UnsupportedDataTypeException.
Unsupported Data Type Exception.
UnsupportedDataTypeException() - Constructor for class javax.activation.UnsupportedDataTypeException
Create new unsupported data type exception.
UnsupportedDataTypeException(String) - Constructor for class javax.activation.UnsupportedDataTypeException
Create new unsupported data type exception with description.
URLDataSource - class javax.activation.URLDataSource.
A data source based on a URL.
URLDataSource(URL) - Constructor for class javax.activation.URLDataSource
Create new URL data source from URL.

W

writeExternal(ObjectOutput) - Method in class javax.activation.MimeType
Write external.
writeTo(Object, String, OutputStream) - Method in interface javax.activation.DataContentHandler
Write object to stream.
writeTo(Object, String, OutputStream) - Method in class javax.activation.ObjectDataContentHandler
Write to.
writeTo(OutputStream) - Method in class javax.activation.DataHandler
Write to output stream.

A C D E F G I J M N O P R S T U W

© Copyright 2002 the Free Software Foundation, all rights reserved.