|
Cocoon API: Class FO2PDFFormatter
org.apache.cocoon.formatter
Class FO2PDFFormatter
java.lang.Object
|
+--org.apache.cocoon.formatter.AbstractFormatter
|
+--org.apache.cocoon.formatter.FO2PDFFormatter
- All Implemented Interfaces:
- Actor, Cacheable, Configurable, Formatter, Status
- public class FO2PDFFormatter
- extends AbstractFormatter
- implements Actor
This class wraps around FOP to perform XSL:FO to PDF formatting.
- Version:
- $Revision: 1.9 $ $Date: 2001/01/22 03:58:40 $
- Author:
- Stefano Mazzocchi, Robin Green
Method Summary |
protected void |
deferredInit()
|
void |
format(org.w3c.dom.Document document,
java.io.Writer writer,
java.util.Dictionary parameters)
Prints the give document into a page. |
void |
init(Configurations conf)
Initialize the class by passing its configurations. |
void |
init(Director director)
Initialize the actor by indicating their director. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
director
protected Director director
parser
protected Parser parser
FO2PDFFormatter
public FO2PDFFormatter()
init
public void init(Configurations conf)
- Description copied from interface:
Configurable
- Initialize the class by passing its configurations.
- Overrides:
init in class AbstractFormatter
init
public void init(Director director)
- Description copied from interface:
Actor
- Initialize the actor by indicating their director.
- Specified by:
init in interface Actor
deferredInit
protected void deferredInit()
throws java.lang.Exception
format
public void format(org.w3c.dom.Document document,
java.io.Writer writer,
java.util.Dictionary parameters)
throws java.lang.Exception
- Description copied from interface:
Formatter
- Prints the give document into a page.
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.
|