Mimetypes available for transform action in the UI are now defined in an overrideable bean

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2216 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-26 13:46:46 +00:00
parent b36a235769
commit 9160578c9a
5 changed files with 70 additions and 54 deletions

View File

@@ -488,6 +488,10 @@
<property-name>rulesBean</property-name>
<value>#{RulesBean}</value>
</managed-property>
<managed-property>
<property-name>transformMimetypes</property-name>
<value>#{webClientTransformMimetypes}</value>
</managed-property>
</managed-bean>
<managed-bean>
@@ -525,6 +529,10 @@
<property-name>mimetypeService</property-name>
<value>#{MimetypeService}</value>
</managed-property>
<managed-property>
<property-name>transformMimetypes</property-name>
<value>#{webClientTransformMimetypes}</value>
</managed-property>
</managed-bean>
<managed-bean>

View File

@@ -57,9 +57,9 @@
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath:alfresco/application-context.xml
classpath:alfresco/web-client-application-context.xml
classpath:web-services-application-context.xml
classpath:alfresco/application-context.xml
</param-value>
<description>Spring config file locations</description>
</context-param>