public abstract class AbstractIFDocumentHandlerMaker extends Object
IFDocumentHandler
s and provide
information about them.Constructor and Description |
---|
AbstractIFDocumentHandlerMaker() |
Modifier and Type | Method and Description |
---|---|
abstract String[] |
getSupportedMimeTypes() |
boolean |
isMimeTypeSupported(String mimeType)
Indicates whether a specific MIME type is supported by this document handler.
|
abstract IFDocumentHandler |
makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
abstract boolean |
needsOutputStream() |
public abstract IFDocumentHandler makeIFDocumentHandler(IFContext ifContext)
IFDocumentHandler
.ifContext
- the user agentpublic abstract boolean needsOutputStream()
public abstract String[] getSupportedMimeTypes()
public boolean isMimeTypeSupported(String mimeType)
mimeType
- the MIME type (ex. "application/pdf")Copyright © 2025 Apache Software Foundation. All rights reserved.