Package | Description |
---|---|
com.fatwire.transformer.common |
Modifier and Type | Method and Description |
---|---|
TransformerFormat |
TransformerFormatRepository.getFormatByExtension(String extension)
Return the Output type TransformerFormat object from the repository
specified by file extension.
|
TransformerFormat |
TransformerFormatRepository.getFormatByMimetype(String mimetype)
Return the TransformerFormat object from the repository specified by file
mimetype
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FWTransformer.getBytesAsStream(String filename,
TransformerFormat outputformat) |
InputStream |
DocumentTransformer.getBytesAsStream(String filename,
TransformerFormat outputformat)
Deprecated.
- Do not use
|
String |
FWTransformer.getOutputDocument(String filename,
String inputFileExt,
TransformerFormat outputformat) |
String |
DocumentTransformer.getOutputDocument(String filename,
String inputFileExt,
TransformerFormat outputformat)
This returns path for the transformed document.
|
String |
FWTransformer.getOutputDocument(String filename,
TransformerFormat outputformat) |
String |
DocumentTransformer.getOutputDocument(String filename,
TransformerFormat outputformat)
This returns path for the transformed document.
|