Uses of Package
org.apache.sling.scripting.sightly.compiler
Package
Description
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.TheSightlyCompiler
interprets a HTL script and transforms it internally into aCommandStream
. -
ClassDescriptionThis class encapsulates the result of a compile operation performed by the
SightlyCompiler
.This class describes the messages (warnings or errors) theSightlyCompiler
will produce when compiling a script. -