|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.webapp.view.FopRenderer
public class FopRenderer
FopRenderer
Field Summary | |
---|---|
static java.lang.String |
module
|
Constructor Summary | |
---|---|
FopRenderer()
|
Method Summary | |
---|---|
static java.io.ByteArrayOutputStream |
render(java.io.Writer writer)
Renders a PDF document from a FO script that is passed in and returns the content as a ByteArrayOutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String module
Constructor Detail |
---|
public FopRenderer()
Method Detail |
---|
public static java.io.ByteArrayOutputStream render(java.io.Writer writer) throws GeneralException
writer
- a Writer stream that supplies the FO text to be rendered
GeneralException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |