public interface HtmlPreviewAdapter
Modifier and Type | Method and Description |
---|---|
boolean |
cachable() |
void |
cleanup() |
List<Blob> |
getFilePreviewBlobs() |
List<Blob> |
getFilePreviewBlobs(boolean postProcess) |
List<Blob> |
getFilePreviewBlobs(String xpath) |
List<Blob> |
getFilePreviewBlobs(String xpath,
boolean postProcess) |
String |
getFilePreviewURL() |
String |
getFilePreviewURL(String xpath) |
void |
setAdaptedDocument(DocumentModel doc) |
boolean cachable()
String getFilePreviewURL()
List<Blob> getFilePreviewBlobs() throws PreviewException
PreviewException
List<Blob> getFilePreviewBlobs(String xpath) throws PreviewException
PreviewException
List<Blob> getFilePreviewBlobs(boolean postProcess) throws PreviewException
PreviewException
List<Blob> getFilePreviewBlobs(String xpath, boolean postProcess) throws PreviewException
PreviewException
void setAdaptedDocument(DocumentModel doc)
void cleanup()
Copyright © 2011 Nuxeo SA. All Rights Reserved.