public abstract class AbstractHtmlPreviewAdapter extends Object implements HtmlPreviewAdapter
| Constructor and Description |
|---|
AbstractHtmlPreviewAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcachable, cleanuppublic void setAdaptedDocument(DocumentModel doc)
setAdaptedDocument in interface HtmlPreviewAdapterpublic String getFilePreviewURL()
getFilePreviewURL in interface HtmlPreviewAdapterpublic String getFilePreviewURL(String xpath)
getFilePreviewURL in interface HtmlPreviewAdapterpublic List<Blob> getFilePreviewBlobs() throws PreviewException
getFilePreviewBlobs in interface HtmlPreviewAdapterPreviewExceptionpublic List<Blob> getFilePreviewBlobs(String xpath) throws PreviewException
getFilePreviewBlobs in interface HtmlPreviewAdapterPreviewExceptionpublic List<Blob> getFilePreviewBlobs(boolean postProcess) throws PreviewException
getFilePreviewBlobs in interface HtmlPreviewAdapterPreviewExceptionpublic List<Blob> getFilePreviewBlobs(String xpath, boolean postProcess) throws PreviewException
getFilePreviewBlobs in interface HtmlPreviewAdapterPreviewExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.