|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachableByteArrayOutputStream | |
org.fhw.cabaweb.export.caching | Dieses Paket enthält die Klassen zum managen des Export Caches. |
org.fhw.cabaweb.export.transform | Dieses Paket enthält Klassen die bei der Transformation der XML Daten in andere Formate benötigt werden. |
Uses of CachableByteArrayOutputStream in org.fhw.cabaweb.export.caching |
Methods in org.fhw.cabaweb.export.caching that return CachableByteArrayOutputStream | |
CachableByteArrayOutputStream |
CachableByteArrayOutputStreamManager.getCachableByteArrayOutputStream(Integer projektnummer,
Integer gruppennummer,
Integer quartal,
Integer reportnummer,
Integer sprachnummer,
String typ)
Lädt einen CachableByteArrayOutputStream. |
CachableByteArrayOutputStream |
CachableByteArrayOutputStreamManager.getCachableByteArrayOutputStream(Integer projektnummer,
Integer gruppennummer,
Integer quartal,
Integer reportnummer,
Integer sprachnummer,
String typ,
boolean fromCache)
Lädt einen CachableByteArrayOutputStream. |
Uses of CachableByteArrayOutputStream in org.fhw.cabaweb.export.transform |
Methods in org.fhw.cabaweb.export.transform that return CachableByteArrayOutputStream | |
static CachableByteArrayOutputStream |
ReportTransform.writeXML(org.dom4j.Document document)
|
static CachableByteArrayOutputStream |
ReportTransform.writePDF(org.dom4j.Document document,
String xslPDF)
|
static CachableByteArrayOutputStream |
ReportTransform.writePDF(CachableByteArrayOutputStream xmlStream,
String xslPDF)
|
static CachableByteArrayOutputStream |
ReportTransform.writeRTF(org.dom4j.Document document,
String xslRTF)
|
static CachableByteArrayOutputStream |
ReportTransform.writeRTF(CachableByteArrayOutputStream xmlStream,
String xslRTF)
|
static CachableByteArrayOutputStream |
ReportTransform.writeHTML(org.dom4j.Document document,
String xslHTML)
|
static CachableByteArrayOutputStream |
ReportTransform.writeHTML(CachableByteArrayOutputStream xmlStream,
String xslHTML)
|
static CachableByteArrayOutputStream |
ReportTransform.writeXSLFO(CachableByteArrayOutputStream xmlStream,
String xslPDF)
|
Methods in org.fhw.cabaweb.export.transform with parameters of type CachableByteArrayOutputStream | |
static CachableByteArrayOutputStream |
ReportTransform.writePDF(CachableByteArrayOutputStream xmlStream,
String xslPDF)
|
static CachableByteArrayOutputStream |
ReportTransform.writeRTF(CachableByteArrayOutputStream xmlStream,
String xslRTF)
|
static CachableByteArrayOutputStream |
ReportTransform.writeHTML(CachableByteArrayOutputStream xmlStream,
String xslHTML)
|
static CachableByteArrayOutputStream |
ReportTransform.writeXSLFO(CachableByteArrayOutputStream xmlStream,
String xslPDF)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |