Package org.apache.wiki.references

Provides the JSPWiki track of pages' references.

Package Specification

Related Documentation

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