@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 theSightlyCompiler
will process during the call of thecompile
methods.CompilerMessage This class describes the messages (warnings or errors) theSightlyCompiler
will produce when compiling a script. -
Class Summary Class Description RuntimeFunction Deprecated. constants are available inRuntimeCall
starting with version 1.2.0 of theorg.apache.sling.scripting.sightly.compiler.expression.nodes
API.SightlyCompiler TheSightlyCompiler
interprets a HTL script and transforms it internally into aCommandStream
. -
Exception Summary Exception Description SightlyCompilerException Exception thrown by theSightlyCompiler
during various processing operations.