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 theDocumentViewCodecwith the given name ornullif 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 TypeClassDescriptionclassclassCodec handling a document repository, id, view and additional request parameters.classCodec 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 TypeClassDescriptionclassAbstract implementation for codecs.Fields in org.nuxeo.ecm.platform.url.service with type parameters of type DocumentViewCodecModifier and TypeFieldDescriptionprotected final Map<String, DocumentViewCodec> DocumentViewCodecService.codecsMethods in org.nuxeo.ecm.platform.url.service that return DocumentViewCodecMethods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentViewCodecModifier and TypeMethodDescriptionprotected DocumentViewDocumentViewCodecService.getDocumentViewFromUrl(DocumentViewCodec codec, String finalUrl) protected StringDocumentViewCodecService.getUrlFromDocumentView(DocumentViewCodec codec, DocumentView docView, boolean needBaseUrl, String baseUrl) -
Uses of DocumentViewCodec in org.nuxeo.ecm.restapi.server
Classes in org.nuxeo.ecm.restapi.server that implement DocumentViewCodecModifier and TypeClassDescriptionclassCodec 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