| Class | Description |
|---|---|
| AfterTokenEditor |
Represents a token-based Wiki markup editor that inserts the new content immediately following
the replacement marker token.
|
| AfterTokenEditor.DescriptorImpl | |
| AppendEditor |
Represents a simple Wiki markup editor that appends the content to the end of the page.
|
| AppendEditor.DescriptorImpl | |
| BeforeTokenEditor |
Represents a token-based Wiki markup editor that inserts the new content immediately before the
replacement marker token.
|
| BeforeTokenEditor.DescriptorImpl | |
| BetweenTokensEditor |
Represents a token-based Wiki markup editor that inserts the new content between two (start/end)
replacement marker tokens.
|
| BetweenTokensEditor.DescriptorImpl | |
| EntirePageEditor |
Represents a simple Wiki markup editor that replaces the entire page content with the
newly-generated content.
|
| EntirePageEditor.DescriptorImpl | |
| MarkupEditor |
Base markup editor class
|
| MarkupEditor.MarkupEditorDescriptor |
Descriptor for markup generators
|
| PrependEditor |
Represents a simple Wiki markup editor that prepends the content to the beginning of the page.
|
| PrependEditor.DescriptorImpl |
| Exception | Description |
|---|---|
| MarkupEditor.TokenNotFoundException |
Exception thrown when the configured token cannot be found in the wiki markup.
|
Copyright © 2016–2021 MeetMe, Inc.. All rights reserved.