public class URITemplatePreviewURIService extends AbstractPreviewURIServiceProvider
| Modifier and Type | Field and Description |
|---|---|
protected String |
uriTemplate |
| Constructor and Description |
|---|
URITemplatePreviewURIService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviewURI(String storeId,
String pathToAsset,
PreviewContext ignored) |
void |
setUriTemplate(String uriTemplate) |
getPreviewURIsprotected String uriTemplate
public void setUriTemplate(String uriTemplate)
public String getPreviewURI(String storeId, String pathToAsset, PreviewContext ignored)
getPreviewURI in interface PreviewURIServiceProvidergetPreviewURI in class AbstractPreviewURIServiceProviderstoreId - The sandbox store id to generate the preview URI for.pathToAsset - The path to the asset to generate the preview URI for (can be null or empty, to return preview URL to store).ignored - Additional preview contextCopyright © 2005–2014 Alfresco Software. All rights reserved.