Package org.apache.sling.scripting.sightly.compiler.backend
@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.-
ClassDescriptionA
BackendCompiler
can be hooked in into theSightlyCompiler
in order to transpile HTLCommand
s into other JVM supported languages.