Uses of Package
org.apache.sling.scripting.sightly.compiler.commands
Package
Description
The
org.apache.sling.scripting.sightly.compiler
package defines the API exposed by the
SightlyCompiler
.The
org.apache.sling.scripting.sightly.compiler.backend
defines the API that can be used by HTL Backend Compilers, used to
compile HTL Command
s into executable code for other languages.The
org.apache.sling.scripting.sightly.compiler.commands
package defines the API for
Command
processing.Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
ClassDescriptionThis interface defines a stream to which
Command
s are pushed during the compilation of a HTL script by theSightlyCompiler
. -
ClassDescriptionThis interface defines a stream to which
Command
s are pushed during the compilation of a HTL script by theSightlyCompiler
. -
ClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.TheCommandVisitor
is the mechanism through which aCommand
can be processed.ThisCommand
renders a variable's value.ThisCommand
renders a text fragment. -
ClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
. -
ClassDescriptionThis class can be extended by
CommandVisitor
implementations that don't provide support for all the availableCommand
s.ACommand
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.TheCommandVisitor
is the mechanism through which aCommand
can be processed. -
ClassDescriptionThis class can be extended by
CommandVisitor
implementations that don't provide support for all the availableCommand
s.ACommand
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.TheCommandVisitor
is the mechanism through which aCommand
can be processed.ThisCommand
renders a variable's value. -
ClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandVisitor
is the mechanism through which aCommand
can be processed. -
ClassDescriptionA
Command
represents the type of instruction a certain HTL expression or block element should execute.TheCommandHandler
is the mechanism through which aCommandStream
can be processed synchronously, as the stream is written.This interface defines a stream to whichCommand
s are pushed during the compilation of a HTL script by theSightlyCompiler
.TheCommandVisitor
is the mechanism through which aCommand
can be processed. -
-
ClassDescriptionThis interface defines a stream to which
Command
s are pushed during the compilation of a HTL script by theSightlyCompiler
.