|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportPostProcessor
This interface specifies post-processing methods for reports.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
FILE_EXTENSION
Label for the attribute; File extension Supported API: true |
static String |
OUTPUT_ENCODING
Label for the attribute; Character encoding to be output by post processor. |
static String |
OUTPUT_MEDIA_TYPE
Label for the attribute; MIME type to be output by post processor. |
| Method Summary | |
|---|---|
String |
getFileExtension()
Gets the value of the attribute: FILE_EXTENSION. |
String |
getOutputEncoding()
Gets the value of the attribute: OUTPUT_ENCODING. |
String |
getOutputMediaType()
Gets the value of the attribute: OUTPUT_MEDIA_TYPE. |
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. |
| Field Detail |
|---|
static final String OUTPUT_MEDIA_TYPE
static final String OUTPUT_ENCODING
static final String FILE_EXTENSION
| Method Detail |
|---|
String getOutputMediaType()
String getOutputEncoding()
String getFileExtension()
void process(XSLTransform a_transform,
OutputStream a_outputStream)
throws WTException
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 | ||||||||