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.compilerpackage defines the API exposed by theSightlyCompiler.org.apache.sling.scripting.sightly.compiler.backend Theorg.apache.sling.scripting.sightly.compiler.backenddefines the API that can be used by HTL Backend Compilers, used to compile HTLCommands into executable code for other languages.org.apache.sling.scripting.sightly.compiler.commands Theorg.apache.sling.scripting.sightly.compiler.commandspackage defines the API forCommandprocessing.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 whichCommands 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 whichCommands 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 ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.CommandVisitor TheCommandVisitoris the mechanism through which aCommandcan be processed.Conditional.End Conditional.Start Loop.End Loop.Start OutputVariable ThisCommandrenders a variable's value.OutText ThisCommandrenders 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 ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommands 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 byCommandVisitorimplementations that don't provide support for all the availableCommands.Command ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.CommandVisitor TheCommandVisitoris the mechanism through which aCommandcan 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 byCommandVisitorimplementations that don't provide support for all the availableCommands.Command ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.CommandVisitor TheCommandVisitoris the mechanism through which aCommandcan be processed.Conditional.End Conditional.Start Loop.Start OutputVariable ThisCommandrenders 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 ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandVisitor TheCommandVisitoris the mechanism through which aCommandcan 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 ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandHandler TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.CommandStream This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.CommandVisitor TheCommandVisitoris the mechanism through which aCommandcan be processed. -
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.visitor Class Description Command ACommandrepresents the type of instruction a certain HTL expression or block element should execute.CommandVisitor TheCommandVisitoris the mechanism through which aCommandcan be processed.Conditional.End Conditional.Start Loop.End Loop.Start OutputVariable ThisCommandrenders a variable's value.OutText ThisCommandrenders a text fragment.Procedure.Call Procedure.End Procedure.Start StatefulVisitor.StateControl VariableBinding.End VariableBinding.Global VariableBinding.Start