mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14642 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
804 B
XML
23 lines
804 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<beans>
|
|
|
|
<bean id="previewURIServiceRegistry" class="org.alfresco.wcm.preview.PreviewURIServiceRegistryImpl">
|
|
<property name="defaultProviderName">
|
|
<value>Virtualisation Server Preview</value>
|
|
</property>
|
|
<property name="previewURIServiceProvidersByName">
|
|
<map>
|
|
<entry key="Virtualisation Server Preview">
|
|
<ref bean="virtServerPreviewURIService"/>
|
|
</entry>
|
|
<entry key="NOOP Preview">
|
|
<ref bean="nullPreviewURIService"/>
|
|
</entry>
|
|
</map>
|
|
</property>
|
|
</bean>
|
|
|
|
</beans>
|