aem.groovy.console.aem-groovy-console.16.0.0.source-code.email-success.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-groovy-console Show documentation
Show all versions of aem-groovy-console Show documentation
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be
created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the AEM, Sling,
or JCR APIs.
The newest version!
Script executed by $username on $timestamp.
Script
$script
<%
if (result) {
out << "Result
"
out << "${result}
"
}
if (output) {
out << "Output
"
out << "${output}
"
}
%>Running Time
$runningTime
© 2015 - 2025 Weber Informatics LLC | Privacy Policy