Package | Description |
---|---|
org.xwiki.rendering.listener | |
org.xwiki.rendering.listener.chaining | |
org.xwiki.rendering.renderer | |
org.xwiki.rendering.renderer.xml |
Modifier and Type | Interface and Description |
---|---|
interface |
Listener
Contains callback events called when a document has been parsed and when it needs to be modified or rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeListener
Send events to a list of
Listener s. |
class |
InlineFilterListener
Wrap a listener and skip begin/endDocument events.
|
class |
QueueListener
Manage a
Queue of events. |
class |
SectionGeneratorListener
Automatically generate section events from header events.
|
class |
VoidListener
A Listener that does nothing.
|
class |
WrappingListener
A Listener wrapping another Listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChainingListener
A listener that can be chained with other chaining listeners using a chain.
|
interface |
StackableChainingListener
A chaining listener that can be stacked in the
ListenerChain . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChainingListener
Default and basic implementation of a chaining listener that knows how to delegate event calls to the next listener
in the chain.
|
class |
BlockStateChainingListener
Indicates block element for which we are inside and previous blocks.
|
class |
ConsecutiveNewLineStateChainingListener
Counts consecutive new lines.
|
class |
EmptyBlockChainingListener
Allow knowing if a container block (a block which can have children) has children or not.
|
class |
GroupStateChainingListener
Provides information on whether we're inside a group.
|
class |
LookaheadChainingListener
Stores events without emitting them back in order to accumulate them and to provide a lookahead feature.
|
class |
MetaDataStateChainingListener
Provides the accumulated MetaData for all the previous blocks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrintRenderer
A Print Renderer is a
Renderer that outputs its results to a WikiPrinter . |
interface |
Renderer
A special type of Listener which writes data somewhere.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChainingPrintRenderer |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentHandlerStreamRenderer
Convert rendering events into SAX events.
|
Copyright © 2004–2021 XWiki. All rights reserved.