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. -
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