|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.template.XSLFOPostProcessor
public class XSLFOPostProcessor
This post processor class provides an XSL Formatting Objects implementation.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.query.template.ReportPostProcessor |
|---|
FILE_EXTENSION, OUTPUT_ENCODING, OUTPUT_MEDIA_TYPE |
| 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 |
| Method Detail |
|---|
public String getOutputMediaType()
getOutputMediaType in interface ReportPostProcessorpublic String getOutputEncoding()
getOutputEncoding in interface ReportPostProcessorpublic String getFileExtension()
getFileExtension in interface ReportPostProcessor
public void process(XSLTransform a_transform,
OutputStream a_outputStream)
throws WTException
process in interface ReportPostProcessora_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 | ||||||||