@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 Commands into executable code for other languages.-
Interface Summary Interface Description BackendCompiler ABackendCompilercan be hooked in into theSightlyCompilerin order to transpile HTLCommands into other JVM supported languages.