Uses of Interface
org.apache.wiki.api.core.Page
Packages that use Page
Package
Description
The chief package of JSPWiki.
JSPWiki's central API.
Page Providers' API package of JSPWiki.
Search's API package of JSPWiki.
JSPWiki's SPI package.
Attachment management, uploading and downloading.
Access Control List implementation.
Provides page and content filtering functionality for JSPWiki.
Entry point for JSPWiki's Page Objects.
Markdown parsing.
Provides plugins to the JSPWiki.
Provides storage for JSPWiki.
Provides the JSPWiki track of pages' references.
Provides the JSPWiki rendering functionality.
Provides the JSPWiki RSS feeds functionality.
Provides the JSPWiki search functionality.
Java classes for management of the JSP user interface.
-
Uses of Page in org.apache.wiki
Classes in org.apache.wiki that implement PageModifier and TypeClassDescriptionclassSimple wrapper class for the Wiki page attributes.Methods in org.apache.wiki with parameters of type PageModifier and TypeMethodDescriptionintCompares a page with another by name using the defined PageNameComparator.protected static CommandWikiContext.findCommand(Engine engine, javax.servlet.http.HttpServletRequest request, Page page) Looks up and returns a PageCommand based on a supplied WikiPage and HTTP request.voidSets the page that is being handled.WikiContext.setRealPage(Page page) Sets a reference to the real page whose content is currently being rendered.Constructors in org.apache.wiki with parameters of type PageModifierConstructorDescriptionWikiContext(Engine engine, javax.servlet.http.HttpServletRequest request, Page page) Creates a new WikiContext for the given Engine, WikiPage and HttpServletRequest.WikiContext(Engine engine, Page page) Create a new WikiContext for the given WikiPage. -
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. -
Uses of Page in org.apache.wiki.attachment
Classes in org.apache.wiki.attachment that implement PageModifier and TypeClassDescriptionclassDescribes an attachment.classA DynamicAttachment is an attachment which does not really exist, but is created dynamically by a JSPWiki component.Methods in org.apache.wiki.attachment with parameters of type PageModifier and TypeMethodDescriptiondefault booleanAttachmentManager.hasAttachments(Page wikipage) Returns true, if the page has any attachments at all.AttachmentManager.listAttachments(Page wikipage) Returns the list of attachments associated with a given wiki page.DefaultAttachmentManager.listAttachments(Page wikipage) Returns the list of attachments associated with a given wiki page. -
Uses of Page in org.apache.wiki.auth.acl
Methods in org.apache.wiki.auth.acl with parameters of type PageModifier and TypeMethodDescriptionAclManager.getPermissions(Page page) Returns the access control list for the page.DefaultAclManager.getPermissions(Page page) Returns the access control list for the page.A helper method for parsing textual AccessControlLists.A helper method for parsing textual AccessControlLists.voidAclManager.setPermissions(Page page, Acl acl) Sets the access control list for the page and persists it.voidDefaultAclManager.setPermissions(Page page, Acl acl) Sets the access control list for the page and persists it. -
Uses of Page in org.apache.wiki.auth.permissions
Methods in org.apache.wiki.auth.permissions with parameters of type PageModifier and TypeMethodDescriptionstatic PagePermissionPermissionFactory.getPagePermission(Page page, String actions) Get a permission object for a WikiPage and a set of actions.Constructors in org.apache.wiki.auth.permissions with parameters of type PageModifierConstructorDescriptionPagePermission(Page page, String actions) Creates a new PagePermission for a specified page and set of actions. -
Uses of Page in org.apache.wiki.filters
Methods in org.apache.wiki.filters with parameters of type PageModifier and TypeMethodDescriptionstatic StringSpamFilter.getSpamHash(Page page, javax.servlet.http.HttpServletRequest request) This method is used to calculate an unique code when submitting the page to detect edit conflicts. -
Uses of Page in org.apache.wiki.pages
Methods in org.apache.wiki.pages with type parameters of type PageModifier and TypeMethodDescriptionDefaultPageManager.getVersionHistory(String pageName) Gets a version history of page.PageManager.getVersionHistory(String pageName) Gets a version history of page.Methods in org.apache.wiki.pages that return PageModifier and TypeMethodDescriptionFinds the corresponding WikiPage object based on the page name.Finds the corresponding WikiPage object base on the page name and version.Finds the corresponding WikiPage object based on the page name.Finds the corresponding WikiPage object base on the page name and version.DefaultPageManager.getPageInfo(String pageName, int version) Finds a WikiPage object describing a particular page and version.PageManager.getPageInfo(String pageName, int version) Finds a WikiPage object describing a particular page and version.Methods in org.apache.wiki.pages that return types with arguments of type PageModifier and TypeMethodDescriptionDefaultPageManager.getAllPages()Returns all pages in some random order.PageManager.getAllPages()Returns all pages in some random order.DefaultPageManager.getRecentChanges()Returns a Collection of WikiPages, sorted in time order of last change (i.e. first object is the most recently changed).PageManager.getRecentChanges()Returns a Collection of WikiPages, sorted in time order of last change (i.e. first object is the most recently changed).Methods in org.apache.wiki.pages with parameters of type PageModifier and TypeMethodDescriptionprotected booleanFor a single wiki page, replaces all Acl entries matching a supplied array of Principals with a new Principal.intvoidDefaultPageManager.deletePage(Page page) Deletes an entire page, all versions, all traces.voidPageManager.deletePage(Page page) Deletes an entire page, all versions, all traces.voidDefaultPageManager.deleteVersion(Page page) Deletes only a specific version of a WikiPage.voidPageManager.deleteVersion(Page page) Deletes only a specific version of a WikiPage.DefaultPageManager.getCurrentLock(Page page) Returns the current lock owner of a page.PageManager.getCurrentLock(Page page) Returns the current lock owner of a page.default StringPageManager.getPureText(Page page) Returns the pure text of a page, no conversions.default StringReturns the un-HTMLized text of the given version of a page in the given context.Locks page for editing.Locks page for editing.default booleanPageManager.pageExists(Page page) Checks for existence of a specific page and version denoted by a WikiPage on the underlying WikiPageProvider.voidDefaultPageManager.putPageText(Page page, String content) Puts the page text into the repository.voidPageManager.putPageText(Page page, String content) Puts the page text into the repository.default booleanPageManager.wikiPageExists(Page page) Returns true, if the requested page (or an alias) exists, with the specified version in the WikiPage.Constructors in org.apache.wiki.pages with parameters of type Page -
Uses of Page in org.apache.wiki.parser
Methods in org.apache.wiki.parser that return PageModifier and TypeMethodDescriptionWikiDocument.getPage()Return the WikiPage for whom this WikiDocument exists.Constructors in org.apache.wiki.parser with parameters of type PageModifierConstructorDescriptionWikiDocument(Page page) Creates a new WikiDocument for a specific page. -
Uses of Page in org.apache.wiki.parser.markdown
Constructors in org.apache.wiki.parser.markdown with parameters of type Page -
Uses of Page in org.apache.wiki.plugin
Methods in org.apache.wiki.plugin that return types with arguments of type PageModifier and TypeMethodDescriptionAbstractReferralPlugin.filterWikiPageCollection(Collection<Page> pages) WeblogPlugin.findBlogEntries(Engine engine, String baseName, Date start, Date end) Attempts to locate all pages that correspond to the blog entry pattern.Method parameters in org.apache.wiki.plugin with type arguments of type PageModifier and TypeMethodDescriptionAbstractReferralPlugin.filterWikiPageCollection(Collection<Page> pages) -
Uses of Page in org.apache.wiki.providers
Methods in org.apache.wiki.providers that return PageModifier and TypeMethodDescriptionAbstractFileProvider.getPageInfo(String page, int version) Always returns the latest version, since FileSystemProvider does not support versioning.CachingProvider.getPageInfo(String pageName, int version) Returns info about the page.FileSystemProvider.getPageInfo(String page, int version) Always returns the latest version, since FileSystemProvider does not support versioning.VersioningFileProvider.getPageInfo(String page, int version) Always returns the latest version, since FileSystemProvider does not support versioning.WikiPageAdapterProvider.getPageInfo(String page, int version) Deprecated.Returns info about the page.Methods in org.apache.wiki.providers that return types with arguments of type PageModifier and TypeMethodDescriptionAbstractFileProvider.getAllChangedSince(Date date) Does not work.CachingProvider.getAllChangedSince(Date date) Gets a list of recent changes.WikiPageAdapterProvider.getAllChangedSince(Date date) Deprecated.Gets a list of recent changes.AbstractFileProvider.getAllPages()Returns all pages.CachingProvider.getAllPages()Returns all pages.VersioningFileProvider.getAllPages()Returns all pages.WikiPageAdapterProvider.getAllPages()Deprecated.Returns all pages.AbstractFileProvider.getVersionHistory(String page) The FileSystemProvider provides only one version.CachingProvider.getVersionHistory(String pageName) Returns version history.VersioningFileProvider.getVersionHistory(String page) The FileSystemProvider provides only one version.WikiPageAdapterProvider.getVersionHistory(String page) Deprecated.Returns version history.Methods in org.apache.wiki.providers with parameters of type PageModifier and TypeMethodDescriptionprotected PropertiesAbstractFileProvider.addCustomProperties(Page page, Properties props) By default all page attributes that start with "@" are returned as custom properties.BasicAttachmentProvider.getAttachmentInfo(Page page, String name, int version) Returns info about an attachment.CachingAttachmentProvider.getAttachmentInfo(Page page, String name, int version) Returns info about an attachment.WikiAttachmentAdapterProvider.getAttachmentInfo(Page page, String name, int version) Deprecated.Returns info about an attachment.protected voidAbstractFileProvider.getCustomProperties(Page page, Properties defaultProperties) Get custom properties usingAbstractFileProvider.addCustomProperties(Page, Properties), validate them usingAbstractFileProvider.validateCustomPageProperties(Properties)and add them to default properties providedBasicAttachmentProvider.listAttachments(Page page) Lists all attachments attached to a page.CachingAttachmentProvider.listAttachments(Page page) Lists all attachments attached to a page.WikiAttachmentAdapterProvider.listAttachments(Page page) Deprecated.Lists all attachments attached to a page.voidAbstractFileProvider.putPageText(Page page, String text) Attempts to save the page text for page "page".voidCachingProvider.putPageText(Page page, String text) Attempts to save the page text for page "page".voidFileSystemProvider.putPageText(Page page, String text) Attempts to save the page text for page "page".voidVersioningFileProvider.putPageText(Page page, String text) Attempts to save the page text for page "page".voidWikiPageAdapterProvider.putPageText(Page page, String text) Deprecated.Attempts to save the page text for page "page".protected voidAbstractFileProvider.setCustomProperties(Page page, Properties properties) Set the custom properties provided into the given page. -
Uses of Page in org.apache.wiki.references
Methods in org.apache.wiki.references with parameters of type PageModifier and TypeMethodDescriptionvoidDefaultReferenceManager.pageRemoved(Page page) Updates the m_referedTo and m_referredBy hashmaps when a page has been deleted.voidReferenceManager.pageRemoved(Page page) Updates the m_referedTo and m_referredBy hashmaps when a page has been deleted.DefaultReferenceManager.scanWikiLinks(Page page, String pagedata) Reads a WikiPageful of data from a String and returns all links internal to this Wiki in a Collection.ReferenceManager.scanWikiLinks(Page page, String pagedata) Reads a WikiPageful of data from a String and returns all links internal to this Wiki in a Collection.voidDefaultReferenceManager.updateReferences(Page page) Updates all references for the given page.voidReferenceManager.updateReferences(Page page) Updates all references for the given page.Method parameters in org.apache.wiki.references with type arguments of type PageModifier and TypeMethodDescriptionvoidDefaultReferenceManager.initialize(Collection<Page> pages) Initializes the entire reference manager with the initial set of pages from the collection.voidReferenceManager.initialize(Collection<Page> pages) Initializes the entire reference manager with the initial set of pages from the collection. -
Uses of Page in org.apache.wiki.render
Methods in org.apache.wiki.render with parameters of type PageModifier and TypeMethodDescriptionReturns the converted HTML of the page using a different context than the default context.Returns the converted HTML of the page using a different context than the default context. -
Uses of Page in org.apache.wiki.rss
Methods in org.apache.wiki.rss that return PageMethods in org.apache.wiki.rss with parameters of type PageModifier and TypeMethodDescriptionvoidSets the WikiPage to which this Entry refers to.Method parameters in org.apache.wiki.rss with type arguments of type PageModifier and TypeMethodDescriptionDefaultRSSGenerator.generateBlogRSS(Context wikiContext, List<Page> changed, Feed feed) Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).RSSGenerator.generateBlogRSS(Context wikiContext, List<Page> changed, Feed feed) Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).Generates a feed based on a context and list of changes.Generates a feed based on a context and list of changes.DefaultRSSGenerator.generateWikiPageRSS(Context wikiContext, List<Page> changed, Feed feed) Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).RSSGenerator.generateWikiPageRSS(Context wikiContext, List<Page> changed, Feed feed) Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode). -
Uses of Page in org.apache.wiki.search
Methods in org.apache.wiki.search with parameters of type PageModifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentLuceneSearchProvider.luceneIndexPage(Page page, String text, org.apache.lucene.index.IndexWriter writer) Indexes page using the given IndexWriter.voidBasicSearchProvider.pageRemoved(Page page) Delete a page from the search index.voidLuceneSearchProvider.pageRemoved(Page page) Delete a page from the search index.default voidSearchManager.pageRemoved(Page page) Removes the page from the search cache (if any).voidSearchProvider.pageRemoved(Page page) Delete a page from the search index.voidBasicSearchProvider.reindexPage(Page page) Adds a WikiPage for indexing queue.voidLuceneSearchProvider.reindexPage(Page page) Adds a page-text pair to the lucene update queue.default voidSearchManager.reindexPage(Page page) Forces the reindex of the given page.voidSearchProvider.reindexPage(Page page) Adds a WikiPage for indexing queue.protected voidLuceneSearchProvider.updateLuceneIndex(Page page, String text) Updates the lucene index for a single page. -
Uses of Page in org.apache.wiki.search.kendra
Methods in org.apache.wiki.search.kendra with parameters of type PageModifier and TypeMethodDescriptionvoidKendraSearchProvider.pageRemoved(Page page) Delete a page from the search index.voidKendraSearchProvider.reindexPage(Page page) Adds a WikiPage for indexing queue. -
Uses of Page in org.apache.wiki.spi
Methods in org.apache.wiki.spi that return PageMethods in org.apache.wiki.spi with parameters of type Page -
Uses of Page in org.apache.wiki.ui
Methods in org.apache.wiki.ui that return PageModifier and TypeMethodDescriptionCommandResolver.resolvePage(javax.servlet.http.HttpServletRequest request, String page) Looks up and returns the correct, versioned WikiPage based on a supplied page name and optionalversionparameter passed in an HTTP request.DefaultCommandResolver.resolvePage(javax.servlet.http.HttpServletRequest request, String page) Looks up and returns the correct, versioned WikiPage based on a supplied page name and optionalversionparameter passed in an HTTP request. -
Uses of Page in org.apache.wiki.xmlrpc
Methods in org.apache.wiki.xmlrpc with parameters of type PageModifier and TypeMethodDescriptionprotected abstract HashtableAbstractRPCHandler.encodeWikiPage(Page p) RPCHandler.encodeWikiPage(Page page) Encodes a single wiki page info into a Hashtable.RPCHandlerUTF8.encodeWikiPage(Page page) Encodes a single wiki page info into a Hashtable.