Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core.rendering
Class MvelRender

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.rendering.MvelRender
All Implemented Interfaces:
Renderer

public class MvelRender
extends Object
implements Renderer

MVEL rendering using a simple cache of compiled template.

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from interface org.nuxeo.ecm.automation.core.rendering.Renderer
TEMPLATE_PREFIX
 
Constructor Summary
MvelRender()
           
 
Method Summary
 String render(String uriOrContent, Map<String,Object> root)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvelRender

public MvelRender()
Method Detail

render

public String render(String uriOrContent,
                     Map<String,Object> root)
              throws Exception
Specified by:
render in interface Renderer
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.