public abstract class AbstractFOEventHandlerMaker
extends java.lang.Object
Constructor and Description |
---|
AbstractFOEventHandlerMaker() |
Modifier and Type | Method and 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-2012 The Apache Software Foundation. All Rights Reserved.