Uses of Class
org.apache.wiki.parser.WikiDocument
Packages that use WikiDocument
Package
Description
Markdown parsing.
Provides the JSPWiki rendering functionality.
Markdown rendering.
-
Uses of WikiDocument in org.apache.wiki.parser
Methods in org.apache.wiki.parser that return WikiDocumentModifier and TypeMethodDescriptionJSPWikiMarkupParser.parse()
Parses the entire document from the Reader given in the constructor or set byMarkupParser.setInputReader(Reader)
.abstract WikiDocument
MarkupParser.parse()
Parses the document. -
Uses of WikiDocument in org.apache.wiki.parser.markdown
Subclasses of WikiDocument in org.apache.wiki.parser.markdownMethods in org.apache.wiki.parser.markdown that return WikiDocument -
Uses of WikiDocument in org.apache.wiki.render
Fields in org.apache.wiki.render declared as WikiDocumentMethods in org.apache.wiki.render that return WikiDocumentModifier and TypeMethodDescriptionDefaultRenderingManager.getRenderedDocument
(Context context, String pagedata) Returns a cached document, if one is found.RenderingManager.getRenderedDocument
(Context context, String pagedata) Returns a cached document, if one is found.Methods in org.apache.wiki.render with parameters of type WikiDocumentModifier and TypeMethodDescriptionDefaultRenderingManager.getHTML
(Context context, WikiDocument doc) Simply renders a WikiDocument to a String.RenderingManager.getHTML
(Context context, WikiDocument doc) Simply renders a WikiDocument to a String.DefaultRenderingManager.getRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance, initialized with the given context and doc.RenderingManager.getRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance, initialized with the given context and doc.DefaultRenderingManager.getWysiwygRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc.RenderingManager.getWysiwygRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc.Constructors in org.apache.wiki.render with parameters of type WikiDocumentModifierConstructorDescriptionCleanTextRenderer
(Context context, WikiDocument doc) Create a renderer.CreoleRenderer
(Context ctx, WikiDocument doc) Creates a new Creole Renderer.protected
WikiRenderer
(Context context, WikiDocument doc) Create a WikiRenderer.WysiwygEditingRenderer
(Context context, WikiDocument doc) Creates a WYSIWYG editing renderer.XHTMLRenderer
(Context context, WikiDocument doc) Creates an XHTML 1.0 renderer. -
Uses of WikiDocument in org.apache.wiki.render.markdown
Constructors in org.apache.wiki.render.markdown with parameters of type WikiDocument