Remove transformers

This commit is contained in:
Paulo Gustavo Veiga
2022-01-03 16:49:28 -08:00
parent ea5e990b76
commit 7153b0b103
10 changed files with 2 additions and 664 deletions

View File

@@ -93,59 +93,7 @@
</list>
</property>
</bean>
<bean id="transformViewPdf" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="application/pdf"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewPng" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="image/png"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewJpeg" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="image/jpeg"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewFreemind" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="application/freemind"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewSvg" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="image/svg+xml"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewXls" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="application/vnd.ms-excel"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewOdt" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="application/vnd.oasis.opendocument.text"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewTxt" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="text/plain"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewMMap" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="application/vnd.mindjet.mindmanager"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="transformViewWise" class="com.wisemapping.rest.view.TransformView">
<constructor-arg value="application/wisemapping+xml"/>
<constructor-arg ref="notificationService"/>
</bean>
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>