org.alfresco.web.bean.wcm.preview
Class VirtualisationServerPreviewURIService

java.lang.Object
  extended by org.alfresco.wcm.preview.AbstractPreviewURIServiceProvider
      extended by org.alfresco.wcm.preview.VirtualisationServerPreviewURIService
          extended by org.alfresco.web.bean.wcm.preview.VirtualisationServerPreviewURIService
All Implemented Interfaces:
org.alfresco.wcm.preview.PreviewURIServiceProvider, PreviewURIService

Deprecated. see org.alfresco.wcm.preview.VirtualisationServerPreviewURIService

public class VirtualisationServerPreviewURIService
extends org.alfresco.wcm.preview.VirtualisationServerPreviewURIService
implements PreviewURIService

A PreviewURIService that constructs a virtualisation server URI.

Since:
2.2.1

Field Summary
 
Fields inherited from class org.alfresco.wcm.preview.VirtualisationServerPreviewURIService
DEFAULT_VSERVER_IP, DEFAULT_VSERVER_PORT, PREVIEW_ASSET_URL, PREVIEW_SANDBOX_URL
 
Constructor Summary
VirtualisationServerPreviewURIService()
          Deprecated.  
 
Method Summary
 java.lang.String getPreviewURI(java.lang.String sbStoreId, java.lang.String pathToAsset)
          Deprecated.  
 
Methods inherited from class org.alfresco.wcm.preview.VirtualisationServerPreviewURIService
getPreviewURI, setAvmService, setVirtServerRegistry
 
Methods inherited from class org.alfresco.wcm.preview.AbstractPreviewURIServiceProvider
getPreviewURIs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualisationServerPreviewURIService

public VirtualisationServerPreviewURIService()
Deprecated. 
Method Detail

getPreviewURI

public java.lang.String getPreviewURI(java.lang.String sbStoreId,
                                      java.lang.String pathToAsset)
Deprecated. 
Specified by:
getPreviewURI in interface PreviewURIService
Parameters:
sbStoreId - 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).
See Also:
PreviewURIService.getPreviewURI(java.lang.String, java.lang.String)


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