MIFFOEventHandlerMaker
, RTFFOEventHandlerMaker
public abstract class AbstractFOEventHandlerMaker
extends java.lang.Object
Constructor | Description |
---|---|
AbstractFOEventHandlerMaker() |
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.String[] |
getSupportedMimeTypes() |
|
boolean |
isMimeTypeSupported(java.lang.String mimeType) |
Indicates whether a specific MIME type is supported by this renderer.
|
abstract FOEventHandler |
makeFOEventHandler(FOUserAgent ua,
java.io.OutputStream out) |
Instantiates a new FOEventHandler.
|
abstract boolean |
needsOutputStream() |
public abstract FOEventHandler makeFOEventHandler(FOUserAgent ua, java.io.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 java.lang.String[] getSupportedMimeTypes()
public boolean isMimeTypeSupported(java.lang.String mimeType)
mimeType
- the MIME type (ex. "application/rtf")Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.