public interface RenderApi
Rendering routines that all JSPWiki public API implementations should provide.
A RenderApi should be obtained from Engine#getManager( RenderApi.class ).
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
textToHTML(Context context,
java.lang.String pagedata)
Converts raw page data to HTML.
|
java.lang.String textToHTML(Context context, java.lang.String pagedata)
pagedata - Raw page data to convert to HTMLcontext - The WikiContext in which the page is to be renderedCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.