Uses of Class
org.apache.wiki.WikiPage
-
Packages that use WikiPage Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.attachment Attachment management, uploading and downloading.org.apache.wiki.providers Provides storage for JSPWiki.org.apache.wiki.search Provides the JSPWiki search functionality. -
-
Uses of WikiPage in org.apache.wiki
Methods in org.apache.wiki that return WikiPage Modifier and Type Method Description WikiPage
WikiPage. clone()
Creates a deep clone of a WikiPage.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. 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.attachment Modifier and Type Class 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. -
Uses of WikiPage in org.apache.wiki.providers
Methods in org.apache.wiki.providers that return WikiPage Modifier and Type Method Description WikiPage
WikiPageProvider. getPageInfo(java.lang.String page, int version)
Deprecated.Returns info about the page.Methods in org.apache.wiki.providers that return types with arguments of type WikiPage Modifier and Type Method Description java.util.Collection<WikiPage>
WikiPageProvider. getAllChangedSince(java.util.Date date)
Deprecated.Gets a list of recent changes.java.util.Collection<WikiPage>
WikiPageProvider. getAllPages()
Deprecated.Returns all pages.java.util.List<WikiPage>
WikiPageProvider. getVersionHistory(java.lang.String page)
Deprecated.Returns version history.Methods in org.apache.wiki.providers with parameters of type WikiPage Modifier and Type Method Description Attachment
WikiAttachmentProvider. getAttachmentInfo(WikiPage page, java.lang.String name, int version)
Deprecated.Returns info about an attachment.java.util.List<Attachment>
WikiAttachmentProvider. listAttachments(WikiPage page)
Deprecated.Lists all attachments attached to a page.void
WikiPageProvider. putPageText(WikiPage page, java.lang.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 Modifier and Type Method Description WikiPage
SearchMatcher.SearchResultImpl. getPage()
Returns Wikipage for this result.WikiPage
SearchResult. getPage()
Deprecated.Return the page.
-