The PreviewURLManager component maintains a list of PreviewURL components and is created from this class:

atg.service.preview.PreviewManager

This component has one property that must be set:

Property

Description

previewURLs

A list of PreviewURL components. This property determines which URLs are displayed to Asset Manager or ATG Content Administration users in the Preview Launcher dialog, for previewing project assets.

For example:

# /atg/dynamo/service/preview/PreviewURLManager
previewURLs+=\
   /atg/dynamo/service/preview/SketchRemoteHomeURL,\
   /atg/dynamo/service/preview/SketchRemoteCategoryURL,\
   /atg/dynamo/service/preview/SketchRemoteSubCategoryURL,\
   /atg/dynamo/service/preview/SketchRemoteProductURL,\
   /atg/dynamo/service/preview/SketchLocalHomeURL,\
   /atg/dynamo/service/preview/SketchLocalCategoryURL,\
   /atg/dynamo/service/preview/SketchLocalSubCategoryURL,\
   /atg/dynamo/service/preview/SketchLocalProductURL
 
loading table of contents...