Uses of Interface
org.nuxeo.ecm.platform.url.codec.api.DocumentViewCodec
Packages that use DocumentViewCodec
Package
Description
-
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.preview.codec
Classes in org.nuxeo.ecm.platform.preview.codec that implement DocumentViewCodec -
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.url.api
Methods in org.nuxeo.ecm.platform.url.api that return DocumentViewCodecModifier and TypeMethodDescriptionReturns theDocumentViewCodec
with the given name ornull
if ot doesn't exist. -
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.url.codec
Classes in org.nuxeo.ecm.platform.url.codec that implement DocumentViewCodecModifier 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
Classes in org.nuxeo.ecm.platform.url.service that implement DocumentViewCodecModifier and TypeClassDescriptionclass
Abstract implementation for codecs.Fields in org.nuxeo.ecm.platform.url.service with type parameters of type DocumentViewCodecModifier and TypeFieldDescriptionprotected final Map<String,
DocumentViewCodec> DocumentViewCodecService.codecs
Methods in org.nuxeo.ecm.platform.url.service that return DocumentViewCodecMethods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentViewCodecModifier 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
Classes in org.nuxeo.ecm.restapi.server.jaxrs that implement DocumentViewCodecModifier and TypeClassDescriptionclass
Codec that resolve the Rest url for a document -
Uses of DocumentViewCodec in org.nuxeo.web.ui
Classes in org.nuxeo.web.ui that implement DocumentViewCodec