| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.references |
Provides the JSPWiki track of pages' references.
|
| Class and 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 and 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.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.