Package org.nuxeo.template.deckjs
Class DeckJSPDFConverter
- java.lang.Object
-
- org.nuxeo.template.deckjs.DeckJSPDFConverter
-
- All Implemented Interfaces:
Converter
public class DeckJSPDFConverter extends Object implements Converter
-
-
Constructor Summary
Constructors Constructor Description DeckJSPDFConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobHolderconvert(BlobHolder blobHolder, Map<String,Serializable> parameters)Main method to handle the real Conversion Job.voidinit(ConverterDescriptor descriptor)Initializes the Converter.
-
-
-
Constructor Detail
-
DeckJSPDFConverter
public DeckJSPDFConverter()
-
-
Method Detail
-
convert
public BlobHolder convert(BlobHolder blobHolder, Map<String,Serializable> parameters) throws ConversionException
Description copied from interface:ConverterMain method to handle the real Conversion Job.Returned
BlobHoldermust implementCachableBlobHolder, otherwise result won't be cached.- Specified by:
convertin interfaceConverter- Throws:
ConversionException
-
init
public void init(ConverterDescriptor descriptor)
Description copied from interface:ConverterInitializes the Converter.This can be used to retrieve some configuration information from the XMap Descriptor.
-
-