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 TypeMethodDescriptionvoidonInit(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, waitMethods inherited from interface org.apache.wiki.api.engine.EngineLifecycleExtension
onShutdown, onStart
-
Constructor Details
-
MarkdownSetupEngineLifecycleExtension
-
-
Method Details
-
onInit
Called beforeEngineinitialization, after the wiki properties have been sought out.- Specified by:
onInitin interfaceEngineLifecycleExtension- Parameters:
properties- wiki configuration properties.
-