See: Description
| 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 | 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.*.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.