| Class | Description |
|---|---|
| EmptyLinkFilter |
Client side empty link cleaner, to delete all links without content before the content is submitted.
|
| LinkConfig |
Stores data about a link: reference (wiki, space, page), URL, label, tooltip.
|
| LinkConfigDOMReader |
Creates an
LinkConfig object from an AnchorElement. |
| LinkConfigDOMWriter |
Serializes a
LinkConfig object to an HTML fragment that can be used to insert a link into the edited
document. |
| LinkConfigFactory |
Creates link configuration objects based on the current selection in the rich text area.
|
| LinkConfigJSONParser |
Creates
LinkConfig instances from JSON. |
| LinkConfigJSONSerializer |
Serializes a
LinkConfig to JSON. |
| LinkMenuExtension |
Provides user interface for manipulating links through the WYSIWYG top-level menu.
|
| LinkMetaDataExtractor |
Analyzes the passed subtree and detects the link structures and transforms them in minimal HTML elements with meta
fragments attached, so that the editor operates with minimal HTML.
|
| LinkPlugin |
Rich text editor plug-in for inserting links, using a dialog to get link settings from the user.
|
| LinkPluginFactory |
Factory for
LinkPlugin. |
| Enum | Description |
|---|---|
| LinkConfig.LinkType |
Link types.
|
Copyright © 2004–2014 XWiki. All rights reserved.