public class BlobHolderWrapper extends Object
BlobHolder
in FreeMarker contextModifier and Type | Field and Description |
---|---|
protected BlobHolder |
bh |
protected DocumentModel |
doc |
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
BlobHolderWrapper(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
Blob |
getBlob() |
Blob |
getBlob(int index) |
Blob |
getBlob(String name) |
List<Blob> |
getBlobs() |
String |
getBlobUrl(int index) |
String |
getBlobUrl(String name) |
protected static String |
getContextPathProperty() |
protected final BlobHolder bh
protected final DocumentModel doc
protected static final org.apache.commons.logging.Log log
public BlobHolderWrapper(DocumentModel doc)
protected static String getContextPathProperty()
public String getBlobUrl(int index)
public String getBlobUrl(String name)
Copyright © 2018 Nuxeo. All rights reserved.