| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.attachment |
Attachment management, uploading and downloading.
|
| org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
| Modifier and Type | Method and Description |
|---|---|
WikiPage |
WikiPage.clone()
Creates a deep clone of a WikiPage.
|
WikiPage |
WikiPage.clone()
Creates a deep clone of a WikiPage.
|
WikiPage |
WikiContext.getPage()
Returns the page that is being handled.
|
WikiPage |
WikiContext.getPage()
Returns the page that is being handled.
|
WikiPage |
WikiContext.getRealPage()
Gets a reference to the real page whose content is currently being rendered.
|
WikiPage |
WikiContext.getRealPage()
Gets a reference to the real page whose content is currently being rendered.
|
WikiPage |
WikiContext.setRealPage(Page page)
Sets a reference to the real page whose content is currently being rendered.
|
WikiPage |
WikiContext.setRealPage(Page page)
Sets a reference to the real page whose content is currently being rendered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attachment
Describes an attachment.
|
class |
DynamicAttachment
A DynamicAttachment is an attachment which does not really exist, but is created dynamically by a JSPWiki component.
|
| Modifier and Type | Method and Description |
|---|---|
WikiPage |
SearchMatcher.SearchResultImpl.getPage()
Returns Wikipage for this result.
|
WikiPage |
SearchResult.getPage()
Deprecated.
Return the page.
|
WikiPage |
SearchResult.getPage()
Deprecated.
Return the page.
|
WikiPage |
SearchMatcher.SearchResultImpl.getPage()
Returns Wikipage for this result.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.