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 classDocumentPreviewCodec -
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 DocumentViewCodecDocumentViewCodecManager. getCodec(String name)Returns 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 DocumentViewCodec Modifier and Type Class Description classDocumentFileCodecclassDocumentIdCodecCodec handling a document repository, id, view and additional request parameters.classDocumentPathCodecCodec 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 classAbstractDocumentViewCodecAbstract 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. codecsMethods in org.nuxeo.ecm.platform.url.service that return DocumentViewCodec Modifier and Type Method Description DocumentViewCodecDocumentViewCodecService. getCodec()DocumentViewCodecDocumentViewCodecService. getCodec(String codecName)Methods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentViewCodec Modifier and Type Method Description protected 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.jaxrs
Classes in org.nuxeo.ecm.restapi.server.jaxrs that implement DocumentViewCodec Modifier and Type Class Description classRestDocumentViewCodecCodec 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 classWebUIRedirectCodec
-