- getAcl() - Method in interface org.apache.wiki.api.core.Page
-
Returns the Acl for this page.
- getAcl() - Method in interface org.apache.wiki.api.core.Page
-
Returns the Acl for this page.
- getAclEntry(Principal) - Method in interface org.apache.wiki.api.core.Acl
-
Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
- getAclEntry(Principal) - Method in interface org.apache.wiki.api.core.Acl
-
Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
- getAllChangedSince(Date) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Gets a list of recent changes.
- getAllChangedSince(Date) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Gets a list of recent changes.
- getAllInlinedImagePatterns() - Method in interface org.apache.wiki.api.core.Engine
-
Returns a collection of all image types that get inlined.
- getAllInlinedImagePatterns() - Method in interface org.apache.wiki.api.core.Engine
-
Returns a collection of all image types that get inlined.
- getAllInterWikiLinks() - Method in interface org.apache.wiki.api.core.Engine
-
Returns a collection of all supported InterWiki links.
- getAllInterWikiLinks() - Method in interface org.apache.wiki.api.core.Engine
-
Returns a collection of all supported InterWiki links.
- getAllPages() - Method in interface org.apache.wiki.api.providers.PageProvider
-
Returns all pages.
- getAllPages() - Method in interface org.apache.wiki.api.providers.PageProvider
-
Returns all pages.
- getApplicationName() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the name of the application.
- getApplicationName() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the name of the application.
- getArgs() - Method in exception org.apache.wiki.api.exceptions.WikiI18nException
-
getter.
- getArgs() - Method in exception org.apache.wiki.api.exceptions.WikiI18nException
-
getter.
- getAttachmentData(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Get attachment data.
- getAttachmentData(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Get attachment data.
- getAttachmentInfo(Page, String, int) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Returns info about an attachment.
- getAttachmentInfo(Page, String, int) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Returns info about an attachment.
- getAttribute(String) - Method in interface org.apache.wiki.api.core.Engine
-
Gets an attribute from the engine.
- getAttribute(String) - Method in interface org.apache.wiki.api.core.Engine
-
Gets an attribute from the engine.
- getAttribute(String) - Method in interface org.apache.wiki.api.core.Page
-
A WikiPage may have a number of attributes, which might or might not be available.
- getAttribute(String) - Method in interface org.apache.wiki.api.core.Page
-
A WikiPage may have a number of attributes, which might or might not be available.
- getAttributes() - Method in interface org.apache.wiki.api.core.Page
-
Returns the full attributes Map, in case external code needs to iterate through the attributes.
- getAttributes() - Method in interface org.apache.wiki.api.core.Page
-
Returns the full attributes Map, in case external code needs to iterate through the attributes.
- getAuthor() - Method in interface org.apache.wiki.api.core.Page
-
Returns author name, or null, if no author has been defined.
- getAuthor() - Method in interface org.apache.wiki.api.core.Page
-
Returns author name, or null, if no author has been defined.
- getBaseURL() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the base URL, telling where this Wiki actually lives.
- getBaseURL() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the base URL, telling where this Wiki actually lives.
- getBooleanWikiProperty(String, boolean) - Method in interface org.apache.wiki.api.core.Context
-
This is just a simple helper method which will first check the context if there is already an override in place, and if there is not,
it will then check the given properties.
- getBooleanWikiProperty(String, boolean) - Method in interface org.apache.wiki.api.core.Context
-
This is just a simple helper method which will first check the context if there is already an override in place, and if there is not,
it will then check the given properties.
- getCommand() - Method in interface org.apache.wiki.api.core.Context
-
Returns the Command associated with this Context.
- getCommand() - Method in interface org.apache.wiki.api.core.Context
-
Returns the Command associated with this Context.
- getContentEncoding() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the IANA name of the character set encoding we're supposed to be using right now.
- getContentEncoding() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the IANA name of the character set encoding we're supposed to be using right now.
- getContentTemplate() - Method in interface org.apache.wiki.api.core.Command
-
Returns the content template associated with a Command, such as PreferencesContent.jsp.
- getContentTemplate() - Method in interface org.apache.wiki.api.core.Command
-
Returns the content template associated with a Command, such as PreferencesContent.jsp.
- getContentTemplate() - Method in enum org.apache.wiki.api.core.ContextEnum
-
- getContentTemplate() - Method in enum org.apache.wiki.api.core.ContextEnum
-
- getContexts() - Method in interface org.apache.wiki.api.search.SearchResult
-
Collection of XHTML fragments representing some contexts in which the match was made (a.k.a., "snippets").
- getContexts() - Method in interface org.apache.wiki.api.search.SearchResult
-
Collection of XHTML fragments representing some contexts in which the match was made (a.k.a., "snippets").
- getCurrentUser() - Method in interface org.apache.wiki.api.core.Context
-
Convenience method that gets the current user.
- getCurrentUser() - Method in interface org.apache.wiki.api.core.Context
-
Convenience method that gets the current user.
- getEngine() - Method in interface org.apache.wiki.api.core.Context
-
Returns the handling engine.
- getEngine() - Method in interface org.apache.wiki.api.core.Context
-
Returns the handling engine.
- getFileName() - Method in interface org.apache.wiki.api.core.Attachment
-
Returns the file name of the attachment.
- getFileName() - Method in interface org.apache.wiki.api.core.Attachment
-
Returns the file name of the attachment.
- getFinalPageName(String) - Method in interface org.apache.wiki.api.core.Engine
-
Returns the correct page name, or null, if no such page can be found.
- getFinalPageName(String) - Method in interface org.apache.wiki.api.core.Engine
-
Returns the correct page name, or null, if no such page can be found.
- getFrontPage() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the default front page, if no page is used.
- getFrontPage() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the default front page, if no page is used.
- getGlobalRSSURL() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the URL of the global RSS file.
- getGlobalRSSURL() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the URL of the global RSS file.
- getHttpParameter(String) - Method in interface org.apache.wiki.api.core.Context
-
This method will safely return any HTTP parameters that might have been defined.
- getHttpParameter(String) - Method in interface org.apache.wiki.api.core.Context
-
This method will safely return any HTTP parameters that might have been defined.
- getHttpRequest() - Method in interface org.apache.wiki.api.core.Context
-
If the request did originate from an HTTP request, then the HTTP request can be fetched here.
- getHttpRequest() - Method in interface org.apache.wiki.api.core.Context
-
If the request did originate from an HTTP request, then the HTTP request can be fetched here.
- getInterWikiURL(String) - Method in interface org.apache.wiki.api.core.Engine
-
Returns an URL to some other Wiki that we know.
- getInterWikiURL(String) - Method in interface org.apache.wiki.api.core.Engine
-
Returns an URL to some other Wiki that we know.
- getJSP() - Method in interface org.apache.wiki.api.core.Command
-
Returns the JSP associated with the Command.
- getJSP() - Method in interface org.apache.wiki.api.core.Command
-
Returns the JSP associated with the Command.
- getLastModified() - Method in interface org.apache.wiki.api.core.Page
-
Returns the date when this page was last modified.
- getLastModified() - Method in interface org.apache.wiki.api.core.Page
-
Returns the date when this page was last modified.
- getLocale() - Method in interface org.apache.wiki.api.core.Session
-
Returns a cached Locale object for this user.
- getLocale() - Method in interface org.apache.wiki.api.core.Session
-
Returns a cached Locale object for this user.
- getLoginPrincipal() - Method in interface org.apache.wiki.api.core.Session
-
Returns the Principal used to log in to an authenticated session.
- getLoginPrincipal() - Method in interface org.apache.wiki.api.core.Session
-
Returns the Principal used to log in to an authenticated session.
- getManager(Class<T>) - Method in interface org.apache.wiki.api.core.Engine
-
Retrieves the object instantiated by the Engine matching the requested type.
- getManager(Class<T>) - Method in interface org.apache.wiki.api.core.Engine
-
Retrieves the object instantiated by the Engine matching the requested type.
- getManagers(Class<T>) - Method in interface org.apache.wiki.api.core.Engine
-
Retrieves the objects instantiated by the Engine that can be assigned to the requested type.
- getManagers(Class<T>) - Method in interface org.apache.wiki.api.core.Engine
-
Retrieves the objects instantiated by the Engine that can be assigned to the requested type.
- getMessages() - Method in interface org.apache.wiki.api.core.Session
-
Returns all generic messages associated with this session.
- getMessages(String) - Method in interface org.apache.wiki.api.core.Session
-
Returns all messages associated with a session topic.
- getMessages() - Method in interface org.apache.wiki.api.core.Session
-
Returns all generic messages associated with this session.
- getMessages(String) - Method in interface org.apache.wiki.api.core.Session
-
Returns all messages associated with a session topic.
- getName() - Method in interface org.apache.wiki.api.core.Command
-
Returns the human-friendly name for this command.
- getName() - Method in interface org.apache.wiki.api.core.Command
-
Returns the human-friendly name for this command.
- getName() - Method in interface org.apache.wiki.api.core.Page
-
Returns the name of the page.
- getName() - Method in interface org.apache.wiki.api.core.Page
-
Returns the name of the page.
- getPage() - Method in interface org.apache.wiki.api.core.Context
-
Returns the WikiPage that is being handled.
- getPage() - Method in interface org.apache.wiki.api.core.Context
-
Returns the WikiPage that is being handled.
- getPage() - Method in interface org.apache.wiki.api.search.SearchResult
-
Return the page.
- getPage() - Method in interface org.apache.wiki.api.search.SearchResult
-
Return the page.
- getPageCount() - Method in interface org.apache.wiki.api.providers.PageProvider
-
Gets the number of pages.
- getPageCount() - Method in interface org.apache.wiki.api.providers.PageProvider
-
Gets the number of pages.
- getPageInfo(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Returns info about the page.
- getPageInfo(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Returns info about the page.
- getPageText(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Gets a specific version out of the repository.
- getPageText(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Gets a specific version out of the repository.
- getParameter(String) - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns a parameter value from the parameter map.
- getParameter(String) - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns a parameter value from the parameter map.
- getParameters() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns the parameter map given in the constructor.
- getParameters() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns the parameter map given in the constructor.
- getParentName() - Method in interface org.apache.wiki.api.core.Attachment
-
Returns the name of the parent of this Attachment, i.e. the page which contains this attachment.
- getParentName() - Method in interface org.apache.wiki.api.core.Attachment
-
Returns the name of the parent of this Attachment, i.e. the page which contains this attachment.
- getPluginName() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns the name of the plugin invoked by the DOM element.
- getPluginName() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns the name of the plugin invoked by the DOM element.
- getPluginSearchPath() - Method in interface org.apache.wiki.api.core.Engine
-
Returns plugins' search path.
- getPluginSearchPath() - Method in interface org.apache.wiki.api.core.Engine
-
Returns plugins' search path.
- getPrincipal() - Method in interface org.apache.wiki.api.core.AclEntry
-
Returns the principal for which permissions are granted by this ACL entry.
- getPrincipal() - Method in interface org.apache.wiki.api.core.AclEntry
-
Returns the principal for which permissions are granted by this ACL entry.
- getPrincipals() - Method in interface org.apache.wiki.api.core.Session
-
Returns all user Principals associated with this session.
- getPrincipals() - Method in interface org.apache.wiki.api.core.Session
-
Returns all user Principals associated with this session.
- getProviderInfo() - Method in interface org.apache.wiki.api.providers.WikiProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in interface org.apache.wiki.api.providers.WikiProvider
-
Return a valid HTML string for information.
- getRealPage() - Method in interface org.apache.wiki.api.core.Context
-
Gets a reference to the real WikiPage whose content is currently being rendered.
- getRealPage() - Method in interface org.apache.wiki.api.core.Context
-
Gets a reference to the real WikiPage whose content is currently being rendered.
- getRedirect() - Method in exception org.apache.wiki.api.exceptions.RedirectException
-
Get the URI for redirection.
- getRedirect() - Method in exception org.apache.wiki.api.exceptions.RedirectException
-
Get the URI for redirection.
- getRedirectURL() - Method in interface org.apache.wiki.api.core.Context
-
Figure out to which WikiPage we are really going to.
- getRedirectURL() - Method in interface org.apache.wiki.api.core.Context
-
Figure out to which WikiPage we are really going to.
- getRequestContext() - Method in interface org.apache.wiki.api.core.Command
-
Returns the name of the request context (e.g.
- getRequestContext() - Method in interface org.apache.wiki.api.core.Command
-
Returns the name of the request context (e.g.
- getRequestContext() - Method in enum org.apache.wiki.api.core.ContextEnum
-
- getRequestContext() - Method in enum org.apache.wiki.api.core.ContextEnum
-
- getRoles() - Method in interface org.apache.wiki.api.core.Session
-
Returns an array of Principal objects that represents the groups and roles that the user associated with a Session possesses.
- getRoles() - Method in interface org.apache.wiki.api.core.Session
-
Returns an array of Principal objects that represents the groups and roles that the user associated with a Session possesses.
- getRootPath() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the root path.
- getRootPath() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the root path.
- getRootThrowable() - Method in exception org.apache.wiki.api.exceptions.PluginException
-
Return the original exception.
- getRootThrowable() - Method in exception org.apache.wiki.api.exceptions.PluginException
-
Return the original exception.
- getScore() - Method in interface org.apache.wiki.api.search.SearchResult
-
Returns the score.
- getScore() - Method in interface org.apache.wiki.api.search.SearchResult
-
Returns the score.
- getServletContext() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the ServletContext that this particular Engine was initialized with.
- getServletContext() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the ServletContext that this particular Engine was initialized with.
- getSize() - Method in interface org.apache.wiki.api.core.Page
-
Returns the size of the page.
- getSize() - Method in interface org.apache.wiki.api.core.Page
-
Returns the size of the page.
- getSpecialPageReference(String) - Method in interface org.apache.wiki.api.core.Engine
-
If the page is a special page, then returns a direct URL to that page.
- getSpecialPageReference(String) - Method in interface org.apache.wiki.api.core.Engine
-
If the page is a special page, then returns a direct URL to that page.
- getStartTime() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the moment when this engine was started.
- getStartTime() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the moment when this engine was started.
- getStatus() - Method in interface org.apache.wiki.api.core.Session
-
Returns the status of the wiki session as a text string.
- getStatus() - Method in interface org.apache.wiki.api.core.Session
-
Returns the status of the wiki session as a text string.
- getSubject() - Method in interface org.apache.wiki.api.core.Session
-
Returns the Subject associated to the session.
- getSubject() - Method in interface org.apache.wiki.api.core.Session
-
Returns the Subject associated to the session.
- getTarget() - Method in interface org.apache.wiki.api.core.Command
-
Returns the target associated with a Command, if it was created with one.
- getTarget() - Method in interface org.apache.wiki.api.core.Command
-
Returns the target associated with a Command, if it was created with one.
- getTemplate() - Method in interface org.apache.wiki.api.core.Context
-
Gets the template that is to be used throughout this request.
- getTemplate() - Method in interface org.apache.wiki.api.core.Context
-
Gets the template that is to be used throughout this request.
- getTemplateDir() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the current template directory.
- getTemplateDir() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the current template directory.
- getText() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
The main invocation for the plugin.
- getText() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
The main invocation for the plugin.
- getURL(String, String) - Method in interface org.apache.wiki.api.core.Context
-
Creates a URL for the given request context.
- getURL(String, String, String) - Method in interface org.apache.wiki.api.core.Context
-
Returns a URL from a page.
- getURL(String, String) - Method in interface org.apache.wiki.api.core.Context
-
Creates a URL for the given request context.
- getURL(String, String, String) - Method in interface org.apache.wiki.api.core.Context
-
Returns a URL from a page.
- getURL(String, String, String) - Method in interface org.apache.wiki.api.core.Engine
-
Returns an URL if a WikiContext is not available.
- getURL(String, String, String) - Method in interface org.apache.wiki.api.core.Engine
-
Returns an URL if a WikiContext is not available.
- getURLPattern() - Method in interface org.apache.wiki.api.core.Command
-
Returns the URL pattern associated with this Command.
- getURLPattern() - Method in interface org.apache.wiki.api.core.Command
-
Returns the URL pattern associated with this Command.
- getUrlPattern() - Method in enum org.apache.wiki.api.core.ContextEnum
-
- getUrlPattern() - Method in enum org.apache.wiki.api.core.ContextEnum
-
- getUserPrincipal() - Method in interface org.apache.wiki.api.core.Session
-
Returns the primary user Principal associated with this session.
- getUserPrincipal() - Method in interface org.apache.wiki.api.core.Session
-
Returns the primary user Principal associated with this session.
- getValue() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns the rendered plugin.
- getValue() - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Returns the rendered plugin.
- getVariable(String) - Method in interface org.apache.wiki.api.core.Context
-
Gets a previously set variable.
- getVariable(String) - Method in interface org.apache.wiki.api.core.Context
-
Gets a previously set variable.
- getVersion() - Method in interface org.apache.wiki.api.core.Page
-
Returns the version that this WikiPage instance represents.
- getVersion() - Method in interface org.apache.wiki.api.core.Page
-
Returns the version that this WikiPage instance represents.
- getVersionHistory(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Returns version history.
- getVersionHistory(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Returns version history.
- getVersionHistory(String) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Returns version history.
- getVersionHistory(String) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Returns version history.
- getVersionString() - Static method in class org.apache.wiki.api.Release
-
This method is useful for templates, because hopefully it will not be inlined, and thus any change to version number does not
need recompiling the pages.
- getVersionString() - Static method in class org.apache.wiki.api.Release
-
This method is useful for templates, because hopefully it will not be inlined, and thus any change to version number does not
need recompiling the pages.
- getViewURL(String) - Method in interface org.apache.wiki.api.core.Context
-
A shortcut to generate a VIEW url.
- getViewURL(String) - Method in interface org.apache.wiki.api.core.Context
-
A shortcut to generate a VIEW url.
- getWiki() - Method in interface org.apache.wiki.api.core.Page
-
Returns the wiki name for this page
- getWiki() - Method in interface org.apache.wiki.api.core.Page
-
Returns the wiki name for this page
- getWikiProperties() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the set of properties that the Engine was initialized with.
- getWikiProperties() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the set of properties that the Engine was initialized with.
- getWikiSession() - Method in interface org.apache.wiki.api.core.Context
-
Returns the Session associated with the context.
- getWikiSession() - Method in interface org.apache.wiki.api.core.Context
-
Returns the Session associated with the context.
- getWorkDir() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the JSPWiki working directory set with "jspwiki.workDir".
- getWorkDir() - Method in interface org.apache.wiki.api.core.Engine
-
Returns the JSPWiki working directory set with "jspwiki.workDir".
- guest(Engine) - Method in class org.apache.wiki.api.spi.SessionDSL
-
Creates a new "guest" session containing a single user Principal org.apache.wiki.auth.WikiPrincipal#GUEST, plus the role
principals Role#ALL and Role#ANONYMOUS.
- guest(Engine) - Method in class org.apache.wiki.api.spi.SessionDSL
-
Creates a new "guest" session containing a single user Principal org.apache.wiki.auth.WikiPrincipal#GUEST, plus the role
principals Role#ALL and Role#ANONYMOUS.
- guest(Engine) - Method in interface org.apache.wiki.api.spi.SessionSPI
-
Creates a new "guest" session containing a single user Principal org.apache.wiki.auth.WikiPrincipal#GUEST, plus the role
principals Role#ALL and Role#ANONYMOUS.
- guest(Engine) - Method in interface org.apache.wiki.api.spi.SessionSPI
-
Creates a new "guest" session containing a single user Principal org.apache.wiki.auth.WikiPrincipal#GUEST, plus the role
principals Role#ALL and Role#ANONYMOUS.
- init(ServletContext) - Static method in class org.apache.wiki.api.spi.Wiki
-
- init(ServletContext) - Static method in class org.apache.wiki.api.spi.Wiki
-
- Initializable - Interface in org.apache.wiki.api.engine
-
Marker interface for Engine's components that can be initialized.
- Initializable - Interface in org.apache.wiki.api.engine
-
Marker interface for Engine's components that can be initialized.
- InitializablePlugin - Interface in org.apache.wiki.api.plugin
-
If a plugin defines this interface, it is called exactly once prior to the actual execute() routine.
- InitializablePlugin - Interface in org.apache.wiki.api.plugin
-
If a plugin defines this interface, it is called exactly once prior to the actual execute() routine.
- initialize(Engine, Properties) - Method in interface org.apache.wiki.api.engine.Initializable
-
Initializes this Engine component.
- initialize(Engine, Properties) - Method in interface org.apache.wiki.api.engine.Initializable
-
Initializes this Engine component.
- initialize(Engine, Properties) - Method in class org.apache.wiki.api.filters.BasePageFilter
-
If you override this, you should call super.initialize() first.
- initialize(Engine, Properties) - Method in class org.apache.wiki.api.filters.BasePageFilter
-
If you override this, you should call super.initialize() first.
- initialize(Engine, Properties) - Method in interface org.apache.wiki.api.filters.PageFilter
-
Is called whenever the a new PageFilter is instantiated and reset.
- initialize(Engine, Properties) - Method in interface org.apache.wiki.api.filters.PageFilter
-
Is called whenever the a new PageFilter is instantiated and reset.
- initialize(Engine) - Method in interface org.apache.wiki.api.plugin.InitializablePlugin
-
Called whenever the plugin is being instantiated for the first time.
- initialize(Engine) - Method in interface org.apache.wiki.api.plugin.InitializablePlugin
-
Called whenever the plugin is being instantiated for the first time.
- initialize(Engine, Properties) - Method in interface org.apache.wiki.api.providers.WikiProvider
-
Initializes the page provider.
- initialize(Engine, Properties) - Method in interface org.apache.wiki.api.providers.WikiProvider
-
Initializes the page provider.
- invalidate() - Method in interface org.apache.wiki.api.core.Session
-
Invalidates the Session and resets its Subject's Principals to the equivalent of a "guest session".
- invalidate() - Method in interface org.apache.wiki.api.core.Session
-
Invalidates the Session and resets its Subject's Principals to the equivalent of a "guest session".
- invalidateMetadata() - Method in interface org.apache.wiki.api.core.Page
-
This method will remove all metadata from the page.
- invalidateMetadata() - Method in interface org.apache.wiki.api.core.Page
-
This method will remove all metadata from the page.
- invoke(Context) - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Performs plugin invocation and return its contents.
- invoke(Context) - Method in interface org.apache.wiki.api.plugin.PluginElement
-
Performs plugin invocation and return its contents.
- isAnonymous() - Method in interface org.apache.wiki.api.core.Session
-
Determines whether the current session is anonymous.
- isAnonymous() - Method in interface org.apache.wiki.api.core.Session
-
Determines whether the current session is anonymous.
- isAsserted() - Method in interface org.apache.wiki.api.core.Session
-
Returns true if the user is considered asserted via a session cookie; that is, the Subject contains the Principal
Role.ASSERTED.
- isAsserted() - Method in interface org.apache.wiki.api.core.Session
-
Returns true if the user is considered asserted via a session cookie; that is, the Subject contains the Principal
Role.ASSERTED.
- isAuthenticated() - Method in interface org.apache.wiki.api.core.Session
-
Returns the authentication status of the user's session.
- isAuthenticated() - Method in interface org.apache.wiki.api.core.Session
-
Returns the authentication status of the user's session.
- isCacheable() - Method in interface org.apache.wiki.api.core.Attachment
-
Returns true, if this attachment can be cached by the user agent.
- isCacheable() - Method in interface org.apache.wiki.api.core.Attachment
-
Returns true, if this attachment can be cached by the user agent.
- isConfigured() - Method in interface org.apache.wiki.api.core.Engine
-
check if the Engine has been configured.
- isConfigured() - Method in interface org.apache.wiki.api.core.Engine
-
check if the Engine has been configured.
- isEmpty() - Method in interface org.apache.wiki.api.core.Acl
-
Returns true, if this Acl is empty.
- isEmpty() - Method in interface org.apache.wiki.api.core.Acl
-
Returns true, if this Acl is empty.
- isNewerOrEqual(String) - Static method in class org.apache.wiki.api.Release
-
Returns true, if this version of JSPWiki is newer or equal than what is requested.
- isNewerOrEqual(String) - Static method in class org.apache.wiki.api.Release
-
Returns true, if this version of JSPWiki is newer or equal than what is requested.
- isOlderOrEqual(String) - Static method in class org.apache.wiki.api.Release
-
Returns true, if this version of JSPWiki is older or equal than what is requested.
- isOlderOrEqual(String) - Static method in class org.apache.wiki.api.Release
-
Returns true, if this version of JSPWiki is older or equal than what is requested.
- Page - Interface in org.apache.wiki.api.core
-
- Page - Interface in org.apache.wiki.api.core
-
- page(Engine, String) - Method in class org.apache.wiki.api.spi.ContentsDSL
-
- page(Engine, String) - Method in class org.apache.wiki.api.spi.ContentsDSL
-
- page(Engine, String) - Method in interface org.apache.wiki.api.spi.ContentsSPI
-
- page(Engine, String) - Method in interface org.apache.wiki.api.spi.ContentsSPI
-
- pageExists(String) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Return true, if page exists.
- pageExists(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Return true, if page with a particular version exists.
- pageExists(String) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Return true, if page exists.
- pageExists(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Return true, if page with a particular version exists.
- PageFilter - Interface in org.apache.wiki.api.filters
-
Provides a definition for a page filter.
- PageFilter - Interface in org.apache.wiki.api.filters
-
Provides a definition for a page filter.
- PageProvider - Interface in org.apache.wiki.api.providers
-
Each Wiki page provider should implement this interface.
- PageProvider - Interface in org.apache.wiki.api.providers
-
Each Wiki page provider should implement this interface.
- ParserStagePlugin - Interface in org.apache.wiki.api.plugin
-
Implements a Plugin interface for the parser stage.
- ParserStagePlugin - Interface in org.apache.wiki.api.plugin
-
Implements a Plugin interface for the parser stage.
- permissions() - Method in interface org.apache.wiki.api.core.AclEntry
-
Returns an enumeration of the permissions in this ACL entry.
- permissions() - Method in interface org.apache.wiki.api.core.AclEntry
-
Returns an enumeration of the permissions in this ACL entry.
- Plugin - Interface in org.apache.wiki.api.plugin
-
Defines an interface for plugins.
- Plugin - Interface in org.apache.wiki.api.plugin
-
Defines an interface for plugins.
- PluginElement - Interface in org.apache.wiki.api.plugin
-
Exposes the contents of a plugin in a WikiDocument DOM tree.
- PluginElement - Interface in org.apache.wiki.api.plugin
-
Exposes the contents of a plugin in a WikiDocument DOM tree.
- PluginException - Exception in org.apache.wiki.api.exceptions
-
Provides a generic PluginException.
- PluginException - Exception in org.apache.wiki.api.exceptions
-
Provides a generic PluginException.
- PluginException(String) - Constructor for exception org.apache.wiki.api.exceptions.PluginException
-
Create a PluginException.
- PluginException(String, Throwable) - Constructor for exception org.apache.wiki.api.exceptions.PluginException
-
Create a PluginException with the given original exception wrapped.
- PluginException(String) - Constructor for exception org.apache.wiki.api.exceptions.PluginException
-
Create a PluginException.
- PluginException(String, Throwable) - Constructor for exception org.apache.wiki.api.exceptions.PluginException
-
Create a PluginException with the given original exception wrapped.
- postSave(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called after the page has been successfully saved.
- postSave(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called after the page has been successfully saved.
- postTranslate(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called after a page has been fed through the translation process, so anything you are seeing here is translated
content.
- postTranslate(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called after a page has been fed through the translation process, so anything you are seeing here is translated
content.
- PREFS_COOKIE_NAME - Static variable in interface org.apache.wiki.api.core.Engine
-
The name of the cookie that gets stored to the user browser.
- PREFS_COOKIE_NAME - Static variable in interface org.apache.wiki.api.core.Engine
-
The name of the cookie that gets stored to the user browser.
- preSave(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called before the page has been saved to the PageProvider.
- preSave(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called before the page has been saved to the PageProvider.
- preTranslate(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation
process.
- preTranslate(Context, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation
process.
- PROP_ACL_MANAGER_IMPL - Static variable in interface org.apache.wiki.api.core.Engine
-
The name of the property containing the ACLManager implementing class.
- PROP_ACL_MANAGER_IMPL - Static variable in interface org.apache.wiki.api.core.Engine
-
The name of the property containing the ACLManager implementing class.
- PROP_ALLOW_CREATION_OF_EMPTY_PAGES - Static variable in interface org.apache.wiki.api.core.Engine
-
If this property is set to false, we don't allow the creation of empty pages
- PROP_ALLOW_CREATION_OF_EMPTY_PAGES - Static variable in interface org.apache.wiki.api.core.Engine
-
If this property is set to false, we don't allow the creation of empty pages
- PROP_APPNAME - Static variable in interface org.apache.wiki.api.core.Engine
-
Property for application name
- PROP_APPNAME - Static variable in interface org.apache.wiki.api.core.Engine
-
Property for application name
- PROP_ENCODING - Static variable in interface org.apache.wiki.api.core.Engine
-
Define the used encoding.
- PROP_ENCODING - Static variable in interface org.apache.wiki.api.core.Engine
-
Define the used encoding.
- PROP_FRONTPAGE - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for the default front page.
- PROP_FRONTPAGE - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for the default front page.
- PROP_INLINEIMAGEPTRN - Static variable in interface org.apache.wiki.api.core.Engine
-
This property defines the inline image pattern.
- PROP_INLINEIMAGEPTRN - Static variable in interface org.apache.wiki.api.core.Engine
-
This property defines the inline image pattern.
- PROP_INTERWIKIREF - Static variable in interface org.apache.wiki.api.core.Engine
-
Property start for any interwiki reference.
- PROP_INTERWIKIREF - Static variable in interface org.apache.wiki.api.core.Engine
-
Property start for any interwiki reference.
- PROP_MATCHPLURALS - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for the "match english plurals" -hack.
- PROP_MATCHPLURALS - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for the "match english plurals" -hack.
- PROP_NO_FILTER_ENCODING - Static variable in interface org.apache.wiki.api.core.Engine
-
Do not use encoding in WikiJSPFilter, default is false for most servers.
- PROP_NO_FILTER_ENCODING - Static variable in interface org.apache.wiki.api.core.Engine
-
Do not use encoding in WikiJSPFilter, default is false for most servers.
- PROP_SEARCHPATH - Static variable in interface org.apache.wiki.api.core.Engine
-
The property name defining which packages will be searched for plugin classes.
- PROP_SEARCHPATH - Static variable in interface org.apache.wiki.api.core.Engine
-
The property name defining which packages will be searched for plugin classes.
- PROP_STORAGEDIR - Static variable in interface org.apache.wiki.api.providers.AttachmentProvider
-
Property that supplies the directory used to store attachments.
- PROP_STORAGEDIR - Static variable in interface org.apache.wiki.api.providers.AttachmentProvider
-
Property that supplies the directory used to store attachments.
- PROP_STOREUSERNAME - Static variable in interface org.apache.wiki.api.core.Engine
-
If true, then the user name will be stored with the page data.
- PROP_STOREUSERNAME - Static variable in interface org.apache.wiki.api.core.Engine
-
If true, then the user name will be stored with the page data.
- PROP_TEMPLATEDIR - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for the template that is used.
- PROP_TEMPLATEDIR - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for the template that is used.
- PROP_URLCONSTRUCTOR - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for setting the url generator instance
- PROP_URLCONSTRUCTOR - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for setting the url generator instance
- PROP_WORKDIR - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for where the jspwiki work directory should be.
- PROP_WORKDIR - Static variable in interface org.apache.wiki.api.core.Engine
-
Property name for where the jspwiki work directory should be.
- ProviderException - Exception in org.apache.wiki.api.exceptions
-
This exception represents the superclass of all exceptions that providers may throw.
- ProviderException - Exception in org.apache.wiki.api.exceptions
-
This exception represents the superclass of all exceptions that providers may throw.
- ProviderException(String) - Constructor for exception org.apache.wiki.api.exceptions.ProviderException
-
Creates a ProviderException.
- ProviderException(String) - Constructor for exception org.apache.wiki.api.exceptions.ProviderException
-
Creates a ProviderException.
- putAttachmentData(Attachment, InputStream) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Put new attachment data.
- putAttachmentData(Attachment, InputStream) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
-
Put new attachment data.
- putPageText(Page, String) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Attempts to save the page text for page "page".
- putPageText(Page, String) - Method in interface org.apache.wiki.api.providers.PageProvider
-
Attempts to save the page text for page "page".