public class CreoleFilter extends BasePageFilter
Provides the Implementation for mixed mode creole: If you activate this filter, it will translate all markup that was saved as creole markup to JSPWiki markup. Therefore the files will be saved with mixed markup.
WARNING: There's no turning back after installing this filter. Since your wiki pages are saved in Creole markup you can not deactivate it afterwards.
WARNING: This feature is completely experimental, and is known to be broken. Use at your own risk.
WARNING: The CreoleFilter feature is deprecated. JSPWiki is likely to implement a non-mixed mode Creole at some point, since turning on Creole will make new pages obsolete.
m_engine| Constructor and Description |
|---|
CreoleFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Engine engine,
java.util.Properties props) |
java.lang.String |
preSave(Context wikiContext,
java.lang.String content) |
java.lang.String |
preTranslate(Context wikiContext,
java.lang.String content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, postSave, postTranslatepublic CreoleFilter()
public void initialize(Engine engine, java.util.Properties props) throws FilterException
initialize in interface PageFilterinitialize in class BasePageFilterFilterExceptionpublic java.lang.String preTranslate(Context wikiContext, java.lang.String content)
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.