Uses of Interface
org.nuxeo.ecm.platform.url.api.DocumentView
Package
Description
-
Uses of DocumentView in org.nuxeo.ecm.platform.preview.codec
Modifier and TypeMethodDescriptionDocumentPreviewCodec.getUrlFromDocumentView
(DocumentView docView) -
Uses of DocumentView in org.nuxeo.ecm.platform.url
-
Uses of DocumentView in org.nuxeo.ecm.platform.url.api
Modifier 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.Modifier 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
Modifier 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 .Modifier 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
Modifier and TypeMethodDescriptionDocumentViewCodec.getDocumentViewFromUrl
(String url) Extracts the document view from given url.Modifier 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
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionRestDocumentViewCodec.getDocumentViewFromUrl
(String url) There is no document veiw for Rest codecModifier and TypeMethodDescriptionRestDocumentViewCodec.getUrlFromDocumentView
(DocumentView docView) -
Uses of DocumentView in org.nuxeo.web.ui
Modifier and TypeMethodDescriptionWebUIRedirectCodec.getUrlFromDocumentView
(DocumentView docView)