Uses of Package
org.apache.sling.scripting.sightly.compiler
-
Packages that use org.apache.sling.scripting.sightly.compiler Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compilerpackage defines the API exposed by theSightlyCompiler. -
Classes in org.apache.sling.scripting.sightly.compiler used by org.apache.sling.scripting.sightly.compiler Class 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.SightlyCompiler TheSightlyCompilerinterprets a HTL script and transforms it internally into aCommandStream.