Studio Developer Manual / Version 2010
Table Of Contents- uriTemplate
The uri template (spring boot style) to calculate/evaluate the preview url.
Example: https://my-pwa-host.de/preview/{numericContentId}/{contentType}/{previewDateRFC1123}
These template variables are available to the uri template:
- contentId
Contains the schemed content id, like 'coremedia:///cap/content/550'
- numericContentId
Contains only the numeric part of the content id.
- contentType
The Type of the content object, e.g CMChannel.
- previewDate
The preview date as used by studio client, formatted as: 'dd-MM-yyyy HH:mm VV'
- previewDateRFC1123
The preview date, formatted accordingly to RFC 1123, which is commonly used for date http headers: 'EEE, dd MMM yyyy HH:mm:ss zzz'
- view
The type of the request preview, e.g. fragmentPreview.