|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.XSLFOPostProcessor
This post processor class provides an XSL Formatting Objects implementation.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
PDF_EXTENSION
|
private static String |
RESOURCE
|
Fields inherited from interface wt.query.template.ReportPostProcessor |
FILE_EXTENSION, OUTPUT_ENCODING, OUTPUT_MEDIA_TYPE |
Constructor Summary | |
XSLFOPostProcessor()
|
Method Summary | |
String |
getFileExtension()
Gets the value of the attribute: fileExtension; File extension Supported API: true |
String |
getOutputEncoding()
Gets the value of the attribute: outputEncoding; Character encoding to be output by post processor. |
String |
getOutputMediaType()
Gets the value of the attribute: outputMediaType; MIME type to be output by post processor. |
void |
process(XSLTransform a_transform,
OutputStream a_outputStream)
Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String PDF_EXTENSION
Constructor Detail |
public XSLFOPostProcessor()
Method Detail |
public String getOutputMediaType()
getOutputMediaType
in interface ReportPostProcessor
public String getOutputEncoding()
getOutputEncoding
in interface ReportPostProcessor
public String getFileExtension()
getFileExtension
in interface ReportPostProcessor
public void process(XSLTransform a_transform, OutputStream a_outputStream) throws WTException
process
in interface ReportPostProcessor
a_transform
- Transform to use for psot-processinga_outputStream
- Output stream to write results to
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |