Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core.scripting
Class Scripting

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.scripting.Scripting

public class Scripting
extends Object

Author:
Bogdan Stefanescu

Nested Class Summary
static class Scripting.GroovyScript
           
static class Scripting.MvelScript
           
static interface Scripting.Script
           
 
Constructor Summary
Scripting()
           
 
Method Summary
static Map<String,Object> initBindings(OperationContext ctx)
           
static Expression newExpression(String expr)
           
static Expression newTemplate(String expr)
           
static void run(OperationContext ctx, URL script)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scripting

public Scripting()
Method Detail

newExpression

public static Expression newExpression(String expr)

newTemplate

public static Expression newTemplate(String expr)

run

public static void run(OperationContext ctx,
                       URL script)
                throws Exception
Throws:
Exception

initBindings

public static Map<String,Object> initBindings(OperationContext ctx)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.