Uses of Interface
org.apache.wiki.api.core.Page
Packages that use Page
Package
Description
JSPWiki's central API.
Page Providers' API package of JSPWiki.
Search's API package of JSPWiki.
JSPWiki's SPI package.
-
Uses of Page in org.apache.wiki.api.core
Subinterfaces of Page in org.apache.wiki.api.coreMethods in org.apache.wiki.api.core that return PageModifier and TypeMethodDescriptionPage.clone()Context.getPage()Returns the WikiPage that is being handled.Context.getRealPage()Gets a reference to the real WikiPage whose content is currently being rendered.Context.setRealPage(Page wikiPage) Sets a reference to the real WikiPage whose content is currently being rendered.Methods in org.apache.wiki.api.core with parameters of type PageModifier and TypeMethodDescriptionvoidSets the WikiPage that is being handled.Context.setRealPage(Page wikiPage) Sets a reference to the real WikiPage whose content is currently being rendered. -
Uses of Page in org.apache.wiki.api.providers
Methods in org.apache.wiki.api.providers that return PageModifier and TypeMethodDescriptionPageProvider.getPageInfo(String page, int version) Returns info about the page.Methods in org.apache.wiki.api.providers that return types with arguments of type PageModifier and TypeMethodDescriptionPageProvider.getAllChangedSince(Date date) Gets a list of recent changes.PageProvider.getAllPages()Returns all pages.PageProvider.getVersionHistory(String page) Returns version history.Methods in org.apache.wiki.api.providers with parameters of type PageModifier and TypeMethodDescriptionAttachmentProvider.getAttachmentInfo(Page page, String name, int version) Returns info about an attachment.AttachmentProvider.listAttachments(Page page) Lists all attachments attached to a page.voidPageProvider.putPageText(Page page, String text) Attempts to save the page text for page "page". -
Uses of Page in org.apache.wiki.api.search
Methods in org.apache.wiki.api.search that return Page -
Uses of Page in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return PageMethods in org.apache.wiki.api.spi with parameters of type PageModifier and TypeMethodDescriptionCreates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.Creates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.