Uses of Package
org.apache.sling.scripting.sightly.compiler.commands
-
Packages that use org.apache.sling.scripting.sightly.compiler.commands Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compiler
package defines the API exposed by theSightlyCompiler
.org.apache.sling.scripting.sightly.compiler.backend Theorg.apache.sling.scripting.sightly.compiler.backend
defines the API that can be used by HTL Backend Compilers, used to compile HTLCommand
s into executable code for other languages.org.apache.sling.scripting.sightly.compiler.commands Theorg.apache.sling.scripting.sightly.compiler.commands
package defines the API forCommand
processing.org.apache.sling.scripting.sightly.impl.compiler org.apache.sling.scripting.sightly.impl.compiler.debug org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce org.apache.sling.scripting.sightly.impl.compiler.util.stream org.apache.sling.scripting.sightly.impl.compiler.visitor -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compiler Class Description CommandStream 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.compiler.backend Class Description CommandStream 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.compiler.commands Class Description Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.CommandVisitor TheCommandVisitor
is the mechanism through which aCommand
can be processed.Conditional.End Conditional.Start Loop.End Loop.Start OutputVariable ThisCommand
renders a variable's value.OutText ThisCommand
renders a text fragment.Procedure.Call Procedure.End Procedure.Start StatefulVisitor.StateControl VariableBinding.End VariableBinding.Global VariableBinding.Start -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler Class Description Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.CommandStream 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.debug Class Description AbstractCommandVisitor This class can be extended byCommandVisitor
implementations that don't provide support for all the availableCommand
s.Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.CommandVisitor TheCommandVisitor
is the mechanism through which aCommand
can be processed.Conditional.End Conditional.Start Loop.End Loop.Start Procedure.End Procedure.Start VariableBinding.End VariableBinding.Start -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.optimization Class Description AbstractCommandVisitor This class can be extended byCommandVisitor
implementations that don't provide support for all the availableCommand
s.Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.CommandVisitor TheCommandVisitor
is the mechanism through which aCommand
can be processed.Conditional.End Conditional.Start Loop.Start OutputVariable ThisCommand
renders a variable's value.Procedure.Call StatefulVisitor.StateControl VariableBinding.End VariableBinding.Global VariableBinding.Start -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce Class Description Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandVisitor TheCommandVisitor
is the mechanism through which aCommand
can be processed.VariableBinding.Start -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.util.stream Class Description Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.CommandVisitor 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 Class Description Command ACommand
represents the type of instruction a certain HTL expression or block element should execute.CommandVisitor TheCommandVisitor
is the mechanism through which aCommand
can be processed.Conditional.End Conditional.Start Loop.End Loop.Start OutputVariable ThisCommand
renders a variable's value.OutText ThisCommand
renders a text fragment.Procedure.Call Procedure.End Procedure.Start StatefulVisitor.StateControl VariableBinding.End VariableBinding.Global VariableBinding.Start