Uses of Interface
org.nuxeo.ecm.platform.url.codec.api.DocumentViewCodec
-
-
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.preview.codec
Classes in org.nuxeo.ecm.platform.preview.codec that implement DocumentViewCodec Modifier and Type Class Description class
DocumentPreviewCodec
-
Uses of DocumentViewCodec in org.nuxeo.ecm.platform.url.api
Methods in org.nuxeo.ecm.platform.url.api that return DocumentViewCodec Modifier and Type Method Description DocumentViewCodec
DocumentViewCodecManager. getCodec(String name)
Returns 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 DocumentViewCodec Modifier and Type Class Description class
DocumentFileCodec
class
DocumentIdCodec
Codec handling a document repository, id, view and additional request parameters.class
DocumentPathCodec
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 DocumentViewCodec Modifier and Type Class Description class
AbstractDocumentViewCodec
Abstract implementation for codecs.Fields in org.nuxeo.ecm.platform.url.service with type parameters of type DocumentViewCodec Modifier and Type Field Description protected Map<String,DocumentViewCodec>
DocumentViewCodecService. codecs
Methods in org.nuxeo.ecm.platform.url.service that return DocumentViewCodec Modifier and Type Method Description DocumentViewCodec
DocumentViewCodecService. getCodec()
DocumentViewCodec
DocumentViewCodecService. getCodec(String codecName)
Methods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentViewCodec Modifier and Type Method Description protected 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 DocumentViewCodec Modifier and Type Class Description class
RestDocumentViewCodec
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 Modifier and Type Class Description class
WebUIRedirectCodec
-