Class BasicWikiPolicyFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String afterRendering​(java.lang.String text, java.util.Locale userLocale, WikiRenderingHints hints)
      This method is called after wiki rendering
      java.lang.String beforeRendering​(java.lang.String text, java.util.Locale userLocale, WikiRenderingHints hints)
      This method is called before wiki rendering
      void handleWikiToolbar​(WikiToolbar tb, java.lang.StringBuffer sb)
      This method is called by WikiToolbar to add buttons / information at the end of wiki toolbar.
      boolean init​(Plugin plugin)
      Initialize the component with the given plugin configuration
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo