Uses of Class
org.apache.wiki.WikiPage
Packages that use WikiPage
Package
Description
The chief package of JSPWiki.
Attachment management, uploading and downloading.
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.search
Methods in org.apache.wiki.search that return WikiPage