| Package | Description |
|---|---|
| org.apache.wiki.htmltowiki |
HTML to wiki syntax translation related classes.
|
| org.apache.wiki.htmltowiki.syntax |
Package Specification
Provides WikiSyntaxDecorator, an abstract SyntaxDecorator, which takes care of all the plumbing when developing one,
and all the Wiki syntax decoration related classes, so all that it is needed for a custom syntax decorator is:
Provide decorators for all the XHTML elements - just extend the abstract decorators on this package, providing
only the specific wiki syntax on each case
Extend WikiSyntaxDecorator and provide the previous implementations of all the needed decorators on the init(...) method
Related Documentation
See APIDocs for org.apache.wiki.htmltowiki.syntax.jspwiki for an example of how to develop a custom wiki syntax decorator
|
| org.apache.wiki.htmltowiki.syntax.jspwiki |
JSPWiki syntax decoration related classes.
|
| Class and Description |
|---|
| WhitespaceTrimWriter
Part of the XHtmlToWikiTranslator.
|
| XHtmlElementToWikiTranslator
Converting XHtml to Wiki Markup.
|
| XHtmlElementToWikiTranslator.ElementDecoratorData
Simple data placeholder class to move decoration state between plain text syntax translation related classes.
|
| XHtmlToWikiConfig
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like URLs.
|
| Class and Description |
|---|
| SyntaxDecorator
Decorates Xhtml elements with wiki syntax
|
| WhitespaceTrimWriter
Part of the XHtmlToWikiTranslator.
|
| XHtmlElementToWikiTranslator
Converting XHtml to Wiki Markup.
|
| XHtmlElementToWikiTranslator.ElementDecoratorData
Simple data placeholder class to move decoration state between plain text syntax translation related classes.
|
| XHtmlToWikiConfig
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like URLs.
|
| Class and Description |
|---|
| SyntaxDecorator
Decorates Xhtml elements with wiki syntax
|
| WhitespaceTrimWriter
Part of the XHtmlToWikiTranslator.
|
| XHtmlElementToWikiTranslator
Converting XHtml to Wiki Markup.
|
| XHtmlToWikiConfig
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like URLs.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.