Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
DataContentHandlers
. An
implementation of this interface should map a MIME type into an
instance of DataContentHandler. The design pattern for classes implementing
this interface is the same as for the ContentHandler mechanism used in
java.net.URL
Method Summary | |
DataContentHandler | createDataContentHandler(java.lang.String mimeType)
|
Method Detail |
public DataContentHandler createDataContentHandler(java.lang.String mimeType)
mimeType
- the MIME type to create the DataContentHandler for.
DataContentHandler
, returns null
if none are found.Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |