public class MD2TextConverter extends Object implements Converter
It basically returns a StringBlob with the markdown text and the plain/text mime type.
| Constructor and Description |
|---|
MD2TextConverter() |
| Modifier and Type | Method and Description |
|---|---|
BlobHolder |
convert(BlobHolder blobHolder,
Map<String,Serializable> parameters)
Main method to handle the real Conversion Job.
|
void |
init(ConverterDescriptor descriptor)
Initializes the Converter.
|
public MD2TextConverter()
public BlobHolder convert(BlobHolder blobHolder, Map<String,Serializable> parameters) throws ConversionException
Converter
Returned BlobHolder must implement CachableBlobHolder, otherwise result won't be cached.
convert in interface ConverterConversionExceptionpublic void init(ConverterDescriptor descriptor)
ConverterThis can be used to retrieve some configuration information from the XMap Descriptor.
Copyright © 2018 Nuxeo. All rights reserved.