Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.Command
-
Packages that use Command Package Description org.apache.sling.scripting.sightly.compiler.commands Theorg.apache.sling.scripting.sightly.compiler.commandspackage defines the API forCommandprocessing. -
-
Uses of Command in org.apache.sling.scripting.sightly.compiler.commands
Classes in org.apache.sling.scripting.sightly.compiler.commands that implement Command Modifier and Type Class Description static classConditional.Endstatic classConditional.Startstatic classLoop.Endstatic classLoop.StartclassOutputVariableThisCommandrenders a variable's value.classOutTextThisCommandrenders a text fragment.static classProcedure.Callstatic classProcedure.Endstatic classProcedure.Startstatic classVariableBinding.Endstatic classVariableBinding.Globalstatic classVariableBinding.StartMethods in org.apache.sling.scripting.sightly.compiler.commands that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>CommandStream. getCommands()Returns theListof commands that were written into this stream.Methods in org.apache.sling.scripting.sightly.compiler.commands with parameters of type Command Modifier and Type Method Description voidCommandHandler. onEmit(Command command)Allows this handler to process theCommandthat was just written into the stream to which this handler was attached.
-