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 DocumentView
DocumentPreviewCodec. getDocumentViewFromUrl(String url)
Methods in org.nuxeo.ecm.platform.preview.codec with parameters of type DocumentView Modifier and Type Method Description String
DocumentPreviewCodec. 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 class
DocumentViewImpl
TODO: 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 DocumentView
DocumentViewCodecManager. getDocumentViewFromUrl(String url, boolean hasBaseUrl, String baseUrl)
Returns a DocumentView applying for given url, or null.DocumentView
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 DocumentView Modifier and Type Method Description String
DocumentViewCodecManager. getUrlFromDocumentView(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl)
Returns an URL callingDocumentViewCodec.getUrlFromDocumentView(DocumentView)
on codec with given name.String
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 DocumentView Modifier and Type Method Description DocumentView
DocumentFileCodec. getDocumentViewFromUrl(String url)
Extracts document location from a Zope-like URL ie : server/path_or_docId/view_id/tab_id .DocumentView
DocumentIdCodec. getDocumentViewFromUrl(String url)
Extracts document location from a Zope-like URL ie: server/path_or_docId/view_id/tab_id .DocumentView
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 DocumentView Modifier and Type Method Description static String
DocumentFileCodec. getFilename(DocumentModel doc, DocumentView docView)
String
DocumentFileCodec. getUrlFromDocumentView(DocumentView docView)
String
DocumentIdCodec. getUrlFromDocumentView(DocumentView docView)
String
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 DocumentView Modifier and Type Method Description DocumentView
DocumentViewCodec. 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 String
DocumentViewCodec. 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 DocumentView Modifier and Type Method Description DocumentView
DocumentViewCodecService. getDocumentViewFromUrl(String url, boolean hasBaseUrl, String baseUrl)
DocumentView
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 DocumentView Modifier and Type Method Description String
DocumentViewCodecService. getUrlFromDocumentView(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl)
String
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 DocumentView Modifier and Type Method Description DocumentView
RestDocumentViewCodec. 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 String
RestDocumentViewCodec. 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 DocumentView
WebUIRedirectCodec. getDocumentViewFromUrl(String s)
Methods in org.nuxeo.web.ui with parameters of type DocumentView Modifier and Type Method Description String
WebUIRedirectCodec. getUrlFromDocumentView(DocumentView docView)
-