Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.CommandHandler
-
Packages that use CommandHandler Package Description org.apache.sling.scripting.sightly.compiler.commands Theorg.apache.sling.scripting.sightly.compiler.commandspackage defines the API forCommandprocessing.org.apache.sling.scripting.sightly.impl.compiler org.apache.sling.scripting.sightly.impl.compiler.debug org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.util.stream -
-
Uses of CommandHandler in org.apache.sling.scripting.sightly.compiler.commands
Methods in org.apache.sling.scripting.sightly.compiler.commands with parameters of type CommandHandler Modifier and Type Method Description voidCommandStream. 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 Modifier and Type Method Description voidPushStream. addHandler(CommandHandler handler) -
Uses of CommandHandler in org.apache.sling.scripting.sightly.impl.compiler.debug
Classes in org.apache.sling.scripting.sightly.impl.compiler.debug that implement CommandHandler Modifier and Type Class Description classLoggingHandlerHandler which logs all commandsclassSanityCheckerA 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 CommandHandler Modifier and Type Class Description classCoalescingWritesAggregate 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 CommandHandler Modifier and Type Class Description classBroadcastHandlerBroadcasts commands to other handlersclassVisitorHandlerDelegates commands to a visitor.Methods in org.apache.sling.scripting.sightly.impl.compiler.util.stream with parameters of type CommandHandler Modifier and Type Method Description voidBroadcastHandler. addHandler(CommandHandler handler)Add a new child handler
-