| Package | Description |
|---|---|
| org.apache.wiki.references |
Provides the JSPWiki track of pages' references.
|
| org.apache.wiki.render |
Provides the JSPWiki rendering functionality.
|
| org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.*.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RenderingManager
This class provides a facade towards the differing rendering routines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRenderingManager
This class provides a facade towards the differing rendering routines.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchManager
Manages searching the Wiki.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchManager
Manages searching the Wiki.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.