public class OttcAttachedFileCodec
extends org.nuxeo.ecm.platform.url.codec.DocumentFileCodec
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATING_DOC_INDICATOR |
static String |
URLPattern |
| Constructor and Description |
|---|
OttcAttachedFileCodec() |
OttcAttachedFileCodec(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.platform.url.api.DocumentView |
getDocumentViewFromUrl(String url)
Extracts document location from a Zope-like URL ie :
server/path_or_docId/view_id/tab_id .
|
String |
getUrlFromDocumentView(org.nuxeo.ecm.platform.url.api.DocumentView docView) |
getBlob, getBlobPropertyName, getBlobViaBlobHolder, getFilename, getFilenamePropertyName, getPrefixpublic static final String CREATING_DOC_INDICATOR
public static final String URLPattern
public OttcAttachedFileCodec()
public OttcAttachedFileCodec(String prefix)
prefix - public String getUrlFromDocumentView(org.nuxeo.ecm.platform.url.api.DocumentView docView)
getUrlFromDocumentView in interface org.nuxeo.ecm.platform.url.codec.api.DocumentViewCodecgetUrlFromDocumentView in class org.nuxeo.ecm.platform.url.codec.DocumentFileCodecpublic org.nuxeo.ecm.platform.url.api.DocumentView getDocumentViewFromUrl(String url)
getDocumentViewFromUrl in interface org.nuxeo.ecm.platform.url.codec.api.DocumentViewCodecgetDocumentViewFromUrl in class org.nuxeo.ecm.platform.url.codec.DocumentFileCodecCopyright © 2023. All rights reserved.