public abstract class AbstractFOEventHandlerMaker extends Object
Constructor and Description |
---|
AbstractFOEventHandlerMaker() |
Modifier and Type | Method and Description |
---|---|
abstract String[] |
getSupportedMimeTypes() |
boolean |
isMimeTypeSupported(String mimeType)
Indicates whether a specific MIME type is supported by this renderer.
|
abstract FOEventHandler |
makeFOEventHandler(FOUserAgent ua,
OutputStream out)
Instantiates a new FOEventHandler.
|
abstract boolean |
needsOutputStream() |
public abstract FOEventHandler makeFOEventHandler(FOUserAgent ua, OutputStream out) throws FOPException
ua
- the user agentout
- OutputStream for the FOEventHandler to useFOPException
- if a problem occurs while creating the event handlerpublic abstract boolean needsOutputStream()
public abstract String[] getSupportedMimeTypes()
public boolean isMimeTypeSupported(String mimeType)
mimeType
- the MIME type (ex. "application/rtf")Copyright © 2025 Apache Software Foundation. All rights reserved.