Uses of Class
org.apache.sling.scripting.sightly.compiler.SightlyCompiler
-
Packages that use SightlyCompiler Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compiler
package defines the API exposed by theSightlyCompiler
. -
-
Uses of SightlyCompiler in org.apache.sling.scripting.sightly.compiler
Methods in org.apache.sling.scripting.sightly.compiler that return SightlyCompiler Modifier and Type Method Description static SightlyCompiler
SightlyCompiler. withKnownExpressionOptions(@NotNull Set<String> options)
Returns an instance of theSightlyCompiler
with the providedoptions
added to the list of known expression options.
-