Package org.apache.wiki.markdown
Class MarkdownSetupEngineLifecycleExtension
- java.lang.Object
-
- org.apache.wiki.markdown.MarkdownSetupEngineLifecycleExtension
-
- All Implemented Interfaces:
EngineLifecycleExtension
public class MarkdownSetupEngineLifecycleExtension extends java.lang.Object implements EngineLifecycleExtension
EngineLifecycleExtensionthat sets up all the relevant properties to enable markdown syntax if thejspwiki.syntaxproperty has been given, with themarkdownvalue.
-
-
Constructor Summary
Constructors Constructor Description MarkdownSetupEngineLifecycleExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonInit(java.util.Properties properties)Called beforeEngineinitialization, after the wiki properties have been sought out.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wiki.api.engine.EngineLifecycleExtension
onShutdown, onStart
-
-
-
-
Constructor Detail
-
MarkdownSetupEngineLifecycleExtension
public MarkdownSetupEngineLifecycleExtension()
-
-
Method Detail
-
onInit
public void onInit(java.util.Properties properties)
Called beforeEngineinitialization, after the wiki properties have been sought out.- Specified by:
onInitin interfaceEngineLifecycleExtension- Parameters:
properties- wiki configuration properties.
-
-