Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.CommandHandler
Packages that use 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
Methods in org.apache.sling.scripting.sightly.compiler.commands with parameters of type CommandHandlerModifier and TypeMethodDescriptionvoid
CommandStream.addHandler
(CommandHandler handler) Registers a listeningCommandHandler
to the stream. -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler
Methods in org.apache.sling.scripting.sightly.impl.compiler with parameters of type CommandHandler -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler.debug
Classes in org.apache.sling.scripting.sightly.impl.compiler.debug that implement CommandHandlerModifier 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
Classes in org.apache.sling.scripting.sightly.impl.compiler.optimization that implement CommandHandlerModifier and TypeClassDescriptionfinal class
Aggregate consecutive writes in bigger chunks of text -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Classes in org.apache.sling.scripting.sightly.impl.compiler.util.stream that implement CommandHandlerModifier and TypeClassDescriptionclass
Broadcasts commands to other handlersclass
Delegates commands to a visitor.Methods in org.apache.sling.scripting.sightly.impl.compiler.util.stream with parameters of type CommandHandlerModifier and TypeMethodDescriptionvoid
BroadcastHandler.addHandler
(CommandHandler handler) Add a new child handler