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