Package org.apache.wiki.markdown
Class MarkdownSetupEngineLifecycleExtension
java.lang.Object
org.apache.wiki.markdown.MarkdownSetupEngineLifecycleExtension
- All Implemented Interfaces:
EngineLifecycleExtension
public class MarkdownSetupEngineLifecycleExtension
extends Object
implements EngineLifecycleExtension
EngineLifecycleExtension
that sets up all the relevant properties to enable markdown syntax if the
jspwiki.syntax
property has been given, with the markdown
value.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onInit
(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 Details
-
MarkdownSetupEngineLifecycleExtension
-
-
Method Details
-
onInit
Called beforeEngine
initialization, after the wiki properties have been sought out.- Specified by:
onInit
in interfaceEngineLifecycleExtension
- Parameters:
properties
- wiki configuration properties.
-