Uses of Interface
com.ecyrd.jspwiki.modules.InternalModule

Packages that use InternalModule
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.render   
com.ecyrd.jspwiki.search Provides the JSPWiki search functionality. 
 

Uses of InternalModule in com.ecyrd.jspwiki
 

Classes in com.ecyrd.jspwiki that implement InternalModule
 class ReferenceManager
          Keeps track of wikipage references: What pages a given page refers to What pages refer to a given page This is a quick'n'dirty approach without any finesse in storage and searching algorithms; we trust java.util.*.
 

Uses of InternalModule in com.ecyrd.jspwiki.render
 

Classes in com.ecyrd.jspwiki.render that implement InternalModule
 class RenderingManager
          This class provides a facade towards the differing rendering routines.
 

Uses of InternalModule in com.ecyrd.jspwiki.search
 

Classes in com.ecyrd.jspwiki.search that implement InternalModule
 class SearchManager
          Manages searching the Wiki.