Class Loop
- java.lang.Object
-
- org.apache.sling.scripting.sightly.compiler.commands.Loop
-
public final class Loop extends java.lang.Object
ThisCommand
renders a sequence of commands repeatedly. The command must have a corresponding end loop later in the stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Loop.End
static class
Loop.Start
-
Constructor Summary
Constructors Constructor Description Loop()
-
-
-
Field Detail
-
END
public static final Loop.End END
-
-