Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.url.api.DocumentView

Packages that use DocumentView
org.nuxeo.ecm.admin.url   
org.nuxeo.ecm.platform.annotations.repository   
org.nuxeo.ecm.platform.picture.web   
org.nuxeo.ecm.platform.preview.codec   
org.nuxeo.ecm.platform.ui.web.rest   
org.nuxeo.ecm.platform.ui.web.rest.api   
org.nuxeo.ecm.platform.ui.web.rest.services   
org.nuxeo.ecm.platform.url   
org.nuxeo.ecm.platform.url.api   
org.nuxeo.ecm.platform.url.codec   
org.nuxeo.ecm.platform.url.codec.api   
org.nuxeo.ecm.platform.url.service   
org.nuxeo.ecm.webapp.contentbrowser   
 

Uses of DocumentView in org.nuxeo.ecm.admin.url
 

Methods in org.nuxeo.ecm.admin.url that return DocumentView
 DocumentView AdminViewCodec.getDocumentViewFromUrl(String url)
           
 

Methods in org.nuxeo.ecm.admin.url with parameters of type DocumentView
 String AdminViewCodec.getUrlFromDocumentView(DocumentView docView)
           
 

Uses of DocumentView in org.nuxeo.ecm.platform.annotations.repository
 

Methods in org.nuxeo.ecm.platform.annotations.repository that return DocumentView
 DocumentView URNDocumentViewTranslator.getDocumentViewFromUri(URI uri)
           
 

Methods in org.nuxeo.ecm.platform.annotations.repository with parameters of type DocumentView
 URI DefaultNuxeoUriResolver.getUri(DocumentView view, String baseUrl)
           
 

Uses of DocumentView in org.nuxeo.ecm.platform.picture.web
 

Methods in org.nuxeo.ecm.platform.picture.web with parameters of type DocumentView
 void PictureManagerBean.download(DocumentView docView)
           
 void PictureManager.download(DocumentView docView)
           
 

Uses of DocumentView in org.nuxeo.ecm.platform.preview.codec
 

Methods in org.nuxeo.ecm.platform.preview.codec that return DocumentView
 DocumentView DocumentPreviewCodec.getDocumentViewFromUrl(String url)
           
 

Methods in org.nuxeo.ecm.platform.preview.codec with parameters of type DocumentView
 String DocumentPreviewCodec.getUrlFromDocumentView(DocumentView docView)
           
 

Uses of DocumentView in org.nuxeo.ecm.platform.ui.web.rest
 

Methods in org.nuxeo.ecm.platform.ui.web.rest that return DocumentView
 DocumentView RestHelper.getDocumentView()
           
 DocumentView RestHelper.getNewDocumentView()
           
 DocumentView RestHelper.getNewDocumentView(String mainTabId)
           
 

Methods in org.nuxeo.ecm.platform.ui.web.rest with parameters of type DocumentView
 String RestHelper.initContextFromRestRequest(DocumentView docView)
          Sets current server location (core repository) and core document as provided by the document view.
 void RestHelper.setDocumentView(DocumentView docView)
           
 

Constructors in org.nuxeo.ecm.platform.ui.web.rest with parameters of type DocumentView
FancyURLRequestWrapper(HttpServletRequest request, DocumentView docView)
           
 

Uses of DocumentView in org.nuxeo.ecm.platform.ui.web.rest.api
 

Methods in org.nuxeo.ecm.platform.ui.web.rest.api that return DocumentView
 DocumentView URLPolicyService.getDocumentViewFromRequest(HttpServletRequest request)
          Builds the document view from request information.
 DocumentView URLPolicyService.getDocumentViewFromRequest(String pattern, HttpServletRequest request)
          Builds the document view from request information.
 

Methods in org.nuxeo.ecm.platform.ui.web.rest.api with parameters of type DocumentView
 String URLPolicyService.getUrlFromDocumentView(DocumentView docView, String baseUrl)
          Returns a URL given a document view.
 String URLPolicyService.getUrlFromDocumentView(String pattern, DocumentView docView, String baseUrl)
          Returns a URL given a document view.
 void URLPolicyService.setDocumentViewInRequest(HttpServletRequest request, DocumentView docView)
          Adds document view to the request for later retrieval.
 

Uses of DocumentView in org.nuxeo.ecm.platform.ui.web.rest.services
 

Methods in org.nuxeo.ecm.platform.ui.web.rest.services that return DocumentView
 DocumentView URLPolicyServiceImpl.getDocumentViewFromRequest(HttpServletRequest request)
           
 DocumentView URLPolicyServiceImpl.getDocumentViewFromRequest(String patternName, HttpServletRequest request)
           
 

Methods in org.nuxeo.ecm.platform.ui.web.rest.services with parameters of type DocumentView
 String URLPolicyServiceImpl.getUrlFromDocumentView(DocumentView docView, String baseUrl)
           
 String URLPolicyServiceImpl.getUrlFromDocumentView(String patternName, DocumentView docView, String baseUrl)
           
 void URLPolicyServiceImpl.setDocumentViewInRequest(HttpServletRequest request, DocumentView docView)
           
 

Uses of DocumentView in org.nuxeo.ecm.platform.url
 

Classes in org.nuxeo.ecm.platform.url that implement DocumentView
 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
 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 calling DocumentViewCodec#getDocumentViewFromUrl(String, boolean, String) on codec with given name.
 

Methods in org.nuxeo.ecm.platform.url.api with parameters of type DocumentView
 String DocumentViewCodecManager.getUrlFromDocumentView(DocumentView docView, boolean needBaseUrl, String baseUrl)
          Returns an URL applying for given document view, or null.
 String DocumentViewCodecManager.getUrlFromDocumentView(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl)
          Returns an URL calling {@link DocumentViewCodec#getUrlFromDocumentView(DocumentView) on codec with given name.
 

Uses of DocumentView in org.nuxeo.ecm.platform.url.codec
 

Methods in org.nuxeo.ecm.platform.url.codec that return DocumentView
 DocumentView DocumentPathCodec.getDocumentViewFromUrl(String url)
          Extracts document location from a Zope-like URL, eg: 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 DocumentFileCodec.getDocumentViewFromUrl(String url)
          Extracts document location from a Zope-like URL ie : server/path_or_docId/view_id/tab_id .
 

Methods in org.nuxeo.ecm.platform.url.codec with parameters of type DocumentView
static Blob DocumentFileCodec.getBlob(DocumentModel doc, DocumentView docView)
           
static String DocumentFileCodec.getBlobPropertyName(DocumentView docView)
           
static String DocumentFileCodec.getFilename(DocumentModel doc, DocumentView docView)
           
static String DocumentFileCodec.getFilenamePropertyName(DocumentView docView)
           
 String DocumentPathCodec.getUrlFromDocumentView(DocumentView docView)
           
 String DocumentIdCodec.getUrlFromDocumentView(DocumentView docView)
           
 String DocumentFileCodec.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
 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
 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
 DocumentView DocumentViewCodecService.getDocumentViewFromUrl(String url, boolean hasBaseUrl, String baseUrl)
           
 DocumentView DocumentViewCodecService.getDocumentViewFromUrl(String codecName, String url, boolean hasBaseUrl, String baseUrl)
           
 

Methods in org.nuxeo.ecm.platform.url.service with parameters of type DocumentView
 String DocumentViewCodecService.getUrlFromDocumentView(DocumentView docView, boolean needBaseUrl, String baseUrl)
           
 String DocumentViewCodecService.getUrlFromDocumentView(String codecName, DocumentView docView, boolean needBaseUrl, String baseUrl)
           
 boolean AbstractDocumentViewCodec.handleDocumentView(DocumentView docView)
           
 

Uses of DocumentView in org.nuxeo.ecm.webapp.contentbrowser
 

Methods in org.nuxeo.ecm.webapp.contentbrowser with parameters of type DocumentView
 void DocumentActionsBean.download(DocumentView docView)
           
 void DocumentActions.download(DocumentView docView)
          Downloads file as described by given document view.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.