commit | 7563f586eca738b0ff4f34d77a9b92ede2723f69 | [log] [tgz] |
---|---|---|
author | Radu Cotescu <radu@apache.org> | Wed Jul 10 17:22:19 2024 +0200 |
committer | Radu Cotescu <radu@apache.org> | Wed Jul 10 17:22:19 2024 +0200 |
tree | f3090e17bcc4a0f1a915e97b89cb2133a000ff92 | |
parent | ff23f3909086e218a49ce2071cd789070f8fbdbf [diff] |
SLING-12377 - Repository-based JS Use objects cannot be located when using relative paths * corrected logic for solving script-relative JS use objects * also cleaned code to directly use the ResourceResolver.getResource API
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
.