Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.CommandHandler
Package
Description
The
org.apache.sling.scripting.sightly.compiler.commands
package defines the API for
Command
processing.-
Uses of CommandHandler in org.apache.sling.scripting.sightly.compiler.commands
Modifier and TypeMethodDescriptionvoid
CommandStream.addHandler
(CommandHandler handler) Registers a listeningCommandHandler
to the stream. -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler
-
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler.debug
Modifier and TypeClassDescriptionfinal class
Handler which logs all commandsfinal class
A visitor which checks a stream for correct closing of things -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler.optimization
Modifier and TypeClassDescriptionfinal class
Aggregate consecutive writes in bigger chunks of text -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Modifier and TypeClassDescriptionclass
Broadcasts commands to other handlersclass
Delegates commands to a visitor.Modifier and TypeMethodDescriptionvoid
BroadcastHandler.addHandler
(CommandHandler handler) Add a new child handler