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 2d62166b00
commit 4567008bf9

View File

@@ -125,7 +125,6 @@ public class NodeInfoBean implements Serializable
// create api methods
model.put("date", new Date());
model.put("cropContent", new CropContentMethod());
model.put("url", new BaseTemplateContentServlet.URLHelper(
context.getExternalContext().getRequestContextPath()));
if (nodeRef != null)