Package org.xwiki.annotation.renderer
-
Interface Summary Interface Description AnnotationPrintRenderer An annotations print renderer is aPrintRenderer
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 Summary 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 Summary Enum Description AnnotationEvent.AnnotationEventType The type of annotation event that can occur during the processing.