Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.common
Class GroovyScriptEvaluator

java.lang.Object
  extended by oracle.apps.fnd.applcore.common.GroovyScriptEvaluator

public class GroovyScriptEvaluator
extends java.lang.Object

Is capable of running arbitrary groovy scripts. sayarram 09/09/10 - Created


Method Summary
static java.lang.Object evaluate(java.lang.String expression, groovy.lang.Binding binding)
          Evaluates the script against the input Binding and returns the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public static java.lang.Object evaluate(java.lang.String expression,
                                        groovy.lang.Binding binding)
Evaluates the script against the input Binding and returns the result.

Parameters:
expression - the text of the script
binding - the variable bindings of a script
Returns:
the result of groovy script execution

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.