Uses of Class
org.apache.wiki.api.exceptions.ProviderException
Packages that use ProviderException
Package
Description
The chief package of JSPWiki.
JSPWiki's central API.
Page Providers' API package of JSPWiki.
Attachment management, uploading and downloading.
Entry point for JSPWiki's Page Objects.
Provides plugins to the JSPWiki.
Provides storage for JSPWiki.
Provides the JSPWiki track of pages' references.
Provides the JSPWiki search functionality.
Provides standard JSP tags for JSPWiki.
Java classes for management of the JSP user interface.
-
Uses of ProviderException in org.apache.wiki
Methods in org.apache.wiki that throw ProviderExceptionModifier and TypeMethodDescriptionWikiEngine.getFinalPageName(String page) Returns the correct page name, or null, if no such page can be found. -
Uses of ProviderException in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that throw ProviderExceptionModifier and TypeMethodDescriptionEngine.getFinalPageName(String page) Returns the correct page name, or null, if no such page can be found. -
Uses of ProviderException in org.apache.wiki.api.providers
Methods in org.apache.wiki.api.providers that throw ProviderExceptionModifier and TypeMethodDescriptionvoidAttachmentProvider.deleteAttachment(Attachment att) Removes an entire page from the repository.voidPageProvider.deletePage(String pageName) Removes an entire page from the repository.voidAttachmentProvider.deleteVersion(Attachment att) Removes a specific version from the repository.voidPageProvider.deleteVersion(String pageName, int version) Removes a specific version from the repository.PageProvider.getAllPages()Returns all pages.AttachmentProvider.getAttachmentData(Attachment att) Get attachment data.AttachmentProvider.getAttachmentInfo(Page page, String name, int version) Returns info about an attachment.intPageProvider.getPageCount()Gets the number of pages.PageProvider.getPageInfo(String page, int version) Returns info about the page.PageProvider.getPageText(String page, int version) Gets a specific version out of the repository.PageProvider.getVersionHistory(String page) Returns version history.AttachmentProvider.listAllChanged(Date timestamp) Lists changed attachments since given date.AttachmentProvider.listAttachments(Page page) Lists all attachments attached to a page.voidAttachmentProvider.moveAttachmentsForPage(String oldParent, String newParent) Move all the attachments for a given page so that they are attached to a new page.voidMove a pagevoidAttachmentProvider.putAttachmentData(Attachment att, InputStream data) Put new attachment data.voidPageProvider.putPageText(Page page, String text) Attempts to save the page text for page "page". -
Uses of ProviderException in org.apache.wiki.attachment
Methods in org.apache.wiki.attachment that throw ProviderExceptionModifier and TypeMethodDescriptionvoidAttachmentManager.deleteAttachment(Attachment att) Deletes all versions of the given attachment.voidDefaultAttachmentManager.deleteAttachment(Attachment att) Deletes all versions of the given attachment.voidAttachmentManager.deleteVersion(Attachment att) Deletes the given attachment version.voidDefaultAttachmentManager.deleteVersion(Attachment att) Deletes the given attachment version.protected booleanAttachmentServlet.executeUpload(Context context, InputStream data, String filename, String errorPage, String parentPage, String changenote, long contentLength) AttachmentManager.getAllAttachments()Returns a collection of Attachments, containing each and every attachment that is in this Wiki.DefaultAttachmentManager.getAllAttachments()Returns a collection of Attachments, containing each and every attachment that is in this Wiki.DynamicAttachmentProvider.getAttachmentData(Context context, Attachment att) Returns a stream of data for this attachment.default AttachmentAttachmentManager.getAttachmentInfo(String name) Gets info on a particular attachment, latest version.default AttachmentAttachmentManager.getAttachmentInfo(String name, int version) Gets info on a particular attachment with the given version.default AttachmentAttachmentManager.getAttachmentInfo(Context context, String attachmentname) Figures out the full attachment name from the context and attachment name.AttachmentManager.getAttachmentInfo(Context context, String attachmentname, int version) Figures out the full attachment name from the context and attachment name.DefaultAttachmentManager.getAttachmentInfo(Context context, String attachmentname, int version) Figures out the full attachment name from the context and attachment name.default InputStreamAttachmentManager.getAttachmentStream(Attachment att) Finds a (real) attachment from the repository as anInputStream.AttachmentManager.getAttachmentStream(Context ctx, Attachment att) Returns an attachment stream using the particular WikiContext.DefaultAttachmentManager.getAttachmentStream(Context ctx, Attachment att) Returns an attachment stream using the particular WikiContext.AttachmentManager.getVersionHistory(String attachmentName) Returns a list of versions of the attachment.DefaultAttachmentManager.getVersionHistory(String attachmentName) Returns a list of versions of the attachment.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.default voidAttachmentManager.storeAttachment(Attachment att, File source) Stores an attachment that lives in the given file.voidAttachmentManager.storeAttachment(Attachment att, InputStream in) Stores an attachment directly from a stream.voidDefaultAttachmentManager.storeAttachment(Attachment att, InputStream in) Stores an attachment directly from a stream. -
Uses of ProviderException in org.apache.wiki.pages
Methods in org.apache.wiki.pages that throw ProviderExceptionModifier and TypeMethodDescriptionvoidDefaultPageManager.deletePage(String pageName) Deletes a page or an attachment completely, including all versions.voidDefaultPageManager.deletePage(Page page) Deletes an entire page, all versions, all traces.voidPageManager.deletePage(String pageName) Deletes a page or an attachment completely, including all versions.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.getAllPages()Returns all pages in some random order.PageManager.getAllPages()Returns all pages in some random order.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.DefaultPageManager.getPageText(String pageName, int version) Fetches the page text from the repository.PageManager.getPageText(String pageName, int version) Fetches the page text from the repository.booleanDefaultPageManager.pageExists(String pageName) Returns true, if the page exists (any version) on the underlying WikiPageProvider.booleanDefaultPageManager.pageExists(String pageName, int version) Checks for existence of a specific page and version on the underlying WikiPageProvider.booleanPageManager.pageExists(String pageName) Returns true, if the page exists (any version) on the underlying WikiPageProvider.booleanPageManager.pageExists(String pageName, int version) Checks for existence of a specific page and version on the underlying WikiPageProvider.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.booleanDefaultPageManager.wikiPageExists(String page, int version) Returns true, if the requested page (or an alias) exists with the requested version.booleanPageManager.wikiPageExists(String page, int version) Returns true, if the requested page (or an alias) exists with the requested version.default booleanPageManager.wikiPageExists(Page page) Returns true, if the requested page (or an alias) exists, with the specified version in the WikiPage. -
Uses of ProviderException in org.apache.wiki.plugin
Methods in org.apache.wiki.plugin that throw ProviderExceptionModifier and TypeMethodDescriptionWeblogEntryPlugin.getNewEntryPage(Engine engine, String blogName) Returns a new page name for entries. -
Uses of ProviderException in org.apache.wiki.providers
Subclasses of ProviderException in org.apache.wiki.providersModifier and TypeClassDescriptionclassIndicates that an non-existing version was specified.classIf the provider detects that someone has modified the repository externally, it should throw this exception.Methods in org.apache.wiki.providers that throw ProviderExceptionModifier and TypeMethodDescriptionvoidBasicAttachmentProvider.deleteAttachment(Attachment att) Removes an entire page from the repository.voidCachingAttachmentProvider.deleteAttachment(Attachment att) Removes an entire page from the repository.voidWikiAttachmentAdapterProvider.deleteAttachment(Attachment att) Deprecated.Removes an entire page from the repository.voidWikiAttachmentProvider.deleteAttachment(Attachment att) Deprecated.Removes an entire page from the repository.voidAbstractFileProvider.deletePage(String pageName) Removes an entire page from the repository.voidCachingProvider.deletePage(String pageName) Removes an entire page from the repository.voidFileSystemProvider.deletePage(String pageName) Removes an entire page from the repository.voidVersioningFileProvider.deletePage(String page) Removes the relevant page directory under "OLD" -directory as well, but does not remove any extra subdirectories from it.voidWikiPageAdapterProvider.deletePage(String pageName) Deprecated.Removes an entire page from the repository.voidWikiPageProvider.deletePage(String pageName) Deprecated.Removes an entire page from the repository.voidAbstractFileProvider.deleteVersion(String pageName, int version) Removes a specific version from the repository.voidBasicAttachmentProvider.deleteVersion(Attachment att) Removes a specific version from the repository.voidCachingAttachmentProvider.deleteVersion(Attachment att) Removes a specific version from the repository.voidCachingProvider.deleteVersion(String pageName, int version) Removes a specific version from the repository.voidVersioningFileProvider.deleteVersion(String page, int version) Removes a specific version from the repository.voidWikiAttachmentAdapterProvider.deleteVersion(Attachment att) Deprecated.Removes a specific version from the repository.voidWikiAttachmentProvider.deleteVersion(Attachment att) Deprecated.Removes a specific version from the repository.voidWikiPageAdapterProvider.deleteVersion(String pageName, int version) Deprecated.Removes a specific version from the repository.voidWikiPageProvider.deleteVersion(String pageName, int version) Deprecated.Removes a specific version from the repository.AbstractFileProvider.getAllPages()Returns all pages.CachingProvider.getAllPages()Returns all pages.VersioningFileProvider.getAllPages()Returns all pages.WikiPageAdapterProvider.getAllPages()Deprecated.Returns all pages.WikiPageProvider.getAllPages()Deprecated.Returns all pages.BasicAttachmentProvider.getAttachmentData(Attachment att) Get attachment data.CachingAttachmentProvider.getAttachmentData(Attachment att) Get attachment data.WikiAttachmentAdapterProvider.getAttachmentData(Attachment att) Deprecated.Get attachment data.WikiAttachmentProvider.getAttachmentData(Attachment att) Deprecated.Get attachment data.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.WikiAttachmentProvider.getAttachmentInfo(WikiPage page, String name, int version) Deprecated.Returns info about an attachment.intCachingProvider.getPageCount()Gets the number of pages.intWikiPageAdapterProvider.getPageCount()Deprecated.Gets the number of pages.intWikiPageProvider.getPageCount()Deprecated.Gets the number of pages.AbstractFileProvider.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.WikiPageProvider.getPageInfo(String page, int version) Deprecated.Returns info about the page.AbstractFileProvider.getPageText(String page, int version) This implementation just returns the current version, as filesystem does not provide versioning information for now.CachingProvider.getPageText(String pageName, int version) Gets a specific version out of the repository.VersioningFileProvider.getPageText(String page, int version) This implementation just returns the current version, as filesystem does not provide versioning information for now.WikiPageAdapterProvider.getPageText(String page, int version) Deprecated.Gets a specific version out of the repository.WikiPageProvider.getPageText(String page, int version) Deprecated.Gets a specific version out of the repository.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.WikiPageProvider.getVersionHistory(String page) Deprecated.Returns version history.BasicAttachmentProvider.listAllChanged(Date timestamp) Lists changed attachments since given date.CachingAttachmentProvider.listAllChanged(Date timestamp) Lists changed attachments since given date.WikiAttachmentAdapterProvider.listAllChanged(Date timestamp) Deprecated.Lists changed attachments since given date.WikiAttachmentProvider.listAllChanged(Date timestamp) Deprecated.Lists changed attachments since given date.BasicAttachmentProvider.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.WikiAttachmentProvider.listAttachments(WikiPage page) Deprecated.Lists all attachments attached to a page.voidBasicAttachmentProvider.moveAttachmentsForPage(String oldParent, String newParent) Move all the attachments for a given page so that they are attached to a new page.voidCachingAttachmentProvider.moveAttachmentsForPage(String oldParent, String newParent) Move all the attachments for a given page so that they are attached to a new page.voidWikiAttachmentAdapterProvider.moveAttachmentsForPage(String oldParent, String newParent) Deprecated.Move all the attachments for a given page so that they are attached to a new page.voidWikiAttachmentProvider.moveAttachmentsForPage(String oldParent, String newParent) Deprecated.Move all the attachments for a given page so that they are attached to a new page.voidMove a pagevoidMove a pagevoidDeprecated.Move a pagevoidDeprecated.Move a pagevoidBasicAttachmentProvider.putAttachmentData(Attachment att, InputStream data) Put new attachment data.voidCachingAttachmentProvider.putAttachmentData(Attachment att, InputStream data) Put new attachment data.voidWikiAttachmentAdapterProvider.putAttachmentData(Attachment att, InputStream data) Deprecated.Put new attachment data.voidWikiAttachmentProvider.putAttachmentData(Attachment att, InputStream data) Deprecated.Put new attachment data.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".voidWikiPageProvider.putPageText(WikiPage page, String text) Deprecated.Attempts to save the page text for page "page". -
Uses of ProviderException in org.apache.wiki.references
Methods in org.apache.wiki.references that throw ProviderExceptionModifier 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 ProviderException in org.apache.wiki.search
Methods in org.apache.wiki.search that throw ProviderExceptionModifier and TypeMethodDescriptionSearches pages using a particular combination of flags.Search for pages matching a search query.default Collection<SearchResult>Sends a search to the current search provider.Search for pages matching a search query. -
Uses of ProviderException in org.apache.wiki.search.kendra
Methods in org.apache.wiki.search.kendra that throw ProviderExceptionModifier and TypeMethodDescriptionSearch for pages matching a search query. -
Uses of ProviderException in org.apache.wiki.tags
Methods in org.apache.wiki.tags that throw ProviderExceptionModifier and TypeMethodDescriptionfinal intCheckLockTag.doWikiStartTag()This method is allowed to do pretty much whatever he wants.final intCheckRequestContextTag.doWikiStartTag()This method is allowed to do pretty much whatever he wants.final intContentTag.doWikiStartTag()This method is allowed to do pretty much whatever he wants.final intIncludeTag.doWikiStartTag()final intInsertPageTag.doWikiStartTag()intNoSuchPageTag.doWikiStartTag()final intPageExistsTag.doWikiStartTag() -
Uses of ProviderException in org.apache.wiki.ui
Methods in org.apache.wiki.ui that throw ProviderExceptionModifier and TypeMethodDescriptionCommandResolver.getFinalPageName(String page) Returns the correct page name, ornull, if no such page can be found.DefaultCommandResolver.getFinalPageName(String page) Returns the correct page name, ornull, if no such page can be found.protected booleanDefaultCommandResolver.simplePageExists(String page) Determines whether a "page" exists by examining the list of special pages and querying the page manager.