Modifier and Type | Method and Description |
---|---|
boolean |
DamIdCodec.handleDocumentView(DocumentView docView)
Never handle document views: this codec is useless on post requests.
|
boolean |
DamCodec.handleDocumentView(DocumentView docView)
Never handle document views: this codec is useless on post requests.
|
Modifier and Type | Method and Description |
---|---|
String |
DamSearchActions.loadPermanentLink(DocumentView docView) |
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 |
---|---|
URI |
DefaultNuxeoUriResolver.getUri(DocumentView view,
String baseUrl) |
Modifier and Type | Method and Description |
---|---|
String |
FacetedSearchPermanentLinkActions.loadPermanentLink(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
DocumentView |
FacetedSearchViewCodec.getDocumentViewFromUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
FacetedSearchViewCodec.getUrlFromDocumentView(DocumentView docView) |
boolean |
FacetedSearchViewCodec.handleDocumentView(DocumentView docView)
Never handle document views: this codec is useless on post requests
|
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) |
void |
AbstractRenditionRestHelper.render(DocumentView docView) |
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailManagerBean.downloadThumbnail(DocumentView 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.
|
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) |
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 |
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 .
|
Modifier and Type | Method and Description |
---|---|
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) |
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 |
---|---|
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) |
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 |
CollaborationCodec.getDocumentViewFromUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
CollaborationCodec.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 |
DocumentActions.download(DocumentView docView)
Downloads file as described by given document view.
|
void |
DocumentActionsBean.download(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 |
---|---|
String |
SearchUIActions.loadPermanentLink(DocumentView docView) |
Copyright © 2015 Nuxeo SA. All rights reserved.