Package org.apache.wiki.references


package org.apache.wiki.references
Provides the JSPWiki track of pages' references.

Package Specification

Related Documentation

  • Class
    Description
    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.*.
    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.