public class PermalinkGeneratorRegistry extends Object
PermalinkGenerator
and registers them within the
PermalinkGenerationManagement
.Constructor and Description |
---|
PermalinkGeneratorRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
registerNoteContentProcessor(PermalinkGenerator permalinkGenerator)
Adds the given processor to the list of processors.
|
void |
removeNoteContentProcessor(PermalinkGenerator permalinkGenerator)
Removes the given processor from the list of processors.
|
public void registerNoteContentProcessor(PermalinkGenerator permalinkGenerator)
permalinkGenerator
- The generator.public void removeNoteContentProcessor(PermalinkGenerator permalinkGenerator)
permalinkGenerator
- The generator.Copyright © 2019 Communote team. All rights reserved.