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 TypeMethodDescriptionvoidCommandStream.addHandler(CommandHandler handler) Registers a listeningCommandHandlerto 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 classHandler which logs all commandsfinal classA 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 classAggregate 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 TypeClassDescriptionclassBroadcasts commands to other handlersclassDelegates commands to a visitor.Methods in org.apache.sling.scripting.sightly.impl.compiler.util.stream with parameters of type CommandHandlerModifier and TypeMethodDescriptionvoidBroadcastHandler.addHandler(CommandHandler handler) Add a new child handler