Uses of Class
com.ecyrd.jspwiki.plugin.AbstractReferralPlugin

Packages that use AbstractReferralPlugin
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
 

Uses of AbstractReferralPlugin in com.ecyrd.jspwiki.plugin
 

Subclasses of AbstractReferralPlugin in com.ecyrd.jspwiki.plugin
 class IndexPlugin
          A plugin that creates an index of pages according to a certain pattern.
 class PageViewPlugin
          Counts the number of times each page has been viewed.
 class RecentChangesPlugin
          Returns the Recent Changes in the wiki being a date-sorted list of page names.
 class ReferringPagesPlugin
          Displays the pages referring to the current page.
 class UndefinedPagesPlugin
          Plugin that enumerates the pages in the wiki that have not yet been defined.
 class UnusedPagesPlugin
          Plugin for displaying pages that are not linked to in other pages.