This project has retired. For details please refer to its Attic page.
RendererFactory (Cocoon FOP Block Implementation 1.0.0 API)

org.apache.cocoon.components.renderer
Interface RendererFactory

All Known Implementing Classes:
ExtendableRendererFactory

public interface RendererFactory

Apache FOP Renderer factory. When given a MIME type, find a Renderer which supports that MIME type.

Version:
$Id: RendererFactory.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 org.apache.fop.render.Renderer createRenderer(String mimeType)
          Create a transcoder for a specified MIME type.
 

Method Detail

createRenderer

public org.apache.fop.render.Renderer createRenderer(String mimeType)
Create a transcoder for a specified MIME type.

Parameters:
mimeType - The MIME type of the destination format
Returns:
A suitable renderer, or null> if one cannot be found


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.