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:
CVS $Id: RendererFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Davanum Srinivas

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

Method Detail

createRenderer

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-2010 The Apache Software Foundation. All Rights Reserved.