|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.SVGPostProcessor
This post processor class provides an SVG implementation.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
FORMAT_PREF_LEAF_NAME
|
private static String |
JPEG_EXTENSION
|
private static String |
JPEG_MIME_TYPE
|
private static String |
PNG_EXTENSION
|
private static String |
PNG_MIME_TYPE
|
static String |
RASTERIZER_PREF_NODE
|
private static String |
RESOURCE
|
Fields inherited from interface wt.query.template.ReportPostProcessor |
FILE_EXTENSION, OUTPUT_ENCODING, OUTPUT_MEDIA_TYPE |
Constructor Summary | |
SVGPostProcessor()
|
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. |
private XMLReader |
getXMLReader(SAX2XMLSource source)
Get a "good enough" XMLReader implementation for the purpose of wrapping a SAX2XMLSource (including XSLTransforms). |
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
public static final String RASTERIZER_PREF_NODE
public static final String FORMAT_PREF_LEAF_NAME
private static final String PNG_MIME_TYPE
private static final String JPEG_MIME_TYPE
private static final String PNG_EXTENSION
private static final String JPEG_EXTENSION
Constructor Detail |
public SVGPostProcessor()
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
private XMLReader getXMLReader(SAX2XMLSource source)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |