public interface WikiPolicyFilter extends PolicyFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
afterRendering(java.lang.String text,
java.util.Locale userLocale,
WikiRenderingHints hints)
This method is called after wiki rendering
|
java.lang.String |
beforeRendering(java.lang.String text,
java.util.Locale userLocale,
WikiRenderingHints hints)
This method is called before wiki rendering
|
void |
handleWikiToolbar(WikiToolbar tb,
java.lang.StringBuffer sb)
Deprecated.
wiki editor is no longer maintained, port your toolbar customization to Wysiwyg editor
|
init
static final java.lang.String REVISION
java.lang.String beforeRendering(java.lang.String text, java.util.Locale userLocale, WikiRenderingHints hints)
text
- the text to be rendered.userLocale
- an optionnal Locale
of the user for which the text will be generatedhints
- the rendering options to use.java.lang.String afterRendering(java.lang.String text, java.util.Locale userLocale, WikiRenderingHints hints)
text
- the text after the rendering.userLocale
- an optionnal Locale
of the user for which the text will be generatedhints
- the rendering options to use.void handleWikiToolbar(WikiToolbar tb, java.lang.StringBuffer sb)
tb
- the WikiToolbarsb
- the StringBuffer before closing </div> toolbarCopyright © 2001-2017 Jalios SA. All Rights Reserved.