Class Procedure
- java.lang.Object
-
- org.apache.sling.scripting.sightly.compiler.commands.Procedure
-
public class Procedure extends java.lang.Object
ThisCommand
allows defining a HTL template - the only functional construct of the language.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Procedure.Call
static class
Procedure.End
static class
Procedure.Start
-
Field Summary
Fields Modifier and Type Field Description static Procedure.End
END
-
Constructor Summary
Constructors Constructor Description Procedure()
-
-
-
Field Detail
-
END
public static final Procedure.End END
-
-