org.alfresco.web.bean.wcm.preview
Interface PreviewURIService

All Known Implementing Classes:
NullPreviewURIService, StoreSpecificPreviewURIService, URITemplatePreviewURIService, VirtualisationServerPreviewURIService

Deprecated. see org.alfresco.wcm.preview.PreviewURIServiceProvider

public interface PreviewURIService

Abstraction for generating preview URLs.

Since:
2.2.1

Method Summary
 java.lang.String getPreviewURI(java.lang.String storeId, java.lang.String pathToAsset)
          Deprecated.  
 

Method Detail

getPreviewURI

java.lang.String getPreviewURI(java.lang.String storeId,
                               java.lang.String pathToAsset)
Deprecated. 
Parameters:
storeId - The id of the store 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)
Returns:
The Preview URI for the given store id and/or asset (may be null).


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.