@Version("1.0.0")
Package org.apache.sling.scripting.sightly.compiler.backend
The
org.apache.sling.scripting.sightly.compiler.backend
defines the API that can be used by HTL Backend Compilers, used to
compile HTL Command
s into executable code for other languages.-
Interface Summary Interface Description BackendCompiler ABackendCompiler
can be hooked in into theSightlyCompiler
in order to transpile HTLCommand
s into other JVM supported languages.