Modifier and Type | Method and Description |
---|---|
DocumentView |
AdminViewCodec.getDocumentViewFromUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
AdminViewCodec.getUrlFromDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
URNDocumentViewTranslator.getDocumentViewFromUri(URI uri) |
Modifier and Type | Method and Description |
---|---|
protected URI |
DefaultNuxeoUriResolver.getGraphURIFromDocumentView(DocumentView view) |
URI |
DefaultNuxeoUriResolver.getUri(DocumentView view,
String baseUrl) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
LayoutDemoURLCodec.getDocumentViewFromUrl(String url)
Extracts view id and parameters, for both get and post methods
|
Modifier and Type | Method and Description |
---|---|
String |
LayoutDemoURLCodec.getUrlFromDocumentView(DocumentView docView) |
String |
LayoutDemoActions.initContextFromRestRequest(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
void |
PictureManagerBean.download(DocumentView docView) |
void |
PictureManager.download(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
DocumentPreviewCodec.getDocumentViewFromUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
DocumentPreviewCodec.getUrlFromDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
RenditionBasedCodec.getDocumentViewFromUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
RenditionBasedCodec.getUrlFromDocumentView(DocumentView docView) |
protected String |
RenditionBasedCodec.getUrlFromDocumentViewWithId(DocumentView docView) |
void |
AbstractRenditionRestHelper.render(DocumentView docView) |
Modifier and Type | Field and Description |
---|---|
protected DocumentView |
RestHelper.docView |
Modifier and Type | Method and Description |
---|---|
DocumentView |
RestHelper.getDocumentView() |
DocumentView |
RestHelper.getNewDocumentView() |
DocumentView |
RestHelper.getNewDocumentView(String mainTabId) |
Modifier and Type | Method and Description |
---|---|
String |
RestHelper.initContextFromRestRequest(DocumentView docView)
Sets current server location (core repository) and core document as provided by the document view.
|
protected String |
FancyURLResponseWrapper.rewriteUrl(String url,
DocumentView docView,
URLPolicyService service)
Rewrites url for given document view but extracts view id from the original url.
|
void |
RestHelper.setDocumentView(DocumentView docView) |
Constructor and Description |
---|
FancyURLRequestWrapper(javax.servlet.http.HttpServletRequest request,
DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
URLPolicyService.getDocumentViewFromRequest(javax.servlet.http.HttpServletRequest request)
Builds the document view from request information.
|
DocumentView |
URLPolicyService.getDocumentViewFromRequest(String pattern,
javax.servlet.http.HttpServletRequest request)
Builds the document view from request information.
|
Modifier and Type | Method and Description |
---|---|
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(javax.servlet.http.HttpServletRequest request,
DocumentView docView)
Adds document view to the request for later retrieval.
|
Modifier and Type | Method and Description |
---|---|
DocumentView |
URLPolicyServiceImpl.getDocumentViewFromRequest(javax.servlet.http.HttpServletRequest request) |
DocumentView |
URLPolicyServiceImpl.getDocumentViewFromRequest(String patternName,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
String |
URLPolicyServiceImpl.getUrlFromDocumentView(DocumentView docView,
String baseUrl) |
String |
URLPolicyServiceImpl.getUrlFromDocumentView(String patternName,
DocumentView docView,
String baseUrl) |
protected URLPatternDescriptor |
URLPolicyServiceImpl.getURLPatternDescriptor(DocumentView docView) |
void |
URLPolicyServiceImpl.setDocumentViewInRequest(javax.servlet.http.HttpServletRequest request,
DocumentView docView) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentViewImpl
TODO: document me.
|
Modifier and Type | Method and 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 calling
DocumentViewCodec#getDocumentViewFromUrl(String, boolean, String) on codec
with given name. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DocumentView |
DocumentFileCodec.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 .
|
DocumentView |
DocumentIdCodec.getDocumentViewFromUrl(String url)
Extracts document location from a Zope-like URL ie: server/path_or_docId/view_id/tab_id .
|
Modifier and Type | Method and Description |
---|---|
static String |
DocumentFileCodec.getFilename(DocumentModel doc,
DocumentView docView) |
String |
DocumentFileCodec.getUrlFromDocumentView(DocumentView docView) |
String |
DocumentPathCodec.getUrlFromDocumentView(DocumentView docView) |
String |
DocumentIdCodec.getUrlFromDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
DocumentViewCodec.getDocumentViewFromUrl(String url)
Extracts the document view from given url.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentView |
DocumentViewCodecService.getDocumentViewFromUrl(DocumentViewCodec codec,
String finalUrl) |
DocumentView |
DocumentViewCodecService.getDocumentViewFromUrl(String url,
boolean hasBaseUrl,
String baseUrl) |
DocumentView |
DocumentViewCodecService.getDocumentViewFromUrl(String codecName,
String url,
boolean hasBaseUrl,
String baseUrl) |
Modifier and Type | Method and Description |
---|---|
String |
DocumentViewCodecService.getUrlFromDocumentView(DocumentView docView,
boolean needBaseUrl,
String baseUrl) |
protected String |
DocumentViewCodecService.getUrlFromDocumentView(DocumentViewCodec codec,
DocumentView docView,
boolean needBaseUrl,
String baseUrl) |
String |
DocumentViewCodecService.getUrlFromDocumentView(String codecName,
DocumentView docView,
boolean needBaseUrl,
String baseUrl) |
boolean |
AbstractDocumentViewCodec.handleDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
RestDocumentViewCodec.getDocumentViewFromUrl(String url)
There is no document veiw for Rest codec
|
Modifier and Type | Method and Description |
---|---|
String |
RestDocumentViewCodec.getUrlFromDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
StyleGuideURLCodec.getDocumentViewFromUrl(String url)
Extracts view id and parameters, for both get and post methods
|
Modifier and Type | Method and Description |
---|---|
String |
StyleGuideURLCodec.getUrlFromDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
UserCodec.getDocumentViewFromUrl(String url) |
DocumentView |
GroupCodec.getDocumentViewFromUrl(String url) |
DocumentView |
AbstractUserGroupCodec.getDocumentViewFromUrl(String url,
String defaultTab,
String paramIdName,
String paramShowName)
Get the DocumentView for a user or a group from a URL.
|
Modifier and Type | Method and Description |
---|---|
String |
UserCodec.getUrlFromDocumentView(DocumentView docView) |
String |
GroupCodec.getUrlFromDocumentView(DocumentView docView) |
String |
AbstractUserGroupCodec.getUrlFromDocumentViewAndID(DocumentView docView,
String paramName)
Get the url from a DocumentView for a user or a group.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentActionsBean.download(DocumentView docView) |
void |
DocumentActions.download(DocumentView docView)
Downloads file as described by given document view.
|
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailManagerBean.downloadThumbnail(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchCodec.handleDocumentView(DocumentView docView)
Never handle document views: this codec is useless on post requests.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentView |
SearchUIActions.computeDocumentView(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
String |
SearchUIActions.loadPermanentLink(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
WebUIRedirectCodec.getDocumentViewFromUrl(String s) |
Modifier and Type | Method and Description |
---|---|
String |
WebUIRedirectCodec.getUrlFromDocumentView(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
WebNotificationDocumentIdCodec.getDocumentViewFromUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
WebNotificationDocumentIdCodec.getUrlFromDocumentView(DocumentView docView) |
Copyright © 2018 Nuxeo. All rights reserved.