org.jboss.seam.wiki.core.engine |
|
Java Source File Name | Type | Comment |
DefaultWikiLinkResolver.java | Class | A default implementation of WikiLinkResolver. |
DefaultWikiTextRenderer.java | Class | Convenience class that renders some sensible defaults that apply for the wiki. |
MacroWikiTextRenderer.java | Class | |
NullWikiTextRenderer.java | Class | Renders nothing for links and macros and unstyled HTML for anything else. |
WikiLink.java | Class | Simple value holder for link resolution and rendering. |
WikiLinkResolver.java | Interface | The heart of the wiki, converts and resolves human-readable link tags from and to permanent
links that can be stored (or read) persistently. |
WikiMacro.java | Class | |
WikiTextParser.java | Class | Parses SeamText markup and also resolves link and macro tags as wiki links and wiki plugins.
Don't forget to set the resolver and renderer base with setCurrentAreaNumber()!
Picks the WikiLinkResolver present in the contextual variable wikiLinkResolver. |
WikiTextRenderer.java | Interface | Called by the WikiTextParser to render [A Link=>Target] and [<=MacroName]. |