public class NoteRenderingPreProcessorRegistry extends Object
NoteMetadataRenderingPreProcessor
s
and NoteContentRenderingPreProcessor
s and adds them to or removes them from the
NoteRenderingPreProcessorManager
.Constructor and Description |
---|
NoteRenderingPreProcessorRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
registerNoteContentPreProcessor(NoteContentRenderingPreProcessor noteRenderingPreProcessor)
Adds the given processor to the list of processors.
|
void |
registerNoteMetadataPreProcessor(NoteMetadataRenderingPreProcessor noteRenderingPreProcessor)
Adds the given processor to the list of processors.
|
void |
removeNoteContentPreProcessor(NoteContentRenderingPreProcessor noteRenderingPreProcessor)
Removes the given processor from the list of processors.
|
void |
removeNoteMetadataPreProcessor(NoteMetadataRenderingPreProcessor noteRenderingPreProcessor)
Removes the given processor from the list of processors.
|
public void registerNoteContentPreProcessor(NoteContentRenderingPreProcessor noteRenderingPreProcessor)
noteRenderingPreProcessor
- The processor.public void registerNoteMetadataPreProcessor(NoteMetadataRenderingPreProcessor noteRenderingPreProcessor)
noteRenderingPreProcessor
- The processor.public void removeNoteContentPreProcessor(NoteContentRenderingPreProcessor noteRenderingPreProcessor)
noteRenderingPreProcessor
- The processor.public void removeNoteMetadataPreProcessor(NoteMetadataRenderingPreProcessor noteRenderingPreProcessor)
noteRenderingPreProcessor
- The processor.Copyright © 2019 Communote team. All rights reserved.