Class MarkdownSetupEngineLifecycleExtension

  • All Implemented Interfaces:
    org.apache.wiki.api.engine.EngineLifecycleExtension

    public class MarkdownSetupEngineLifecycleExtension
    extends java.lang.Object
    implements org.apache.wiki.api.engine.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onInit​(java.util.Properties properties)
      • 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
    • Method Detail

      • onInit

        public void onInit​(java.util.Properties properties)
        Specified by:
        onInit in interface org.apache.wiki.api.engine.EngineLifecycleExtension