Uses of Interface
org.nuxeo.ecm.platform.url.api.DocumentView
Packages that use DocumentView
Package
Description
-
Uses of DocumentView in org.nuxeo.ecm.platform.preview.codec
Methods in org.nuxeo.ecm.platform.preview.codec that return DocumentViewMethods in org.nuxeo.ecm.platform.preview.codec with parameters of type DocumentViewModifier and TypeMethodDescriptionDocumentPreviewCodec.getUrlFromDocumentView
(DocumentView docView) -
Uses of DocumentView in org.nuxeo.ecm.platform.url
Classes in org.nuxeo.ecm.platform.url that implement DocumentView -
Uses of DocumentView in org.nuxeo.ecm.platform.url.api
Methods in org.nuxeo.ecm.platform.url.api that return DocumentViewModifier and TypeMethodDescriptionDocumentViewCodecManager.getDocumentViewFromUrl
(String url, boolean hasBaseUrl, String baseUrl) Returns a DocumentView applying for given url, or null.DocumentViewCodecManager.getDocumentViewFromUrl
(String codecName, String url, boolean hasBaseUrl, String baseUrl) Returns a DocumentView callingDocumentViewCodec.getDocumentViewFromUrl(String)
on codec with given name.Methods in org.nuxeo.ecm.platform.url.api with parameters of type DocumentViewModifier and TypeMethodDescriptionDocumentViewCodecManager.getUrlFromDocumentView
(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl) Returns an URL callingDocumentViewCodec.getUrlFromDocumentView(DocumentView)
on codec with given name.DocumentViewCodecManager.getUrlFromDocumentView
(DocumentView docView, boolean needBaseUrl, String baseUrl) Returns an URL applying for given document view, or null. -
Uses of DocumentView in org.nuxeo.ecm.platform.url.codec
Methods in org.nuxeo.ecm.platform.url.codec that return DocumentViewModifier and TypeMethodDescriptionDocumentFileCodec.getDocumentViewFromUrl
(String url) Extracts document location from a Zope-like URL ie : server/path_or_docId/view_id/tab_id .DocumentIdCodec.getDocumentViewFromUrl
(String url) Extracts document location from a Zope-like URL ie: server/path_or_docId/view_id/tab_id .DocumentPathCodec.getDocumentViewFromUrl
(String url) Extracts document location from a Zope-like URL, eg: server/path_or_docId/view_id/tab_id .Methods in org.nuxeo.ecm.platform.url.codec with parameters of type DocumentViewModifier and TypeMethodDescriptionstatic String
DocumentFileCodec.getFilename
(DocumentModel doc, DocumentView docView) DocumentFileCodec.getUrlFromDocumentView
(DocumentView docView) DocumentIdCodec.getUrlFromDocumentView
(DocumentView docView) DocumentPathCodec.getUrlFromDocumentView
(DocumentView docView) -
Uses of DocumentView in org.nuxeo.ecm.platform.url.codec.api
Methods in org.nuxeo.ecm.platform.url.codec.api that return DocumentViewModifier and TypeMethodDescriptionDocumentViewCodec.getDocumentViewFromUrl
(String url) Extracts the document view from given url.Methods in org.nuxeo.ecm.platform.url.codec.api with parameters of type DocumentViewModifier and TypeMethodDescriptionDocumentViewCodec.getUrlFromDocumentView
(DocumentView docView) Builds an url from the given document view.boolean
DocumentViewCodec.handleDocumentView
(DocumentView docView) Returns true if this codec should apply when iterating over codecs to find a matching one. -
Uses of DocumentView in org.nuxeo.ecm.platform.url.service
Methods in org.nuxeo.ecm.platform.url.service that return DocumentViewModifier and TypeMethodDescriptionDocumentViewCodecService.getDocumentViewFromUrl
(String url, boolean hasBaseUrl, String baseUrl) DocumentViewCodecService.getDocumentViewFromUrl
(String codecName, String url, boolean hasBaseUrl, String baseUrl) protected DocumentView
DocumentViewCodecService.getDocumentViewFromUrl
(DocumentViewCodec codec, String finalUrl) Methods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentViewModifier and TypeMethodDescriptionDocumentViewCodecService.getUrlFromDocumentView
(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl) DocumentViewCodecService.getUrlFromDocumentView
(DocumentView docView, boolean needBaseUrl, String baseUrl) protected String
DocumentViewCodecService.getUrlFromDocumentView
(DocumentViewCodec codec, DocumentView docView, boolean needBaseUrl, String baseUrl) boolean
AbstractDocumentViewCodec.handleDocumentView
(DocumentView docView) -
Uses of DocumentView in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs that return DocumentViewModifier and TypeMethodDescriptionRestDocumentViewCodec.getDocumentViewFromUrl
(String url) There is no document veiw for Rest codecMethods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type DocumentViewModifier and TypeMethodDescriptionRestDocumentViewCodec.getUrlFromDocumentView
(DocumentView docView) -
Uses of DocumentView in org.nuxeo.web.ui
Methods in org.nuxeo.web.ui that return DocumentViewMethods in org.nuxeo.web.ui with parameters of type DocumentViewModifier and TypeMethodDescriptionWebUIRedirectCodec.getUrlFromDocumentView
(DocumentView docView)