Package org.apache.wiki.api.plugin


package org.apache.wiki.api.plugin
Plugin's API package of JSPWiki. This package holds JSPWiki's Plugin API.

Package Specification

Related Documentation

  • Interfaces
    Class
    Description
    If a plugin defines this interface, it is called exactly once prior to the actual execute() routine.
    Implements a Plugin interface for the parser stage.
    Defines an interface for plugins.
    Exposes the contents of a plugin in a WikiDocument DOM tree.
    Deprecated.
    use Plugin instead