Uses of Interface
org.apache.wiki.modules.InternalModule
-
Packages that use InternalModule Package Description org.apache.wiki.references Provides the JSPWiki track of pages' references.org.apache.wiki.render Provides the JSPWiki rendering functionality.org.apache.wiki.search Provides the JSPWiki search functionality. -
-
Uses of InternalModule in org.apache.wiki.references
Subinterfaces of InternalModule in org.apache.wiki.references Modifier and Type Interface Description interface
ReferenceManager
Keeps track of wikipage references: What pages a given page refers to What pages refer to a given page When a page is added or edited, its references are parsed, a Collection is received, and we crudely replace anything previous with this new Collection.Classes in org.apache.wiki.references that implement InternalModule Modifier and Type Class Description class
DefaultReferenceManager
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 org.apache.wiki.render
Subinterfaces of InternalModule in org.apache.wiki.render Modifier and Type Interface Description interface
RenderingManager
This class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement InternalModule Modifier and Type Class Description class
DefaultRenderingManager
This class provides a facade towards the differing rendering routines. -
Uses of InternalModule in org.apache.wiki.search
Subinterfaces of InternalModule in org.apache.wiki.search Modifier and Type Interface Description interface
SearchManager
Manages searching the Wiki.Classes in org.apache.wiki.search that implement InternalModule Modifier and Type Class Description class
DefaultSearchManager
Manages searching the Wiki.
-