Uses of Interface
org.apache.wiki.modules.InternalModule
Packages that use InternalModule
Package
Description
Provides the JSPWiki track of pages' references.
Provides the JSPWiki rendering functionality.
Provides the JSPWiki search functionality.
-
Uses of InternalModule in org.apache.wiki.references
Subinterfaces of InternalModule in org.apache.wiki.referencesModifier and TypeInterfaceDescriptioninterface
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 InternalModuleModifier and TypeClassDescriptionclass
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.renderModifier and TypeInterfaceDescriptioninterface
This class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement InternalModuleModifier and TypeClassDescriptionclass
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.searchClasses in org.apache.wiki.search that implement InternalModule