java.lang.Object
org.apache.sling.scripting.sightly.compiler.commands.Loop

public final class Loop extends Object
This Command renders a sequence of commands repeatedly. The command must have a corresponding end loop later in the stream.
  • Field Details

    • END

      public static final Loop.End END
  • Constructor Details

    • Loop

      public Loop()