Class designation: Interface org.apache.wiki.api.engine.FilterManager extends java.lang.Object

FilterManager is JSPWiki's manager for page filters.

Page filters are components that can be executed at certain places:

  • Before the page is translated into HTML.
  • After the page has been translated into HTML.
  • Before the page is saved.
  • After the page has been saved.

Using page filters allows you to modify the page data on-the-fly, and do things like adding your own custom WikiMarkup.


See also: WikiEngine


Category.Documentation