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 TypeClassDescriptionclass
Simple wrapper class for the Wiki page attributes.Methods in org.apache.wiki with parameters of type PageModifier and TypeMethodDescriptionint
Compares a page with another by name using the defined PageNameComparator.protected static Command
WikiContext.findCommand
(Engine engine, javax.servlet.http.HttpServletRequest request, Page page) Looks up and returns a PageCommand based on a supplied WikiPage and HTTP request.void
Sets 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 TypeMethodDescriptionvoid
Sets 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.void
PageProvider.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 TypeClassDescriptionclass
Describes an attachment.class
A 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 boolean
AttachmentManager.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.void
AclManager.setPermissions
(Page page, Acl acl) Sets the access control list for the page and persists it.void
DefaultAclManager.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 PagePermission
PermissionFactory.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 String
SpamFilter.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 boolean
For a single wiki page, replaces all Acl entries matching a supplied array of Principals with a new Principal.int
void
DefaultPageManager.deletePage
(Page page) Deletes an entire page, all versions, all traces.void
PageManager.deletePage
(Page page) Deletes an entire page, all versions, all traces.void
DefaultPageManager.deleteVersion
(Page page) Deletes only a specific version of a WikiPage.void
PageManager.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 String
PageManager.getPureText
(Page page) Returns the pure text of a page, no conversions.default String
Returns the un-HTMLized text of the given version of a page in the given context.Locks page for editing.Locks page for editing.default boolean
PageManager.pageExists
(Page page) Checks for existence of a specific page and version denoted by a WikiPage on the underlying WikiPageProvider.void
DefaultPageManager.putPageText
(Page page, String content) Puts the page text into the repository.void
PageManager.putPageText
(Page page, String content) Puts the page text into the repository.default boolean
PageManager.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 Properties
AbstractFileProvider.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 void
AbstractFileProvider.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.void
AbstractFileProvider.putPageText
(Page page, String text) Attempts to save the page text for page "page".void
CachingProvider.putPageText
(Page page, String text) Attempts to save the page text for page "page".void
FileSystemProvider.putPageText
(Page page, String text) Attempts to save the page text for page "page".void
VersioningFileProvider.putPageText
(Page page, String text) Attempts to save the page text for page "page".void
WikiPageAdapterProvider.putPageText
(Page page, String text) Deprecated.Attempts to save the page text for page "page".protected void
AbstractFileProvider.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 TypeMethodDescriptionvoid
DefaultReferenceManager.pageRemoved
(Page page) Updates the m_referedTo and m_referredBy hashmaps when a page has been deleted.void
ReferenceManager.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.void
DefaultReferenceManager.updateReferences
(Page page) Updates all references for the given page.void
ReferenceManager.updateReferences
(Page page) Updates all references for the given page.Method parameters in org.apache.wiki.references with type arguments of type PageModifier and TypeMethodDescriptionvoid
DefaultReferenceManager.initialize
(Collection<Page> pages) Initializes the entire reference manager with the initial set of pages from the collection.void
ReferenceManager.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 TypeMethodDescriptionvoid
Sets 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.Document
LuceneSearchProvider.luceneIndexPage
(Page page, String text, org.apache.lucene.index.IndexWriter writer) Indexes page using the given IndexWriter.void
BasicSearchProvider.pageRemoved
(Page page) Delete a page from the search index.void
LuceneSearchProvider.pageRemoved
(Page page) Delete a page from the search index.default void
SearchManager.pageRemoved
(Page page) Removes the page from the search cache (if any).void
SearchProvider.pageRemoved
(Page page) Delete a page from the search index.void
BasicSearchProvider.reindexPage
(Page page) Adds a WikiPage for indexing queue.void
LuceneSearchProvider.reindexPage
(Page page) Adds a page-text pair to the lucene update queue.default void
SearchManager.reindexPage
(Page page) Forces the reindex of the given page.void
SearchProvider.reindexPage
(Page page) Adds a WikiPage for indexing queue.protected void
LuceneSearchProvider.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 TypeMethodDescriptionvoid
KendraSearchProvider.pageRemoved
(Page page) Delete a page from the search index.void
KendraSearchProvider.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 optionalversion
parameter 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 optionalversion
parameter 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 Hashtable
AbstractRPCHandler.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.