| Package | Description |
|---|---|
| org.alfresco.wcm.preview |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPreviewURIServiceProvider
Abstract Preview URI Service Provider
|
class |
NullPreviewURIService
A PreviewURIService that always returns null (no preview URI).
|
class |
URITemplatePreviewURIService
A PreviewURIService that takes a URI template and replaces the following parameters per request:
{storeId} - the store Id of the preview request
{pathToAsset} - the full path and filename of the asset being previewed (including a leading '/')
|
class |
VirtualisationServerPreviewURIService
A PreviewURIService that constructs a virtualisation server URI.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PreviewURIServiceProvider> |
PreviewURIServiceRegistryImpl.getPreviewURIServiceProviders() |
Map<String,PreviewURIServiceProvider> |
PreviewURIServiceRegistry.getPreviewURIServiceProviders()
Return list of registered PreviewURI service providers
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewURIServiceRegistryImpl.setPreviewURIServiceProvidersByName(Map<String,PreviewURIServiceProvider> previewURIServicesByName) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.