CropContent API now available to all templates in repo-tier (i.e. repo webscripts).

Most usages of this will be replaced by the new ThumbnailService in the future.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9533 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-06-20 14:54:41 +00:00
parent 95e28f3b14
commit 11ef50b017
2 changed files with 9 additions and 2 deletions

View File

@@ -117,10 +117,16 @@
</property>
</bean>
<bean id="urlEncodeTemplateExtension" parent="baseTemplateImplementation" class="org.alfresco.repo.template.ISO8601DateFormatMethod">
<bean id="urlEncodeTemplateExtension" parent="baseTemplateImplementation" class="org.alfresco.repo.template.UrlEncodeMethod">
<property name="extensionName">
<value>urlencode</value>
</property>
</bean>
<bean id="cropContentTemplateExtension" parent="baseTemplateImplementation" class="org.alfresco.repo.template.CropContentMethod">
<property name="extensionName">
<value>cropContent</value>
</property>
</bean>
</beans>