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