Package org.apache.sling.scripting.sightly.compiler
@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
.-
ClassDescriptionThis class encapsulates the result of a compile operation performed by the
SightlyCompiler
.This class describes a compilation unit that theSightlyCompiler
will process during the call of thecompile
methods.This class describes the messages (warnings or errors) theSightlyCompiler
will produce when compiling a script.Deprecated.TheSightlyCompiler
interprets a HTL script and transforms it internally into aCommandStream
.Exception thrown by theSightlyCompiler
during various processing operations.
RuntimeCall
starting with version 1.2.0 of theorg.apache.sling.scripting.sightly.compiler.expression.nodes
API.