Class Loop
- java.lang.Object
 - 
- org.apache.sling.scripting.sightly.compiler.commands.Loop
 
 
- 
public final class Loop extends java.lang.ObjectThisCommandrenders 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 classLoop.Endstatic classLoop.Start 
- 
Constructor Summary
Constructors Constructor Description Loop() 
 - 
 
- 
- 
Field Detail
- 
END
public static final Loop.End END
 
 - 
 
 -