Uses of Interface
org.nuxeo.ecm.platform.url.codec.api.DocumentViewCodec
Package
Description
-
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.preview.codec
-
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.url.api
Modifier and TypeMethodDescriptionReturns theDocumentViewCodec
with the given name ornull
if ot doesn't exist. -
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.url.codec
Modifier and TypeClassDescriptionclass
class
Codec handling a document repository, id, view and additional request parameters.class
Codec handling a document repository, path, view and additional request parameters. -
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.url.service
Modifier and TypeClassDescriptionclass
Abstract implementation for codecs.Modifier and TypeFieldDescriptionprotected final Map<String,
DocumentViewCodec> DocumentViewCodecService.codecs
Modifier and TypeMethodDescriptionprotected DocumentView
DocumentViewCodecService.getDocumentViewFromUrl
(DocumentViewCodec codec, String finalUrl) protected String
DocumentViewCodecService.getUrlFromDocumentView
(DocumentViewCodec codec, DocumentView docView, boolean needBaseUrl, String baseUrl) -
Uses of DocumentViewCodec in org.nuxeo.ecm.restapi.server.jaxrs
Modifier and TypeClassDescriptionclass
Codec that resolve the Rest url for a document -
Uses of DocumentViewCodec in org.nuxeo.web.ui