| Package | Description |
|---|---|
| org.apache.sling.scripting.sightly.compiler.commands |
The
org.apache.sling.scripting.sightly.compiler.commands package defines the API for
Command processing. |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandStream.addHandler(CommandHandler handler)
Registers a listening
CommandHandler to the stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
PushStream.addHandler(CommandHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingHandler
Handler which logs all commands
|
class |
SanityChecker
A visitor which checks a stream for correct closing of things
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoalescingWrites
Aggregate consecutive writes in bigger chunks of text
|
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastHandler
Broadcasts commands to other handlers
|
class |
VisitorHandler
Delegates commands to a visitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcastHandler.addHandler(CommandHandler handler)
Add a new child handler
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.