commit | d513dbef4ceef24d7dece038e2ddd967c99e60a3 | [log] [tgz] |
---|---|---|
author | Radu Cotescu <radu@apache.org> | Wed Dec 13 17:29:22 2017 +0100 |
committer | Radu Cotescu <radu@apache.org> | Wed Dec 13 17:29:22 2017 +0100 |
tree | 8706b54397ac6482fec7ed716508dc8a6316e971 | |
parent | f451f61299340d1ec846412f080831df9176d275 [diff] |
SLING-7306 - The JS Use Provider bundle should explicitly depend on the Rhino Script Engine * explicitly ask for the Rhino script engine in the JsUseProvider; fail early if the engine is not available * improved used resource resolver
This module is part of the Apache Sling project.
This bundle allows HTL‘s Use API to access JS scripts. It also wraps Sling’s JS engine in a simulated event loop.
The bundle also contains a bindings values provider that adds an API layer accessible from HTL & JS. The implementation of that API can be found in src/main/resources/SLING-INF
.