Uses of Package
org.apache.sling.scripting.sightly.compiler.commands
Packages that use org.apache.sling.scripting.sightly.compiler.commands
Package
Description
The
org.apache.sling.scripting.sightly.compiler
package defines the API exposed by the
SightlyCompiler
.The
org.apache.sling.scripting.sightly.compiler.backend
defines the API that can be used by HTL Backend Compilers, used to
compile HTL Command
s into executable code for other languages.The
org.apache.sling.scripting.sightly.compiler.commands
package defines the API for
Command
processing.Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compilerClassDescriptionThis interface defines a stream to which
Command
s are pushed during the compilation of a HTL script by theSightlyCompiler
. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compiler.backendClassDescriptionThis interface defines a stream to which
Command
s are pushed during the compilation of a HTL script by theSightlyCompiler
. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compiler.commandsClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.TheCommandVisitor
is the mechanism through which aCommand
can be processed.ThisCommand
renders a variable's value.ThisCommand
renders a text fragment. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compilerClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.debugClassDescriptionThis class can be extended by
CommandVisitor
implementations that don't provide support for all the availableCommand
s.ACommand
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.TheCommandVisitor
is the mechanism through which aCommand
can be processed. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.optimizationClassDescriptionThis class can be extended by
CommandVisitor
implementations that don't provide support for all the availableCommand
s.ACommand
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.TheCommandVisitor
is the mechanism through which aCommand
can be processed.ThisCommand
renders a variable's value. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.optimization.reduceClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandVisitor
is the mechanism through which aCommand
can be processed. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.util.streamClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.TheCommandVisitor
is the mechanism through which aCommand
can be processed. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.visitor
-
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.java.compilerClassDescriptionThis interface defines a stream to which
Command
s are pushed during the compilation of a HTL script by theSightlyCompiler
.