Interface | Description |
---|---|
AnnotationPrintRenderer |
An annotations print renderer is a
PrintRenderer that also renders annotations on the content. |
ChainingPrintRenderer |
A chaining print renderer is a print renderer which can be chained in a listener chain.
|
Class | Description |
---|---|
AbstractAnnotationRenderer |
Abstract class for annotation renderer, any specific syntax renderer should implement this class and provide the
specific annotation listener.
|
AnnotationEvent |
Class to hold information about an annotation event, namely its type (annotation start or end) and the annotation for
which the event takes place.
|
GeneratorEmptyBlockChainingListener |
Empty block chaining listener to push in the chain before the generator listener.
|
LinkLabelGeneratorChainingListener |
Chaining listener to generate labels for the links without labels and send these labels as events in the chain.
|
Enum | Description |
---|---|
AnnotationEvent.AnnotationEventType |
The type of annotation event that can occur during the processing.
|
Copyright © 2004–2022 XWiki. All rights reserved.