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
EngineLifecycleExtension
that sets up all the relevant properties to enable markdown syntax if thejspwiki.syntax
property has been given, with themarkdown
value.
-
-
Constructor Summary
Constructors Constructor Description MarkdownSetupEngineLifecycleExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onInit(java.util.Properties properties)
Called beforeEngine
initialization, 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 beforeEngine
initialization, after the wiki properties have been sought out.- Specified by:
onInit
in interfaceEngineLifecycleExtension
- Parameters:
properties
- wiki configuration properties.
-
-