public class ContentDiffHtmlConverter extends AbstractContentDiffConverter
Uses the converter registered with sourceMimeType = mime type of the blobHolder
and destinationMimeType =
text/html
.
Constructor and Description |
---|
ContentDiffHtmlConverter() |
Modifier and Type | Method and Description |
---|---|
BlobHolder |
convert(BlobHolder blobHolder,
Map<String,Serializable> parameters)
Main method to handle the real Conversion Job.
|
convert, init
public ContentDiffHtmlConverter()
public BlobHolder convert(BlobHolder blobHolder, Map<String,Serializable> parameters) throws ConversionException
Converter
Returned BlobHolder
must implement CachableBlobHolder
, otherwise result won't be cached.
ConversionException
Copyright © 2016 Nuxeo SA. All rights reserved.