Class DocumentFileCodec

java.lang.Object
org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
org.nuxeo.ecm.platform.url.codec.DocumentFileCodec
All Implemented Interfaces:
DocumentViewCodec

public class DocumentFileCodec extends AbstractDocumentViewCodec
  • Field Details

  • Constructor Details

    • DocumentFileCodec

      public DocumentFileCodec()
    • DocumentFileCodec

      public DocumentFileCodec(String prefix)
  • Method Details

    • getUrlFromDocumentView

      public String getUrlFromDocumentView(DocumentView docView)
      Description copied from interface: DocumentViewCodec
      Builds an url from the given document view.

      The url should be partial: it should not hold the context path information (server:port/nuxeo).

    • getDocumentViewFromUrl

      public DocumentView getDocumentViewFromUrl(String url)
      Extracts document location from a Zope-like URL ie : server/path_or_docId/view_id/tab_id .
      Parameters:
      url - the partial url to redirect to.
      Returns:
      a document view instance.
    • getFilename

      public static String getFilename(DocumentModel doc, DocumentView docView)