| Package | Description | 
|---|---|
| org.apache.sling.api.scripting | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | SlingScript. call(SlingBindings props,
    String method,
    Object... args)Evaluates this script using the bound variables as global variables to
 the script and then calls the given method with the arguments. | 
| Object | SlingScript. eval(SlingBindings props)Evaluates this script using the bound variables as global variables to
 the script. | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.