Uses of Interface
org.nuxeo.ecm.platform.url.api.DocumentView
-
-
Uses of DocumentView in org.nuxeo.ecm.platform.preview.codec
Methods in org.nuxeo.ecm.platform.preview.codec that return DocumentView Modifier and Type Method Description DocumentViewDocumentPreviewCodec. getDocumentViewFromUrl(String url)Methods in org.nuxeo.ecm.platform.preview.codec with parameters of type DocumentView Modifier and Type Method Description StringDocumentPreviewCodec. getUrlFromDocumentView(DocumentView docView) -
Uses of DocumentView in org.nuxeo.ecm.platform.url
Classes in org.nuxeo.ecm.platform.url that implement DocumentView Modifier and Type Class Description classDocumentViewImplTODO: document me. -
Uses of DocumentView in org.nuxeo.ecm.platform.url.api
Methods in org.nuxeo.ecm.platform.url.api that return DocumentView Modifier and Type Method Description DocumentViewDocumentViewCodecManager. getDocumentViewFromUrl(String url, boolean hasBaseUrl, String baseUrl)Returns a DocumentView applying for given url, or null.DocumentViewDocumentViewCodecManager. 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 DocumentView Modifier and Type Method Description StringDocumentViewCodecManager. getUrlFromDocumentView(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl)Returns an URL callingDocumentViewCodec.getUrlFromDocumentView(DocumentView)on codec with given name.StringDocumentViewCodecManager. 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 DocumentView Modifier and Type Method Description DocumentViewDocumentFileCodec. getDocumentViewFromUrl(String url)Extracts document location from a Zope-like URL ie : server/path_or_docId/view_id/tab_id .DocumentViewDocumentIdCodec. getDocumentViewFromUrl(String url)Extracts document location from a Zope-like URL ie: server/path_or_docId/view_id/tab_id .DocumentViewDocumentPathCodec. 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 DocumentView Modifier and Type Method Description static StringDocumentFileCodec. getFilename(DocumentModel doc, DocumentView docView)StringDocumentFileCodec. getUrlFromDocumentView(DocumentView docView)StringDocumentIdCodec. getUrlFromDocumentView(DocumentView docView)StringDocumentPathCodec. 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 DocumentView Modifier and Type Method Description DocumentViewDocumentViewCodec. getDocumentViewFromUrl(String url)Extracts the document view from given url.Methods in org.nuxeo.ecm.platform.url.codec.api with parameters of type DocumentView Modifier and Type Method Description StringDocumentViewCodec. getUrlFromDocumentView(DocumentView docView)Builds an url from the given document view.booleanDocumentViewCodec. 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 DocumentView Modifier and Type Method Description DocumentViewDocumentViewCodecService. getDocumentViewFromUrl(String url, boolean hasBaseUrl, String baseUrl)DocumentViewDocumentViewCodecService. getDocumentViewFromUrl(String codecName, String url, boolean hasBaseUrl, String baseUrl)protected DocumentViewDocumentViewCodecService. getDocumentViewFromUrl(DocumentViewCodec codec, String finalUrl)Methods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentView Modifier and Type Method Description StringDocumentViewCodecService. getUrlFromDocumentView(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl)StringDocumentViewCodecService. getUrlFromDocumentView(DocumentView docView, boolean needBaseUrl, String baseUrl)protected StringDocumentViewCodecService. getUrlFromDocumentView(DocumentViewCodec codec, DocumentView docView, boolean needBaseUrl, String baseUrl)booleanAbstractDocumentViewCodec. handleDocumentView(DocumentView docView) -
Uses of DocumentView in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs that return DocumentView Modifier and Type Method Description DocumentViewRestDocumentViewCodec. getDocumentViewFromUrl(String url)There is no document veiw for Rest codecMethods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type DocumentView Modifier and Type Method Description StringRestDocumentViewCodec. getUrlFromDocumentView(DocumentView docView) -
Uses of DocumentView in org.nuxeo.web.ui
Methods in org.nuxeo.web.ui that return DocumentView Modifier and Type Method Description DocumentViewWebUIRedirectCodec. getDocumentViewFromUrl(String s)Methods in org.nuxeo.web.ui with parameters of type DocumentView Modifier and Type Method Description StringWebUIRedirectCodec. getUrlFromDocumentView(DocumentView docView)
-