@Version("1.1.0")
Package org.apache.sling.scripting.sightly.compiler
The
org.apache.sling.scripting.sightly.compiler package defines the API exposed by the
SightlyCompiler.-
Interface Summary Interface Description CompilationResult This class encapsulates the result of a compile operation performed by theSightlyCompiler.CompilationUnit This class describes a compilation unit that theSightlyCompilerwill process during the call of thecompilemethods.CompilerMessage This class describes the messages (warnings or errors) theSightlyCompilerwill produce when compiling a script. -
Class Summary Class Description RuntimeFunction Deprecated. constants are available inRuntimeCallstarting with version 1.2.0 of theorg.apache.sling.scripting.sightly.compiler.expression.nodesAPI.SightlyCompiler TheSightlyCompilerinterprets a HTL script and transforms it internally into aCommandStream. -
Exception Summary Exception Description SightlyCompilerException Exception thrown by theSightlyCompilerduring various processing operations.