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.java 433543 2006-08-22 06:22:54Z crossley $
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-2007 The Apache Software Foundation. All Rights Reserved.