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 Commands into executable code for other languages.-
InterfacesClassDescriptionA
BackendCompilercan be hooked in into theSightlyCompilerin order to transpile HTLCommands into other JVM supported languages.