Uses of Class
org.apache.wiki.WikiPage
Packages that use WikiPage
Package
Description
The chief package of JSPWiki.
Attachment management, uploading and downloading.
Provides storage for JSPWiki.
Provides the JSPWiki search functionality.
-
Uses of WikiPage in org.apache.wiki
Methods in org.apache.wiki that return WikiPageModifier and TypeMethodDescriptionWikiPage.clone()
Creates a deep clone of a WikiPage.WikiContext.getPage()
Returns the page that is being handled.WikiContext.getRealPage()
Gets a reference to the real page whose content is currently being rendered.WikiContext.setRealPage
(Page page) Sets a reference to the real page whose content is currently being rendered. -
Uses of WikiPage in org.apache.wiki.attachment
Subclasses of WikiPage in org.apache.wiki.attachmentModifier and TypeClassDescriptionclass
Describes an attachment.class
A DynamicAttachment is an attachment which does not really exist, but is created dynamically by a JSPWiki component. -
Uses of WikiPage in org.apache.wiki.providers
Methods in org.apache.wiki.providers that return WikiPageModifier and TypeMethodDescriptionWikiPageProvider.getPageInfo
(String page, int version) Deprecated.Returns info about the page.Methods in org.apache.wiki.providers that return types with arguments of type WikiPageModifier and TypeMethodDescriptionWikiPageProvider.getAllChangedSince
(Date date) Deprecated.Gets a list of recent changes.WikiPageProvider.getAllPages()
Deprecated.Returns all pages.WikiPageProvider.getVersionHistory
(String page) Deprecated.Returns version history.Methods in org.apache.wiki.providers with parameters of type WikiPageModifier and TypeMethodDescriptionWikiAttachmentProvider.getAttachmentInfo
(WikiPage page, String name, int version) Deprecated.Returns info about an attachment.WikiAttachmentProvider.listAttachments
(WikiPage page) Deprecated.Lists all attachments attached to a page.void
WikiPageProvider.putPageText
(WikiPage page, String text) Deprecated.Attempts to save the page text for page "page". -
Uses of WikiPage in org.apache.wiki.search
Methods in org.apache.wiki.search that return WikiPage