A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

a - org.apache.wiki.util.XHTML
 
a - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
a(Element, String) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an a element.
a(Element, String) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an a element.
abbr - org.apache.wiki.util.XHTML
 
abort() - Method in class org.apache.wiki.auth.login.AbstractLoginModule
Aborts the login; called if the LoginContext's overall authentication failed.
abort(Context) - Method in class org.apache.wiki.workflow.Workflow
Aborts the Workflow by setting the current Step's Outcome to Outcome.STEP_ABORT, and the Workflow's overall state to Workflow.ABORTED.
ABORTED - Static variable in class org.apache.wiki.event.WorkflowEvent
If a Step has elected to abort the Workflow.
ABORTED - Static variable in class org.apache.wiki.workflow.Workflow
State value: Workflow aborted before completion.
AbstractCommand - Class in org.apache.wiki.ui
Abstract, immutable Command implementation class.
AbstractCommand(String, String, String, Object) - Constructor for class org.apache.wiki.ui.AbstractCommand
Constructs a new Command with a specified wiki context, URL pattern, content template and target.
AbstractFileProvider - Class in org.apache.wiki.providers
Provides a simple directory based repository for Wiki pages.
AbstractFileProvider() - Constructor for class org.apache.wiki.providers.AbstractFileProvider
 
AbstractFileProvider.WikiFileFilter - Class in org.apache.wiki.providers
A simple filter which filters only those filenames which correspond to the file extension used.
AbstractLoginModule - Class in org.apache.wiki.auth.login
Abstract JAAS LoginModulethat implements base functionality.
AbstractLoginModule() - Constructor for class org.apache.wiki.auth.login.AbstractLoginModule
 
AbstractReferralPlugin - Class in org.apache.wiki.plugin
This is a base class for all plugins using referral things.
AbstractReferralPlugin() - Constructor for class org.apache.wiki.plugin.AbstractReferralPlugin
 
AbstractRPCHandler - Class in org.apache.wiki.xmlrpc
Provides definitions for RPC handler routines.
AbstractRPCHandler() - Constructor for class org.apache.wiki.xmlrpc.AbstractRPCHandler
 
AbstractStep - Class in org.apache.wiki.workflow
Abstract superclass that provides a complete implementation of most Step methods; subclasses need only implement AbstractStep.execute(Context) and AbstractStep.getActor().
AbstractStep(int, Map<String, Serializable>, String) - Constructor for class org.apache.wiki.workflow.AbstractStep
Constructs a new Step belonging to a specified Workflow and having a specified message key.
AbstractStep(String) - Constructor for class org.apache.wiki.workflow.AbstractStep
Protected constructor that creates a new Step with a specified message key.
AbstractUserDatabase - Class in org.apache.wiki.auth.user
Abstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.
AbstractUserDatabase() - Constructor for class org.apache.wiki.auth.user.AbstractUserDatabase
 
accept(File, String) - Method in class org.apache.wiki.providers.AbstractFileProvider.WikiFileFilter
accept(File, String) - Method in class org.apache.wiki.providers.BasicAttachmentProvider.AttachmentFilter
accept(File, String) - Method in class org.apache.wiki.providers.BasicAttachmentProvider.AttachmentVersionFilter
ACCESS_ALLOWED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
When access to a resource is allowed.
ACCESS_DENIED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
When access to a resource is allowed.
AccessRuleLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
NodePostProcessorState which further post processes access rules links.
AccessRuleLinkNodePostProcessorState(Context) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.AccessRuleLinkNodePostProcessorState
 
acknowledge(Context) - Method in class org.apache.wiki.workflow.SimpleNotification
Convenience method that simply calls Decision.decide(Outcome, Context) with the value Outcome.DECISION_ACKNOWLEDGE.
acl() - Method in class org.apache.wiki.api.spi.AclsDSL
Creates a new Acl instance.
acl() - Method in interface org.apache.wiki.api.spi.AclsSPI
Creates a new Acl instance.
acl() - Method in class org.apache.wiki.spi.AclsSPIDefaultImpl
Creates a new Acl instance.
Acl - Interface in org.apache.wiki.api.core
Defines an access control list (ACL) for wiki pages.
Acl - Interface in org.apache.wiki.auth.acl
Deprecated.
use Acl instead
ACL_PATTERN - Static variable in class org.apache.wiki.auth.acl.DefaultAclManager
Identifies ACL strings in wiki text; the first group is the action (view, edit) and the second is the list of Principals separated by commas.
aclEntries() - Method in interface org.apache.wiki.api.core.Acl
Returns an enumeration of the entries in this ACL.
aclEntries() - Method in class org.apache.wiki.auth.acl.AclImpl
Returns an enumeration of the entries in this ACL.
AclEntry - Interface in org.apache.wiki.api.core
Represents one entry in an Access Control List (ACL).
AclEntry - Interface in org.apache.wiki.auth.acl
Deprecated.
use AclEntry instead
AclEntryImpl - Class in org.apache.wiki.auth.acl
Implementation of a JSPWiki AclEntry.
AclEntryImpl() - Constructor for class org.apache.wiki.auth.acl.AclEntryImpl
Constructs a new AclEntryImpl instance.
AclImpl - Class in org.apache.wiki.auth.acl
JSPWiki implementation of an Access Control List.
AclImpl() - Constructor for class org.apache.wiki.auth.acl.AclImpl
Constructs a new AclImpl instance.
AclManager - Interface in org.apache.wiki.auth.acl
Specifies how to parse and return ACLs from wiki pages.
acls() - Static method in class org.apache.wiki.api.spi.Wiki
Access to AclsSPI operations.
AclsDSL - Class in org.apache.wiki.api.spi
 
AclsSPI - Interface in org.apache.wiki.api.spi
SPI used to locate and provide Acl and AclEntry instances.
AclsSPIDefaultImpl - Class in org.apache.wiki.spi
 
AclsSPIDefaultImpl() - Constructor for class org.apache.wiki.spi.AclsSPIDefaultImpl
 
acronym - org.apache.wiki.util.XHTML
 
actionPerformed(WikiEvent) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in interface org.apache.wiki.event.WikiEventListener
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.pages.DefaultPageManager
actionPerformed(WikiEvent) - Method in class org.apache.wiki.plugin.PageViewPlugin.PageViewManager
Inspect wiki events for shutdown.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.references.DefaultReferenceManager
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.render.DefaultRenderingManager
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.search.DefaultSearchManager
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in interface org.apache.wiki.ui.admin.AdminBeanManager
Unregisters AdminBeans upon SHUTDOWN event.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
 
actionPerformed(WikiEvent) - Method in class org.apache.wiki.WikiBackgroundThread
Listens for WikiEngineEvent.SHUTDOWN and, if detected, marks the thread for death.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.WikiSession
Listens for WikiEvents generated by source objects such as the GroupManager, UserManager or AuthenticationManager.
actionPerformed(WikiEvent) - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Listens for WorkflowEvent objects emitted by Workflows.
adapt(Class<E>) - Method in interface org.apache.wiki.api.core.Engine
Adapt Engine to a concrete type.
add(int, T) - Method in class org.apache.wiki.util.TimedCounterList
add(E) - Method in class org.apache.wiki.util.PriorityList
Adds an object using the default priority to the List.
add(E, int) - Method in class org.apache.wiki.util.PriorityList
Adds an object to its correct place in the list, using the given priority.
add(Permission) - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
Adds an AllPermission object to this AllPermissionCollection.
add(Principal) - Method in class org.apache.wiki.auth.authorize.Group
Adds a Principal to the group.
add(Decision) - Method in class org.apache.wiki.workflow.DecisionQueue
Adds a Decision to the DecisionQueue; also sets the Decision's unique identifier.
add(Workflow) - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Protected helper method that adds a newly created Workflow to the cache, and sets its workflowManager and Id properties if not set.
addAttachmentLinkHook(StringTransmutator) - Method in class org.apache.wiki.parser.MarkupParser
Adds a hook for processing attachment links.
addAttribute(Attribute) - Method in class org.apache.wiki.parser.LinkParser.Link
Adds another attribute to the link.
addCustomProperties(Page, Properties) - Method in class org.apache.wiki.providers.AbstractFileProvider
By default all page attributes that start with "@" are returned as custom properties.
addEntry(AclEntry) - Method in interface org.apache.wiki.api.core.Acl
Adds an ACL entry to this ACL.
addEntry(AclEntry) - Method in class org.apache.wiki.auth.acl.AclImpl
Adds an ACL entry to this ACL.
addEntry(AclEntry) - Method in interface org.apache.wiki.auth.acl.Acl
addEntry(Entry) - Method in class org.apache.wiki.rss.Feed
Adds a new Entry to the Feed, at the end of the list.
addError(String) - Method in class org.apache.wiki.workflow.AbstractStep
Protected helper method that adds a String representing an error message to the Step's cached errors list.
addExternalLinkHook(StringTransmutator) - Method in class org.apache.wiki.parser.MarkupParser
Adds a hook for processing external links.
addFact(Fact) - Method in class org.apache.wiki.workflow.Decision
Appends a Fact to the list of Facts associated with this Decision.
addHeadingListener(HeadingListener) - Method in class org.apache.wiki.parser.MarkupParser
Adds a HeadingListener to the parser chain.
addLinkTransmutator(StringTransmutator) - Method in class org.apache.wiki.parser.MarkupParser
Adds a hook for processing link texts.
addLocalLinkHook(StringTransmutator) - Method in class org.apache.wiki.parser.MarkupParser
Adds a hook for processing local links.
addMessage(String) - Method in interface org.apache.wiki.api.core.Session
Adds a message to the generic list of messages associated with the session.
addMessage(String) - Method in class org.apache.wiki.WikiSession
Adds a message to the generic list of messages associated with the session.
addMessage(String, String) - Method in interface org.apache.wiki.api.core.Session
Adds a message to the specific set of messages associated with the session.
addMessage(String, String) - Method in class org.apache.wiki.WikiSession
Adds a message to the specific set of messages associated with the session.
addMessageArgument(Serializable) - Method in class org.apache.wiki.workflow.Workflow
Appends a message argument object to the array returned by Workflow.getMessageArguments().
addPageFilter(PageFilter, int) - Method in class org.apache.wiki.filters.DefaultFilterManager
Adds a page filter to the queue.
addPageFilter(PageFilter, int) - Method in interface org.apache.wiki.filters.FilterManager
Adds a page filter to the queue.
addPermission(Permission) - Method in interface org.apache.wiki.api.core.AclEntry
Adds the specified permission to this ACL entry.
addPermission(Permission) - Method in class org.apache.wiki.auth.acl.AclEntryImpl
Adds the specified permission to this ACL entry.
addResourceRequest(Context, String, String) - Static method in interface org.apache.wiki.ui.TemplateManager
Adds a resource request to the current request context.
address - org.apache.wiki.util.XHTML
 
addSubmission(Map<String, String>) - Method in class org.apache.wiki.forms.FormInfo
Adds the given values into the handler parameter map.
addSuccessor(Outcome, Step) - Method in class org.apache.wiki.workflow.AbstractStep
Adds a successor Step to this one, which will be triggered by a supplied Outcome.
addSuccessor(Outcome, Step) - Method in interface org.apache.wiki.workflow.Step
Adds a successor Step to this one, which will be triggered by a supplied Outcome.
addToDecisionQueue(Decision) - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
 
addWikiEventListener(Object, WikiEventListener) - Static method in class org.apache.wiki.event.WikiEventManager
Registers a WikiEventListener with a WikiEventDelegate for the provided client object.
addWikiEventListener(WikiEventListener) - Method in interface org.apache.wiki.api.core.Engine
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in interface org.apache.wiki.auth.AuthenticationManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in interface org.apache.wiki.auth.AuthorizationManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in interface org.apache.wiki.auth.authorize.GroupManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.DefaultAuthenticationManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.DefaultUserManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.SessionMonitor
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in interface org.apache.wiki.auth.UserManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.filters.PageEventFilter
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.WikiEngine
Registers a WikiEventListener with this instance.
ADecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an A element.
ADecorator(PrintWriter, XHtmlToWikiConfig, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.ADecorator
 
ADMIN - Static variable in class org.apache.wiki.ui.WikiCommand
 
ADMIN - Static variable in class org.apache.wiki.WikiContext
User is doing administrative things.
ADMIN_GROUP - Static variable in class org.apache.wiki.ui.Installer
 
ADMIN_ID - Static variable in class org.apache.wiki.ui.Installer
 
ADMIN_NAME - Static variable in class org.apache.wiki.ui.Installer
 
AdminBean - Interface in org.apache.wiki.ui.admin
Describes an administrative bean.
AdminBeanIteratorInfo - Class in org.apache.wiki.tags
Just provides iteration support for AdminBeanIteratorTag
AdminBeanIteratorInfo() - Constructor for class org.apache.wiki.tags.AdminBeanIteratorInfo
 
AdminBeanIteratorTag - Class in org.apache.wiki.tags
Provides an iterator for all AdminBeans of a given type.
AdminBeanIteratorTag() - Constructor for class org.apache.wiki.tags.AdminBeanIteratorTag
 
AdminBeanManager - Interface in org.apache.wiki.ui.admin
 
adminExists() - Method in class org.apache.wiki.ui.Installer
Returns true if the administrative user had been created previously.
aFootnote(String, String) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an a element, pointing to a footnote.
aFootnote(String, String) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an a element, pointing to a footnote.
AJAX_ACTION_PAGES - Static variable in class org.apache.wiki.search.DefaultSearchManager.JSONSearch
 
AJAX_ACTION_SUGGESTIONS - Static variable in class org.apache.wiki.search.DefaultSearchManager.JSONSearch
 
AjaxUtil - Class in org.apache.wiki.ajax
Helpful utilities for the Ajax functions.
AjaxUtil() - Constructor for class org.apache.wiki.ajax.AjaxUtil
 
ALIAS - Static variable in interface org.apache.wiki.api.core.Page
A special variable name for storing a page alias.
ALL - Static variable in class org.apache.wiki.auth.authorize.Role
All users, regardless of authentication status
ALL_ITEMS - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
Magic value for rendering all items.
AllCommands - Interface in org.apache.wiki.ui
Placeholder class for all Commands.
allowedByLocalPolicy(Principal[], Permission) - Method in interface org.apache.wiki.auth.AuthorizationManager
Checks to see if the local security policy allows a particular static Permission.
allowedByLocalPolicy(Principal[], Permission) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Checks to see if the local security policy allows a particular static Permission.
allowsCookieAssertions() - Method in interface org.apache.wiki.auth.AuthenticationManager
Determines whether this Engine allows users to assert identities using cookies instead of passwords.
allowsCookieAssertions() - Method in class org.apache.wiki.auth.DefaultAuthenticationManager
Determines whether this Engine allows users to assert identities using cookies instead of passwords.
allowsCookieAuthentication() - Method in interface org.apache.wiki.auth.AuthenticationManager
Determines whether this Engine allows users to authenticate using cookies instead of passwords.
allowsCookieAuthentication() - Method in class org.apache.wiki.auth.DefaultAuthenticationManager
Determines whether this Engine allows users to authenticate using cookies instead of passwords.
AllPermission - Class in org.apache.wiki.auth.permissions
Permission to perform all operations on a given wiki.
AllPermission(String) - Constructor for class org.apache.wiki.auth.permissions.AllPermission
Creates a new AllPermission for the given wikis.
AllPermissionCollection - Class in org.apache.wiki.auth.permissions
A collection of AllPermission objects.
AllPermissionCollection() - Constructor for class org.apache.wiki.auth.permissions.AllPermissionCollection
 
ALTERNATING_SPACE_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
ANCHOR - Static variable in class org.apache.wiki.tags.WikiLinkTag
 
ANONYMOUS - Static variable in interface org.apache.wiki.api.core.Session
An anonymous user's session status.
ANONYMOUS - Static variable in class org.apache.wiki.auth.authorize.Role
If the user hasn't supplied a name
AnonymousLoginModule - Class in org.apache.wiki.auth.login
Logs in a user based solely on IP address; no other authentication is performed.
AnonymousLoginModule() - Constructor for class org.apache.wiki.auth.login.AnonymousLoginModule
 
AnonymousViewIT - Class in org.apache.wiki.its
Anonymous view related tests for Apache JSPWiki
AnonymousViewIT() - Constructor for class org.apache.wiki.its.AnonymousViewIT
 
ANTICSRF_PARAM - Static variable in class org.apache.wiki.http.filter.CsrfProtectionFilter
 
antiCsrfToken() - Method in interface org.apache.wiki.api.core.Session
Returns the CSRF protection Token associated with this wiki session.
antiCsrfToken() - Method in class org.apache.wiki.WikiSession
Returns the CSRF protection Token associated with this wiki session.
APP_NAME - Static variable in class org.apache.wiki.ui.Installer
 
applet - org.apache.wiki.util.XHTML
 
apply(LinkResolverContext) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProviderFactory
apply(Document) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiNodePostProcessorFactory
apply(DataHolder) - Method in class org.apache.wiki.markdown.renderer.JSPWikiNodeRendererFactory
applyColumnsStyle(String) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
 
APPNAME - Static variable in class org.apache.wiki.api.Release
This is the default application name.
area - org.apache.wiki.util.XHTML
 
args - Variable in exception org.apache.wiki.api.exceptions.WikiI18nException
arguments needed to construct the i18n message associated with the exception.
ASSERTED - Static variable in interface org.apache.wiki.api.core.Session
An asserted user's session status.
ASSERTED - Static variable in class org.apache.wiki.auth.authorize.Role
If the user has supplied a cookie with a username
assignable(String, String) - Static method in class org.apache.wiki.util.ClassUtil
checks if srcClassName is a subclass of parentClassname.
ATOM - Static variable in interface org.apache.wiki.rss.RSSGenerator
Parameter value to represent Atom feeds.
AtomAPIServlet - Class in org.apache.wiki.rpc.atom
Handles incoming requests for the Atom API.
AtomAPIServlet() - Constructor for class org.apache.wiki.rpc.atom.AtomAPIServlet
 
AtomFeed - Class in org.apache.wiki.rss
Provides an Atom 1.0 standard feed, with enclosures.
AtomFeed(Context) - Constructor for class org.apache.wiki.rss.AtomFeed
Create a new AtomFeed for a given WikiContext.
attach(WikiEventListener) - Static method in enum org.apache.wiki.event.WikiEventEmitter
Registers a WikiEventListener so it listens events fired from the WikiEventEmitter instance.
ATTACH - Static variable in class org.apache.wiki.ui.PageCommand
 
ATTACH - Static variable in class org.apache.wiki.WikiContext
User is downloading an attachment.
attachment(Engine, String, String) - Method in class org.apache.wiki.api.spi.ContentsDSL
Creates a new Attachment.
attachment(Engine, String, String) - Method in interface org.apache.wiki.api.spi.ContentsSPI
Creates a new Attachment.
attachment(Engine, String, String) - Method in class org.apache.wiki.spi.ContentsSPIDefaultImpl
Creates a new Attachment.
Attachment - Class in org.apache.wiki.attachment
Describes an attachment.
Attachment - Interface in org.apache.wiki.api.core
Describes an attachment.
Attachment(Engine, String, String) - Constructor for class org.apache.wiki.attachment.Attachment
Creates a new attachment.
Attachment(WikiEngine, String, String) - Constructor for class org.apache.wiki.attachment.Attachment
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use Attachment(Engine, String, String) instead.
ATTACHMENT - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
AttachmentFilter() - Constructor for class org.apache.wiki.providers.BasicAttachmentProvider.AttachmentFilter
 
AttachmentManager - Interface in org.apache.wiki.attachment
Provides facilities for handling attachments.
AttachmentProvider - Interface in org.apache.wiki.api.providers
Defines an attachment provider - a class which is capable of saving binary data as attachments.
attachmentsEnabled() - Method in interface org.apache.wiki.attachment.AttachmentManager
Returns true, if attachments are enabled and running.
attachmentsEnabled() - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Returns true, if attachments are enabled and running.
AttachmentServlet - Class in org.apache.wiki.attachment
This is the chief JSPWiki attachment management servlet.
AttachmentServlet() - Constructor for class org.apache.wiki.attachment.AttachmentServlet
 
AttachmentsIteratorInfo - Class in org.apache.wiki.tags
Just provides the TEI data for AttachmentsIteratorTag.
AttachmentsIteratorInfo() - Constructor for class org.apache.wiki.tags.AttachmentsIteratorInfo
 
AttachmentsIteratorTag - Class in org.apache.wiki.tags
Iterates through the list of attachments one has.
AttachmentsIteratorTag() - Constructor for class org.apache.wiki.tags.AttachmentsIteratorTag
 
AttachmentVersionFilter() - Constructor for class org.apache.wiki.providers.BasicAttachmentProvider.AttachmentVersionFilter
 
ATTDIR_EXTENSION - Static variable in class org.apache.wiki.providers.BasicAttachmentProvider
The default extension for the attachment directory.
ATTR_align - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'align' attribute name (i.e., 'align').
ATTR_alt - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'alt' attribute name (i.e., 'alt').
ATTR_bgcolor - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'bgcolor' attribute name (i.e., 'bgcolor').
ATTR_border - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'border' attribute name (i.e., 'border').
ATTR_cellpadding - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'cellpadding' attribute name (i.e., 'cellpadding').
ATTR_cellspacing - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'cellspacing' attribute name (i.e., 'cellspacing').
ATTR_checked - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'checked' attribute name (i.e., 'checked').
ATTR_class - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'class' attribute name (i.e., 'class').
ATTR_cols - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'cols' attribute name (i.e., 'cols').
ATTR_colspan - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'colspan' attribute name (i.e., 'colspan').
ATTR_content - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'content' attribute name (i.e., 'content').
ATTR_CONTEXT - Static variable in interface org.apache.wiki.api.core.Context
 
ATTR_EDITEDTEXT - Static variable in interface org.apache.wiki.ui.EditorManager
Known attribute name for storing the user edited text inside a session or a page context
ATTR_height - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'height' attribute name (i.e., 'height').
ATTR_href - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'href' attribute name (i.e., 'href').
ATTR_httpEquiv - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'http-equiv' attribute name (i.e., 'http-equiv').
ATTR_id - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'id' attribute name (i.e., 'id').
ATTR_ISWEBLOG - Static variable in class org.apache.wiki.plugin.WeblogPlugin
The attribute which is stashed to the WikiPage attributes to check if a page is a weblog or not.
ATTR_name - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'name' attribute name (i.e., 'name').
ATTR_NEWVERSION - Static variable in class org.apache.wiki.tags.InsertDiffTag
Attribute which is used to store the new page content to the Page Context
ATTR_OLDVERSION - Static variable in class org.apache.wiki.tags.InsertDiffTag
Attribute which is used to store the old page content to the Page Context
ATTR_RECURSE - Static variable in class org.apache.wiki.plugin.InsertPage
This attribute is stashed in the WikiContext to make sure that we don't have circular references.
ATTR_rel - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'rel' attribute name (i.e., 'rel').
ATTR_rows - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'rows' attribute name (i.e., 'rows').
ATTR_scheme - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'scheme' attribute name (i.e., 'scheme').
ATTR_selected - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'selected' attribute name (i.e., 'selected').
ATTR_size - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'size' attribute name (i.e., 'size').
ATTR_src - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'src' attribute name (i.e., 'src').
ATTR_style - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'style' attribute name (i.e., 'style').
ATTR_title - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'title' attribute name (i.e., 'title').
ATTR_type - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'type' attribute name (i.e., 'type').
ATTR_value - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'value' attribute name (i.e., 'value').
ATTR_width - Static variable in enum org.apache.wiki.util.XHTML
String containing the XHTML 'width' attribute name (i.e., 'width').
attributeCount() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns the number of attributes on this link.
attributeEscapedEntitiesFilter(Writer, FormatStack, String) - Method in class org.apache.wiki.render.CustomXMLOutputProcessor
 
augmentedWikiLinkMapToString(Map<String, String>) - Static method in class org.apache.wiki.htmltowiki.syntax.MarkupHelper
Converts the entries in the map to a string for use in a wiki link.
aUndefined(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an a element to an undefined page.
aUndefined(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an a element to an undefined page.
AUTHENTICATED - Static variable in interface org.apache.wiki.api.core.Session
An authenticated user's session status.
AUTHENTICATED - Static variable in class org.apache.wiki.auth.authorize.Role
If the user has authenticated with the Container or UserDatabase
authenticatedText() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Returns the authenticated user text.
AuthenticationManager - Interface in org.apache.wiki.auth
Manages authentication activities for a Engine: user login, logout, and credential refreshes.
AUTHOR - Static variable in interface org.apache.wiki.api.core.Page
A special variable name for storing the author.
AuthorizationManager - Interface in org.apache.wiki.auth
Manages all access control and authorization; determines what authenticated users are allowed to do.
Authorizer - Interface in org.apache.wiki.auth
Interface for service providers of authorization information.
AuthorizerCallback - Class in org.apache.wiki.auth.login
Callback for requesting and supplying an Authorizer required by a LoginModule.
AuthorizerCallback() - Constructor for class org.apache.wiki.auth.login.AuthorizerCallback
 
AuthorTag - Class in org.apache.wiki.tags
Writes the author name of the current page, including a link to that page, if that page exists.
AuthorTag() - Constructor for class org.apache.wiki.tags.AuthorTag
 

B

b - org.apache.wiki.util.XHTML
 
backgroundTask() - Method in class org.apache.wiki.rss.RSSThread
Runs the RSS generator thread.
backgroundTask() - Method in class org.apache.wiki.WikiBackgroundThread
Abstract method that performs the actual work for this background thread; subclasses must implement this method.
base - org.apache.wiki.util.XHTML
 
base - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
basefont - org.apache.wiki.util.XHTML
 
BaseModuleManager - Class in org.apache.wiki.modules
Superclass for all JSPWiki managers for modules (plugins, etc.).
BaseModuleManager(Engine) - Constructor for class org.apache.wiki.modules.BaseModuleManager
Constructs the ModuleManager.
BasePageFilter - Class in org.apache.wiki.api.filters
Provides a base implementation of a PageFilter.
BasePageFilter() - Constructor for class org.apache.wiki.api.filters.BasePageFilter
 
baseUrl() - Static method in interface org.apache.wiki.pages.Page
returns the base URL on which the tests are run.
BaseURLTag - Class in org.apache.wiki.tags
Writes the jspwiki baseURL.
BaseURLTag() - Constructor for class org.apache.wiki.tags.BaseURLTag
 
BasicAttachmentProvider - Class in org.apache.wiki.providers
Provides basic, versioning attachments.
BasicAttachmentProvider() - Constructor for class org.apache.wiki.providers.BasicAttachmentProvider
 
BasicAttachmentProvider.AttachmentFilter - Class in org.apache.wiki.providers
Returns only those directories that contain attachments.
BasicAttachmentProvider.AttachmentVersionFilter - Class in org.apache.wiki.providers
Accepts only files that are actual versions, no control files.
BasicPageFilter - Class in org.apache.wiki.api.filters
Deprecated.
use BasePageFilter instead
BasicPageFilter() - Constructor for class org.apache.wiki.api.filters.BasicPageFilter
Deprecated.
 
BasicSearchProvider - Class in org.apache.wiki.search
Interface for the search providers that handle searching the Wiki
BasicSearchProvider() - Constructor for class org.apache.wiki.search.BasicSearchProvider
 
bdo - org.apache.wiki.util.XHTML
 
beautifyString(String) - Static method in class org.apache.wiki.util.TextUtil
Adds spaces in suitable locations of the input string.
beautifyString(String, String) - Static method in class org.apache.wiki.util.TextUtil
Adds spaces in suitable locations of the input string.
beautifyTitle(String) - Method in class org.apache.wiki.render.DefaultRenderingManager
Beautifies the title of the page by appending spaces in suitable places, if the user has so decreed in the properties when constructing this Engine.
beautifyTitle(String) - Method in interface org.apache.wiki.render.RenderingManager
Beautifies the title of the page by appending spaces in suitable places, if the user has so decreed in the properties when constructing this Engine.
beautifyTitleNoBreak(String) - Method in class org.apache.wiki.render.DefaultRenderingManager
Beautifies the title of the page by appending non-breaking spaces in suitable places.
beautifyTitleNoBreak(String) - Method in interface org.apache.wiki.render.RenderingManager
Beautifies the title of the page by appending non-breaking spaces in suitable places.
big - org.apache.wiki.util.XHTML
 
BLANK - Static variable in class org.apache.wiki.tags.UserProfileTag
 
blockquote - org.apache.wiki.util.XHTML
 
body - org.apache.wiki.util.XHTML
 
bold - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
br - org.apache.wiki.util.XHTML
 
br - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
br(Element, Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a br element.
br(Element, Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a br element.
BrDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a BR element.
BrDecorator(PrintWriter, Deque<String>, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.BrDecorator
 
BreadcrumbsTag - Class in org.apache.wiki.tags
Implement a "breadcrumb" (most recently visited) trail.
BreadcrumbsTag() - Constructor for class org.apache.wiki.tags.BreadcrumbsTag
 
BreadcrumbsTag.FixedQueue - Class in org.apache.wiki.tags
Extends the LinkedList class to provide a fixed-size queue implementation
BREADCRUMBTRAIL_KEY - Static variable in class org.apache.wiki.tags.BreadcrumbsTag
The name of the session attribute representing the breadcrumbtrail
BugReportHandler - Class in org.apache.wiki.plugin
Provides a handler for bug reports.
BugReportHandler() - Constructor for class org.apache.wiki.plugin.BugReportHandler
 
BUILD - Static variable in class org.apache.wiki.api.Release
The build number/identifier.
buildApprovalWorkflow(Principal, String, Step, String, Fact[], Step, String) - Method in class org.apache.wiki.workflow.WorkflowBuilder
Builds an approval workflow that requests approval from a named user, Group or Role before running a Task.
buildClient() - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
 
buildInstance(Class<T>) - Static method in class org.apache.wiki.util.ClassUtil
This method is used to instantiate a given class.
buildInstance(Class<T>, Object...) - Static method in class org.apache.wiki.util.ClassUtil
This method is used to instantiate a given class.
buildInstance(String) - Static method in class org.apache.wiki.util.ClassUtil
This method is used to instantiate a given class.
buildInstance(String, String) - Static method in class org.apache.wiki.util.ClassUtil
This method is used to instantiate a given class.
buildPreSaveWikiPageTask(String) - Method in class org.apache.wiki.tasks.DefaultTasksManager
Builds a pre-save WikiPage task.
buildPreSaveWikiPageTask(String) - Method in interface org.apache.wiki.tasks.TasksManager
Builds a pre-save WikiPage task.
buildSaveUserProfileTask(Locale) - Method in class org.apache.wiki.tasks.DefaultTasksManager
Builds a save user profile task.
buildSaveUserProfileTask(Locale) - Method in interface org.apache.wiki.tasks.TasksManager
Builds a save user profile task.
buildSaveWikiPageTask() - Method in class org.apache.wiki.tasks.DefaultTasksManager
Builds a save WikiPage task.
buildSaveWikiPageTask() - Method in interface org.apache.wiki.tasks.TasksManager
Builds a save WikiPage task.
button - org.apache.wiki.util.XHTML
 
byte2hex(byte) - Static method in class org.apache.wiki.util.ByteUtils
byte to hex conversion.
bytes2hex(byte[]) - Static method in class org.apache.wiki.util.ByteUtils
byte[] array to hex conversion.
ByteUtils - Class in org.apache.wiki.util
A collection of static byte utility methods.

C

CACHE_ATTACHMENTS - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the attachment cache.
CACHE_ATTACHMENTS_COLLECTION - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the collection attachment cache.
CACHE_ATTACHMENTS_DYNAMIC - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the dynamic attachment cache.
CACHE_DOCUMENTS - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the rendering cache.
CACHE_PAGES - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the page cache.
CACHE_PAGES_HISTORY - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the page history cache.
CACHE_PAGES_TEXT - Static variable in interface org.apache.wiki.cache.CachingManager
Name of the page text cache.
CacheInfo - Class in org.apache.wiki.cache
Simple pojo that holds cache information.
CacheInfo(String, long) - Constructor for class org.apache.wiki.cache.CacheInfo
 
CachingAttachmentProvider - Class in org.apache.wiki.providers
Provides a caching attachment provider.
CachingAttachmentProvider() - Constructor for class org.apache.wiki.providers.CachingAttachmentProvider
 
CachingManager - Interface in org.apache.wiki.cache
Cache manager abstraction.
CachingProvider - Class in org.apache.wiki.providers
Provides a caching page provider.
CachingProvider() - Constructor for class org.apache.wiki.providers.CachingProvider
 
CalendarTag - Class in org.apache.wiki.tags
Provides a nice calendar.
CalendarTag() - Constructor for class org.apache.wiki.tags.CalendarTag
 
callMutatorChain(Collection<StringTransmutator>, String) - Method in class org.apache.wiki.parser.JSPWikiMarkupParser
Calls a transmutator chain.
cancel() - Method in class org.apache.wiki.pages.haddock.EditWikiPage
Press the cancel button and disacrd page Edit.
caption - org.apache.wiki.util.XHTML
 
center - org.apache.wiki.util.XHTML
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.ADecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.BrDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.CodeDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.DdDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.DlDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.DtDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.FormDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.H1Decorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.H2Decorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.H3Decorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.H4Decorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.HrDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.InputDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.LiDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.OlDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.OptionDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PlainTextBoldDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PlainTextCssDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PlainTextCssSpecialDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PlainTextDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PlainTextItalicDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.PlainTextMonospaceDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.SelectDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.StrikeDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.SubDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.SupDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.TableDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.TbodyDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.TdDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.TextAreaDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.ThDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.TheadDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.TrDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.UlDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.UnderlineDecorator
 
chain - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
CHANGE_END_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
CHANGE_START_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
changeAcl(Page, Principal[], Principal) - Method in class org.apache.wiki.pages.DefaultPageManager
For a single wiki page, replaces all Acl entries matching a supplied array of Principals with a new Principal.
CHANGENOTE - Static variable in interface org.apache.wiki.api.core.Page
A special variable name for storing a changenote.
CHARACTER - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
The token is a plain character.
checkCompatibility(WikiModuleInfo) - Method in class org.apache.wiki.modules.BaseModuleManager
Returns true, if the given module is compatible with this version of JSPWiki.
checkCompatibility(WikiModuleInfo) - Method in interface org.apache.wiki.modules.ModuleManager
Returns true, if the given module is compatible with this version of JSPWiki.
CheckedSupplier<T,​E extends java.lang.Exception> - Interface in org.apache.wiki.util
A Supplier cousin that also throws Checked Exceptions.
checkFor304(HttpServletRequest, String, Date) - Static method in class org.apache.wiki.util.HttpUtil
If returns true, then should return a 304 (HTTP_NOT_MODIFIED)
checkGroupName(Context, String) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Checks if a String is blank or a restricted Group name, and if it is, appends an error to the Session's message list.
checkGroupName(Context, String) - Method in interface org.apache.wiki.auth.authorize.GroupManager
Checks if a String is blank or a restricted Group name, and if it is, appends an error to the Session's message list.
checkHash(Context, PageContext) - Static method in class org.apache.wiki.filters.SpamFilter
This method checks if the hash value is still valid, i.e. if it exists at all.
CheckLockInfo - Class in org.apache.wiki.tags
A companion to CheckLogTag.
CheckLockInfo() - Constructor for class org.apache.wiki.tags.CheckLockInfo
 
CheckLockTag - Class in org.apache.wiki.tags
Checks whether the page is locked for editing.
CheckLockTag() - Constructor for class org.apache.wiki.tags.CheckLockTag
 
checkPermission(Permission) - Method in interface org.apache.wiki.api.core.AclEntry
Checks if the specified permission is part of the permission set in this entry.
checkPermission(Permission) - Method in class org.apache.wiki.auth.acl.AclEntryImpl
Checks if the specified permission is part of the permission set in this entry.
checkPermission(Permission) - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
Checks whether the current user has permission to perform the RPC action; throws an exception if not allowed by AuthorizationManager.
checkPermission(Session, Permission) - Method in interface org.apache.wiki.auth.AuthorizationManager
Returns true or false, depending on whether a Permission is allowed for the Subject associated with a supplied Session.
checkPermission(Session, Permission) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Returns true or false, depending on whether a Permission is allowed for the Subject associated with a supplied Session.
CheckRequestContextTag - Class in org.apache.wiki.tags
Includes body, if the request context matches.
CheckRequestContextTag() - Constructor for class org.apache.wiki.tags.CheckRequestContextTag
 
checkStaticPermission(Session, Permission) - Method in interface org.apache.wiki.auth.AuthorizationManager
Determines whether a Subject possesses a given "static" Permission as defined in the security policy file.
checkStaticPermission(Session, Permission) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Determines whether a Subject possesses a given "static" Permission as defined in the security policy file.
CheckVersionTag - Class in org.apache.wiki.tags
Does a version check on the page.
CheckVersionTag() - Constructor for class org.apache.wiki.tags.CheckVersionTag
 
cite - org.apache.wiki.util.XHTML
 
CLASS_ATTACHMENT - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for attachments.
CLASS_EDITPAGE - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for edit page links.
CLASS_EXTERNAL - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for external links.
CLASS_FOOTNOTE - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for footnote links.
CLASS_FOOTNOTE_REF - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for footnote links.
CLASS_INTERWIKI - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for interwiki page links.
CLASS_TYPES - Static variable in class org.apache.wiki.parser.MarkupParser
 
CLASS_WIKIPAGE - Static variable in class org.apache.wiki.parser.MarkupParser
The value for anchor element class attributes when used for wiki page (normal) links.
classpathEntriesUnder(String) - Static method in class org.apache.wiki.util.ClassUtil
Lists all the files in classpath under a given package.
ClassUtil - Class in org.apache.wiki.util
Contains useful utilities for class file manipulation.
cleanLink(String) - Static method in class org.apache.wiki.parser.MarkupParser
Cleans a Wiki name.
cleanString(String, String) - Static method in class org.apache.wiki.util.TextUtil
Cleans a Wiki name based on a list of characters.
CleanTextRenderer - Class in org.apache.wiki.render
A simple renderer that just renders all the text() nodes from the DOM tree.
CleanTextRenderer(Context, WikiDocument) - Constructor for class org.apache.wiki.render.CleanTextRenderer
Create a renderer.
cleanup() - Method in class org.apache.wiki.workflow.Workflow
Clears the attribute map and sets the current step field to null.
cleanup(long) - Method in class org.apache.wiki.util.TimedCounterList
Performs a cleanup of all items older than maxage.
clear() - Method in class org.apache.wiki.auth.authorize.Group
Clears all Principals from the group list.
clearCookie(HttpServletResponse, String) - Static method in class org.apache.wiki.util.HttpUtil
 
clearList() - Method in class org.apache.wiki.tags.IteratorTag
Clears the iterator away.
clearLoginCookie(Engine, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.wiki.auth.login.CookieAuthenticationLoginModule
Clears away the login cookie, and removes the uid-username mapping file as well.
clearMessages() - Method in interface org.apache.wiki.api.core.Session
Clears all messages associated with this session.
clearMessages() - Method in class org.apache.wiki.WikiSession
Clears all messages associated with this session.
clearMessages(String) - Method in interface org.apache.wiki.api.core.Session
Clears all messages associated with a session topic.
clearMessages(String) - Method in class org.apache.wiki.WikiSession
Clears all messages associated with a session topic.
clearPageEntries(String) - Method in class org.apache.wiki.references.DefaultReferenceManager
Clears the references to a certain page, so it's no longer in the map.
clearPageEntries(String) - Method in interface org.apache.wiki.references.ReferenceManager
Clears the references to a certain page so it's no longer in the map.
clearUserCookie(HttpServletResponse) - Static method in class org.apache.wiki.auth.login.CookieAssertionLoginModule
Removes the user cookie from the response.
clickOnLogin() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Clicks on the login button.
clickOnLogout() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Logs the user out.
clickOnShowReaderView() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Clicks on the show reader view link.
client() - Method in interface org.apache.wiki.api.events.CustomWikiEventListener
Returns the object of the events' source.
clone() - Method in interface org.apache.wiki.api.core.Context
clone() - Method in interface org.apache.wiki.api.core.Page
clone() - Method in class org.apache.wiki.WikiContext
Returns a shallow clone of the WikiContext.
clone() - Method in class org.apache.wiki.WikiPage
Creates a deep clone of a WikiPage.
close() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
code - org.apache.wiki.util.XHTML
 
code - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
code(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a code ot tt element.
code(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a code ot tt element.
CodeDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a CODE element.
CodeDecorator(PrintWriter, Deque<String>, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.CodeDecorator
 
col - org.apache.wiki.util.XHTML
 
colgroup - org.apache.wiki.util.XHTML
 
CollatorComparator - Class in org.apache.wiki.util.comparators
A comparator that sorts Strings using a Collator.
CollatorComparator() - Constructor for class org.apache.wiki.util.comparators.CollatorComparator
Default constructor uses the current locale's collator.
CollatorComparator(Collator) - Constructor for class org.apache.wiki.util.comparators.CollatorComparator
Construct with a specific collator.
Command - Interface in org.apache.wiki.api.core
Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.
CommandResolver - Interface in org.apache.wiki.ui
Resolves special pages, JSPs and Commands on behalf of a Engine.
COMMENT - Static variable in class org.apache.wiki.auth.permissions.PagePermission
A static instance of the comment permission.
COMMENT - Static variable in class org.apache.wiki.ui.PageCommand
 
COMMENT - Static variable in class org.apache.wiki.WikiContext
User is commenting something.
COMMENT_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
Action name for the comment permission.
CommentedProperties - Class in org.apache.wiki.util
Extends Properties by providing support for comment preservation.
CommentedProperties() - Constructor for class org.apache.wiki.util.CommentedProperties
 
CommentedProperties(Properties) - Constructor for class org.apache.wiki.util.CommentedProperties
Creates new properties.
CommentLinkTag - Class in org.apache.wiki.tags
Writes a comment link.
CommentLinkTag() - Constructor for class org.apache.wiki.tags.CommentLinkTag
 
commit() - Method in class org.apache.wiki.auth.login.AbstractLoginModule
Commits the login.
COMPARATOR - Static variable in class org.apache.wiki.auth.WikiPrincipal
Static instance of Comparator that allows Principals to be sorted.
compare(String, String) - Method in class org.apache.wiki.pages.PageSorter
Compare two page names (String version).
compare(String, String) - Method in class org.apache.wiki.util.comparators.CollatorComparator
 
compare(String, String) - Method in class org.apache.wiki.util.comparators.HumanComparator
 
compare(String, String) - Method in class org.apache.wiki.util.comparators.JavaNaturalComparator
 
compare(Principal, Principal) - Method in class org.apache.wiki.util.comparators.PrincipalComparator
Compares two Principal objects.
compare(Page, Page) - Method in class org.apache.wiki.pages.PageTimeComparator
compare(SearchResult, SearchResult) - Method in class org.apache.wiki.search.SearchResultComparator
Compares two SearchResult objects, returning the one that scored higher.
compareTo(Principal) - Method in class org.apache.wiki.auth.WikiPrincipal
Allows comparisons to any other Principal objects.
compareTo(Page) - Method in class org.apache.wiki.WikiPage
Compares a page with another by name using the defined PageNameComparator.
compareTo(WikiModuleInfo) - Method in class org.apache.wiki.modules.WikiModuleInfo
complete() - Method in class org.apache.wiki.workflow.Workflow
Protected helper method that changes the Workflow's state to Workflow.COMPLETED and sets the current Step to null.
COMPLETED - Static variable in class org.apache.wiki.event.WorkflowEvent
After the Workflow has finished processing all Steps, without errors.
COMPLETED - Static variable in class org.apache.wiki.workflow.Workflow
State value: Workflow completed all Steps without errors.
config - Variable in class org.apache.wiki.htmltowiki.syntax.ADecorator
 
config - Variable in class org.apache.wiki.htmltowiki.syntax.ImageDecorator
 
config - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
CONFLICT - Static variable in class org.apache.wiki.ui.PageCommand
 
CONFLICT - Static variable in class org.apache.wiki.WikiContext
User has an internal conflict, and does quite not know what to do.
containerForModuleDetail(Element) - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
 
containerRoleTable() - Method in class org.apache.wiki.auth.SecurityVerifier
Formats and returns an HTML table containing the roles the web container is aware of, and whether each role maps to particular JSPs.
ContentEncodingTag - Class in org.apache.wiki.tags
Returns the app name.
ContentEncodingTag() - Constructor for class org.apache.wiki.tags.ContentEncodingTag
 
contents() - Static method in class org.apache.wiki.api.spi.Wiki
Access to ContentsSPI operations.
ContentsDSL - Class in org.apache.wiki.api.spi
 
ContentsSPI - Interface in org.apache.wiki.api.spi
SPI used to locate and provide Page and Attachment instances.
ContentsSPIDefaultImpl - Class in org.apache.wiki.spi
Default implementation for ContentsSPI
ContentsSPIDefaultImpl() - Constructor for class org.apache.wiki.spi.ContentsSPIDefaultImpl
 
ContentTag - Class in org.apache.wiki.tags
Is used as a "super include" tag, which can include the proper context based on the wikicontext.
ContentTag() - Constructor for class org.apache.wiki.tags.ContentTag
 
context() - Static method in class org.apache.wiki.api.spi.Wiki
Access to ContextSPI operations.
Context - Interface in org.apache.wiki.api.core
Provides state information throughout the processing of a page.
contextDestroyed(ServletContextEvent) - Method in class org.apache.wiki.bootstrap.WikiBootstrapServletContextListener
ContextDSL - Class in org.apache.wiki.api.spi
 
ContextEnum - Enum in org.apache.wiki.api.core
 
contextInitialized(ServletContextEvent) - Method in class org.apache.wiki.bootstrap.WikiBootstrapServletContextListener
ContextSPI - Interface in org.apache.wiki.api.spi
SPI used to locate and provide Context instances.
ContextSPIDefaultImpl - Class in org.apache.wiki.spi
Default implementation for ContextSPI
ContextSPIDefaultImpl() - Constructor for class org.apache.wiki.spi.ContextSPIDefaultImpl
 
ContextualDiffProvider - Class in org.apache.wiki.diff
A seriously better diff provider, which highlights changes word-by-word using CSS.
ContextualDiffProvider() - Constructor for class org.apache.wiki.diff.ContextualDiffProvider
Constructs this provider.
COOKIE_DIR - Static variable in class org.apache.wiki.auth.login.CookieAuthenticationLoginModule
The directory name under which the cookies are stored.
COOKIE_USER_PREFS_NAME - Static variable in class org.apache.wiki.preferences.Preferences
 
CookieAssertionLoginModule - Class in org.apache.wiki.auth.login
Logs in a user based on assertion of a name supplied in a cookie.
CookieAssertionLoginModule() - Constructor for class org.apache.wiki.auth.login.CookieAssertionLoginModule
 
CookieAuthenticationLoginModule - Class in org.apache.wiki.auth.login
Logs in a user based on a cookie stored in the user's computer.
CookieAuthenticationLoginModule() - Constructor for class org.apache.wiki.auth.login.CookieAuthenticationLoginModule
 
CookieTag - Class in org.apache.wiki.tags
Sets or gets Cookie values.
CookieTag() - Constructor for class org.apache.wiki.tags.CookieTag
 
copyContents(InputStream, OutputStream) - Static method in class org.apache.wiki.util.FileUtil
Just copies all bytes from in to out.
copyContents(Reader, Writer) - Static method in class org.apache.wiki.util.FileUtil
Just copies all characters from in to out.
CORE - Static variable in interface org.apache.wiki.ui.admin.AdminBean
 
CORE_BUNDLE - Static variable in interface org.apache.wiki.i18n.InternationalizationManager
The name of the ResourceBundle which contains any and all JSPWiki core resource strings.
CORE_PLUGINS_RESOURCEBUNDLE - Static variable in interface org.apache.wiki.api.plugin.Plugin
Name of the default plugin resource bundle.
CoreBean - Class in org.apache.wiki.ui.admin.beans
An AdminBean which manages the JSPWiki core operations.
CoreBean(Engine) - Constructor for class org.apache.wiki.ui.admin.beans.CoreBean
 
count(T) - Method in class org.apache.wiki.util.TimedCounterList
Returns the count how many times this object is available in this list, using equals().
Counter - Class in org.apache.wiki.plugin
Provides a page-specific counter, it is reset every time a page is rendered, so it is not usable as a hitcounter.
Counter() - Constructor for class org.apache.wiki.plugin.Counter
 
countSections(String) - Static method in class org.apache.wiki.util.TextUtil
Counts the number of sections (separated with "----") from the page.
create(Engine, HttpServletRequest, String) - Method in class org.apache.wiki.api.spi.ContextDSL
Creates a new Context from a supplied HTTP request, using a default wiki context.
create(Engine, HttpServletRequest, String) - Method in interface org.apache.wiki.api.spi.ContextSPI
Creates a new Context from a supplied HTTP request, using a default wiki context.
create(Engine, HttpServletRequest, String) - Method in class org.apache.wiki.spi.ContextSPIDefaultImpl
Creates a new Context from a supplied HTTP request, using a default wiki context.
create(Engine, HttpServletRequest, Command) - Method in class org.apache.wiki.api.spi.ContextDSL
Creates a new Context for the given Engine, Command and HttpServletRequest.
create(Engine, HttpServletRequest, Command) - Method in interface org.apache.wiki.api.spi.ContextSPI
Creates a new Context for the given Engine, Command and HttpServletRequest.
create(Engine, HttpServletRequest, Command) - Method in class org.apache.wiki.spi.ContextSPIDefaultImpl
Creates a new Context for the given Engine, Command and HttpServletRequest.
create(Engine, HttpServletRequest, Page) - Method in class org.apache.wiki.api.spi.ContextDSL
Creates a new Context for the given Engine, Page and HttpServletRequest.
create(Engine, HttpServletRequest, Page) - Method in interface org.apache.wiki.api.spi.ContextSPI
Creates a new Context for the given Engine, Page and HttpServletRequest.
create(Engine, HttpServletRequest, Page) - Method in class org.apache.wiki.spi.ContextSPIDefaultImpl
Creates a new Context for the given Engine, Page and HttpServletRequest.
create(Engine, Page) - Method in class org.apache.wiki.api.spi.ContextDSL
Create a new Context for the given Page.
create(Engine, Page) - Method in interface org.apache.wiki.api.spi.ContextSPI
Create a new Context for the given Page.
create(Engine, Page) - Method in class org.apache.wiki.spi.ContextSPIDefaultImpl
Create a new Context for the given Page.
CREATE_GROUP - Static variable in class org.apache.wiki.ui.WikiCommand
 
CREATE_GROUP - Static variable in class org.apache.wiki.WikiContext
User wishes to create a new group
CREATE_GROUPS - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
A static instance of the createGroups permission.
CREATE_GROUPS_ACTION - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
Name of the action for createGroups permission.
CREATE_PAGES - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
A static instance of the createPages permission.
CREATE_PAGES_ACTION - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
Name of the action for createPages permission.
createAdministrator() - Method in class org.apache.wiki.ui.Installer
Creates an administrative user and returns the new password.
CREATED - Static variable in class org.apache.wiki.event.WorkflowEvent
After Workflow instantiation.
CREATED - Static variable in class org.apache.wiki.ui.progress.ProgressItem
Status: The PI is created.
CREATED - Static variable in class org.apache.wiki.workflow.Workflow
State value: Workflow instantiated, but not started.
createETag(String, Date) - Static method in class org.apache.wiki.util.HttpUtil
Creates an ETag based on page information.
createProperties(String[]) - Static method in class org.apache.wiki.util.TextUtil
Creates a Properties object based on an array which contains alternatively a key and a value.
CreoleFilter - Class in org.apache.wiki.filters
Provides the Implementation for mixed mode creole: If you activate this filter, it will translate all markup that was saved as creole markup to JSPWiki markup.
CreoleFilter() - Constructor for class org.apache.wiki.filters.CreoleFilter
 
CreoleRenderer - Class in org.apache.wiki.render
Implements DOM-to-Creole rendering.
CreoleRenderer(Context, WikiDocument) - Constructor for class org.apache.wiki.render.CreoleRenderer
Creates a new Creole Renderer.
CreoleToJSPWikiTranslator - Class in org.apache.wiki.parser
Translates Creole markp to JSPWiki markup.
CreoleToJSPWikiTranslator() - Constructor for class org.apache.wiki.parser.CreoleToJSPWikiTranslator
 
CryptoUtil - Class in org.apache.wiki.util
Hashes and verifies salted SHA-1 passwords, which are compliant with RFC 2307.
CsrfProtectionFilter - Class in org.apache.wiki.http.filter
CSRF protection Filter which uses the synchronizer token pattern – an anti-CSRF token is created and stored in the user session and in a hidden field on subsequent form submits.
CsrfProtectionFilter() - Constructor for class org.apache.wiki.http.filter.CsrfProtectionFilter
 
CsrfProtectionTag - Class in org.apache.wiki.tags
CsrfProtectionTag() - Constructor for class org.apache.wiki.tags.CsrfProtectionTag
 
css - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
CSS_style - Static variable in enum org.apache.wiki.util.XHTML
An identifier for the CSS stylesheet notation using its W3C home page URI.
cssClass - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
cssSpecial - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
cssStyle - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
CurrentTimePlugin - Class in org.apache.wiki.plugin
Just displays the current date and time.
CurrentTimePlugin() - Constructor for class org.apache.wiki.plugin.CurrentTimePlugin
 
CUSTOM_JSPWIKI_CONFIG - Static variable in class org.apache.wiki.util.PropertyReader
 
CustomWikiEventListener<T> - Interface in org.apache.wiki.api.events
 
CustomXMLOutputProcessor - Class in org.apache.wiki.render
Override added to ensure attribute values including ampersands and quotes still get escaped even if disable-output-escaping processing instruction (meant to keep rest of HTML string as-is) set.
CustomXMLOutputProcessor() - Constructor for class org.apache.wiki.render.CustomXMLOutputProcessor
 

D

DATE - org.apache.wiki.preferences.Preferences.TimeFormat
A date format, no time.
DATETIME - org.apache.wiki.preferences.Preferences.TimeFormat
A date+time format.
dd - org.apache.wiki.util.XHTML
 
dd - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
dd(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a dd element.
dd(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a dd element.
DdDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a DD element.
DdDecorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.DdDecorator
 
decide(Decision, Outcome, Context) - Method in class org.apache.wiki.workflow.DecisionQueue
Attempts to complete a Decision by calling Decision.decide(Outcome, Context).
decide(Outcome, Context) - Method in class org.apache.wiki.workflow.Decision
Sets this Decision's outcome, and restarts the parent Workflow if it is in the Workflow.WAITING state and this Decision is its currently active Step.
Decision - Class in org.apache.wiki.workflow
AbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal).
Decision(int, Map<String, Serializable>, String, Principal, Outcome) - Constructor for class org.apache.wiki.workflow.Decision
Constructs a new Decision for a required "actor" Principal, having a default Outcome.
DECISION_ACKNOWLEDGE - Static variable in class org.apache.wiki.workflow.Outcome
Acknowlege the Decision.
DECISION_APPROVE - Static variable in class org.apache.wiki.workflow.Outcome
Approve the Decision (and complete the step).
DECISION_DENY - Static variable in class org.apache.wiki.workflow.Outcome
Deny the Decision (and complete the step).
DECISION_HOLD - Static variable in class org.apache.wiki.workflow.Outcome
Put the Decision on hold (and pause the step).
DECISION_REASSIGN - Static variable in class org.apache.wiki.workflow.Outcome
Reassign the Decision to another actor (and pause the step).
DecisionQueue - Class in org.apache.wiki.workflow
Keeps a queue of pending Decisions that need to be acted on by named Principals.
DecisionQueue() - Constructor for class org.apache.wiki.workflow.DecisionQueue
Constructs a new DecisionQueue.
DecisionRequiredException - Exception in org.apache.wiki.workflow
Exception thrown when an activity -- that would otherwise complete silently -- cannot complete because a workflow Decision is required.
DecisionRequiredException(String) - Constructor for exception org.apache.wiki.workflow.DecisionRequiredException
Constructs a new exception.
decisions() - Method in class org.apache.wiki.workflow.DecisionQueue
Protected method that returns all pending Decisions in the queue, in order of submission.
decodeName(String) - Method in interface org.apache.wiki.api.core.Engine
Decodes a URL-encoded request back to regular life.
decodeName(String) - Method in class org.apache.wiki.WikiEngine
Decodes a URL-encoded request back to regular life.
decorate(String, Map<String, Object>) - Method in class org.apache.wiki.htmltowiki.syntax.ImageDecorator
Translates the given XHTML element into wiki markup.
decorate(XHtmlElementToWikiTranslator.ElementDecoratorData) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextBoldDecorator
Translates the given XHTML element into wiki markup.
decorate(XHtmlElementToWikiTranslator.ElementDecoratorData) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextCssDecorator
Translates the given XHTML element into wiki markup.
decorate(XHtmlElementToWikiTranslator.ElementDecoratorData) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextCssSpecialDecorator
Translates the given XHTML element into wiki markup.
decorate(XHtmlElementToWikiTranslator.ElementDecoratorData) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextDecorator
Translates the given XHTML element into wiki markup.
decorate(XHtmlElementToWikiTranslator.ElementDecoratorData) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextItalicDecorator
Translates the given XHTML element into wiki markup.
decorate(XHtmlElementToWikiTranslator.ElementDecoratorData) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextMonospaceDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.CodeDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.DdDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.DlDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.DtDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.FormDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.H1Decorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.H2Decorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.H3Decorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.H4Decorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.HrDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.ImageDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.InputDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.OlDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.PDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextBoldDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextItalicDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.PlainTextMonospaceDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.SelectDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.StrikeDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.SubDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.SupDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.TableDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.TbodyDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.TdDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.TextAreaDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.ThDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.TheadDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.TrDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.UlDecorator
Translates the given XHTML element into wiki markup.
decorate(Element) - Method in class org.apache.wiki.htmltowiki.syntax.UnderlineDecorator
Translates the given XHTML element into wiki markup.
decorate(Element, String) - Method in class org.apache.wiki.htmltowiki.syntax.ADecorator
Translates the given XHTML element into wiki markup.
decorate(Element, Element) - Method in class org.apache.wiki.htmltowiki.syntax.BrDecorator
Translates the given XHTML element into wiki markup.
decorate(Element, Element) - Method in class org.apache.wiki.htmltowiki.syntax.LiDecorator
Translates the given XHTML element into wiki markup.
decorate(Element, Element) - Method in class org.apache.wiki.htmltowiki.syntax.OptionDecorator
Translates the given XHTML element into wiki markup.
decorate(Text) - Method in class org.apache.wiki.htmltowiki.syntax.TextElementDecorator
Translates the given XHTML element into wiki markup.
decorateFootnote(String, String) - Method in class org.apache.wiki.htmltowiki.syntax.ADecorator
Translate a link to a footnote to wiki syntax.
decorateUndefinedLink(Element) - Method in class org.apache.wiki.htmltowiki.syntax.ADecorator
Translate an undefined link to wiki syntax.
deepClone() - Method in interface org.apache.wiki.api.core.Context
Creates a deep clone of the Context.
deepClone() - Method in class org.apache.wiki.WikiContext
Creates a deep clone of the WikiContext.
deepHashCode() - Method in class org.apache.wiki.references.DefaultReferenceManager
This 'deepHashCode' can be used to determine if there were any modifications made to the underlying to and by maps of the ReferenceManager.
DEF_TEMPLATE - Static variable in interface org.apache.wiki.i18n.InternationalizationManager
The name of the ResourceBundle which contains any and all JSPWiki default templates resource strings.
DEFAULT_AUTHORIZER - Static variable in interface org.apache.wiki.auth.AuthorizationManager
The default external Authorizer is the WebContainerAuthorizer
DEFAULT_DATE_FORMAT - Static variable in class org.apache.wiki.plugin.RecentChangesPlugin
 
DEFAULT_DATEFORMAT - Static variable in class org.apache.wiki.plugin.WeblogPlugin
The default date format used in the blog entry page names.
DEFAULT_DB_ATTRIBUTES - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_CREATED - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_EMAIL - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_FULL_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_JNDI_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_LOCK_EXPIRY - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_LOGIN_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_MODIFIED - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_PASSWORD - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_ROLE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_ROLE_TABLE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_TABLE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_UID - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_WIKI_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
 
DEFAULT_ENCODING - Static variable in class org.apache.wiki.providers.AbstractFileProvider
The default encoding.
DEFAULT_FORMAT - Static variable in class org.apache.wiki.tags.PageDateTag
 
DEFAULT_GROUPDB_CREATED - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the the group creation timestamps.
DEFAULT_GROUPDB_CREATOR - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores group creator names.
DEFAULT_GROUPDB_DATASOURCE - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the JNDI name of the DataSource.
DEFAULT_GROUPDB_MEMBER - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores group member names.
DEFAULT_GROUPDB_MEMBER_TABLE - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the names of group members.
DEFAULT_GROUPDB_MODIFIED - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores group last-modified timestamps.
DEFAULT_GROUPDB_MODIFIER - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores names of users who last modified groups.
DEFAULT_GROUPDB_NAME - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the group names.
DEFAULT_GROUPDB_TABLE - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Default table name for the table that stores groups.
DEFAULT_HUMAN_COMPARATOR - Static variable in class org.apache.wiki.util.comparators.HumanComparator
 
DEFAULT_INLINEPATTERN - Static variable in interface org.apache.wiki.api.core.Engine
The default inlining pattern.
DEFAULT_JAVA_COMPARATOR - Static variable in class org.apache.wiki.util.comparators.JavaNaturalComparator
 
DEFAULT_JSPWIKI_CONFIG - Static variable in class org.apache.wiki.util.PropertyReader
Path to the base property file, "/ini/jspwiki.properties", usually overridden by values provided in a jspwiki-custom.properties file.
DEFAULT_LOCALE_COMPARATOR - Static variable in class org.apache.wiki.util.comparators.CollatorComparator
 
DEFAULT_MAX_PROPKEYLENGTH - Static variable in class org.apache.wiki.providers.AbstractFileProvider
 
DEFAULT_MAX_PROPLIMIT - Static variable in class org.apache.wiki.providers.AbstractFileProvider
 
DEFAULT_MAX_PROPVALUELENGTH - Static variable in class org.apache.wiki.providers.AbstractFileProvider
 
DEFAULT_MAX_RESULTS - Static variable in class org.apache.wiki.search.DefaultSearchManager.JSONSearch
 
DEFAULT_NAME - Static variable in class org.apache.wiki.plugin.Counter
 
DEFAULT_NOTE_IMAGE - Static variable in class org.apache.wiki.plugin.Note
The default name for the note.
DEFAULT_PACKAGE - Static variable in interface org.apache.wiki.plugin.PluginManager
This is the default package to try in case the instantiation fails.
DEFAULT_POLICY - Static variable in interface org.apache.wiki.auth.AuthorizationManager
Name of the default security policy file, in WEB-INF.
DEFAULT_PRIORITY - Static variable in class org.apache.wiki.util.PriorityList
This is the default priority, which is used if no priority is defined.
DEFAULT_SEARCHPROVIDER - Static variable in interface org.apache.wiki.search.SearchManager
 
DEFAULT_SETNAME - Static variable in class org.apache.wiki.plugin.Search
The default name of the result set.
DEFAULT_TEMPLATE - Static variable in interface org.apache.wiki.ui.TemplateManager
The name of the default template.
DEFAULT_TEMPLATE_NAME - Static variable in interface org.apache.wiki.api.core.Engine
The name used for the default template.
DEFAULT_TIME_FORMAT - Static variable in class org.apache.wiki.plugin.RecentChangesPlugin
 
DEFAULT_XMLFILE - Static variable in interface org.apache.wiki.filters.FilterManager
Default location for the filter XML property file.
DefaultAclManager - Class in org.apache.wiki.auth.acl
Default implementation that parses Acls from wiki page markup.
DefaultAclManager() - Constructor for class org.apache.wiki.auth.acl.DefaultAclManager
 
DefaultAdminBeanManager - Class in org.apache.wiki.ui.admin
Provides a manager class for all AdminBeans within JSPWiki.
DefaultAdminBeanManager(Engine) - Constructor for class org.apache.wiki.ui.admin.DefaultAdminBeanManager
 
DefaultAttachmentManager - Class in org.apache.wiki.attachment
Default implementation for AttachmentManager.
DefaultAttachmentManager(Engine, Properties) - Constructor for class org.apache.wiki.attachment.DefaultAttachmentManager
Creates a new AttachmentManager.
DefaultAuthenticationManager - Class in org.apache.wiki.auth
Default implementation for AuthenticationManager
DefaultAuthenticationManager() - Constructor for class org.apache.wiki.auth.DefaultAuthenticationManager
 
DefaultAuthorizationManager - Class in org.apache.wiki.auth
Default implementation for AuthorizationManager
DefaultAuthorizationManager() - Constructor for class org.apache.wiki.auth.DefaultAuthorizationManager
Constructs a new DefaultAuthorizationManager instance.
DefaultCommandResolver - Class in org.apache.wiki.ui
Default implementation for CommandResolver
DefaultCommandResolver(Engine, Properties) - Constructor for class org.apache.wiki.ui.DefaultCommandResolver
Constructs a CommandResolver for a given Engine.
DefaultDifferenceManager - Class in org.apache.wiki.diff
Load, initialize and delegate to the DiffProvider that will actually do the work.
DefaultDifferenceManager(Engine, Properties) - Constructor for class org.apache.wiki.diff.DefaultDifferenceManager
Creates a new DifferenceManager for the given engine.
DefaultEditorManager - Class in org.apache.wiki.ui
Defines an editor manager.
DefaultEditorManager(Engine) - Constructor for class org.apache.wiki.ui.DefaultEditorManager
 
DefaultFilterManager - Class in org.apache.wiki.filters
Manages the page filters.
DefaultFilterManager(Engine, Properties) - Constructor for class org.apache.wiki.filters.DefaultFilterManager
Constructs a new FilterManager object.
DefaultGroupManager - Class in org.apache.wiki.auth.authorize
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.
DefaultGroupManager() - Constructor for class org.apache.wiki.auth.authorize.DefaultGroupManager
 
DefaultInternationalizationManager - Class in org.apache.wiki.i18n
Manages all internationalization in JSPWiki.
DefaultInternationalizationManager(Engine) - Constructor for class org.apache.wiki.i18n.DefaultInternationalizationManager
Constructs a new InternationalizationManager.
DefaultPageManager - Class in org.apache.wiki.pages
Manages the WikiPages.
DefaultPageManager(Engine, Properties) - Constructor for class org.apache.wiki.pages.DefaultPageManager
Creates a new PageManager.
DefaultPageRenamer - Class in org.apache.wiki.content
Provides page renaming functionality.
DefaultPageRenamer() - Constructor for class org.apache.wiki.content.DefaultPageRenamer
 
DefaultPluginManager - Class in org.apache.wiki.plugin
Manages plugin classes.
DefaultPluginManager(Engine, Properties) - Constructor for class org.apache.wiki.plugin.DefaultPluginManager
Create a new PluginManager.
DefaultPluginManager.WikiPluginInfo - Class in org.apache.wiki.plugin
Contains information about a bunch of plugins.
DefaultProgressManager - Class in org.apache.wiki.ui.progress
Manages progressing items.
DefaultProgressManager() - Constructor for class org.apache.wiki.ui.progress.DefaultProgressManager
Creates a new ProgressManager.
DefaultProgressManager.JSONTracker - Class in org.apache.wiki.ui.progress
Provides access to a progress indicator, assuming you know the ID.
DefaultReferenceManager - Class in org.apache.wiki.references
Keeps track of wikipage references: What pages a given page refers to What pages refer to a given page This is a quick'n'dirty approach without any finesse in storage and searching algorithms; we trust java.util.*.
DefaultReferenceManager(Engine) - Constructor for class org.apache.wiki.references.DefaultReferenceManager
Builds a new ReferenceManager.
DefaultRenderingManager - Class in org.apache.wiki.render
This class provides a facade towards the differing rendering routines.
DefaultRenderingManager() - Constructor for class org.apache.wiki.render.DefaultRenderingManager
 
DefaultRSSGenerator - Class in org.apache.wiki.rss
Default implementation for RSSGenerator.
DefaultRSSGenerator(Engine, Properties) - Constructor for class org.apache.wiki.rss.DefaultRSSGenerator
Builds the RSS generator for a given Engine.
DefaultSearchManager - Class in org.apache.wiki.search
Manages searching the Wiki.
DefaultSearchManager(Engine, Properties) - Constructor for class org.apache.wiki.search.DefaultSearchManager
Creates a new SearchManager.
DefaultSearchManager.JSONSearch - Class in org.apache.wiki.search
Provides a JSON AJAX API to the JSPWiki Search Engine.
DefaultTasksManager - Class in org.apache.wiki.tasks
Default implementation for TasksManager.
DefaultTasksManager() - Constructor for class org.apache.wiki.tasks.DefaultTasksManager
 
DefaultTemplateManager - Class in org.apache.wiki.ui
This class takes care of managing JSPWiki templates.
DefaultTemplateManager(Engine, Properties) - Constructor for class org.apache.wiki.ui.DefaultTemplateManager
Creates a new TemplateManager.
DefaultURLConstructor - Class in org.apache.wiki.url
Implements the default URL constructor using links directly to the JSP pages.
DefaultURLConstructor() - Constructor for class org.apache.wiki.url.DefaultURLConstructor
 
DefaultUserManager - Class in org.apache.wiki.auth
Default implementation for UserManager.
DefaultUserManager() - Constructor for class org.apache.wiki.auth.DefaultUserManager
 
DefaultUserManager.JSONUserModule - Class in org.apache.wiki.auth
Implements the JSON API for usermanager.
DefaultUserProfile - Class in org.apache.wiki.auth.user
Default implementation for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.
DefaultVariableManager - Class in org.apache.wiki.variables
Manages variables.
DefaultVariableManager(Properties) - Constructor for class org.apache.wiki.variables.DefaultVariableManager
Creates a VariableManager object using the property list given.
DefaultWorkflowManager - Class in org.apache.wiki.workflow
Monitor class that tracks running Workflows.
DefaultWorkflowManager() - Constructor for class org.apache.wiki.workflow.DefaultWorkflowManager
Constructs a new WorkflowManager, with an empty workflow cache.
del - org.apache.wiki.util.XHTML
 
delete(Group) - Method in interface org.apache.wiki.auth.authorize.GroupDatabase
Looks up and deletes a Group from the group database.
delete(Group) - Method in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Looks up and deletes a Group from the group database.
delete(Group) - Method in class org.apache.wiki.auth.authorize.XMLGroupDatabase
Looks up and deletes a Group from the group database.
DELETE - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
Convenience constant that denotes GroupPermission( "*:*, "delete" ).
DELETE - Static variable in class org.apache.wiki.auth.permissions.PagePermission
A static instance of the delete permission.
DELETE - Static variable in class org.apache.wiki.ui.PageCommand
 
DELETE - Static variable in class org.apache.wiki.WikiContext
User is deleting a page or an attachment.
DELETE_ACTION - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
Action for deleting a group or collection of groups.
DELETE_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
Action name for the delete permission.
DELETE_GROUP - Static variable in class org.apache.wiki.ui.GroupCommand
GroupCommand for deleting a group.
DELETE_GROUP - Static variable in class org.apache.wiki.WikiContext
User is deleting an existing group.
deleteAttachment(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
Removes an entire page from the repository.
deleteAttachment(Attachment) - Method in interface org.apache.wiki.attachment.AttachmentManager
Deletes all versions of the given attachment.
deleteAttachment(Attachment) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Deletes all versions of the given attachment.
deleteAttachment(Attachment) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Removes an entire page from the repository.
deleteAttachment(Attachment) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Removes an entire page from the repository.
deleteAttachment(Attachment) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Removes an entire page from the repository.
deleteAttachment(Attachment) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
Deprecated.
Removes an entire page from the repository.
deleteByLoginName(String) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op.
deleteByLoginName(String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
deleteByLoginName(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
deleteByLoginName(String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
deletePage(String) - Method in interface org.apache.wiki.api.providers.PageProvider
Removes an entire page from the repository.
deletePage(String) - Method in class org.apache.wiki.pages.DefaultPageManager
Deletes a page or an attachment completely, including all versions.
deletePage(String) - Method in interface org.apache.wiki.pages.PageManager
Deletes a page or an attachment completely, including all versions.
deletePage(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
Removes an entire page from the repository.
deletePage(String) - Method in class org.apache.wiki.providers.CachingProvider
Removes an entire page from the repository.
deletePage(String) - Method in class org.apache.wiki.providers.FileSystemProvider
Removes an entire page from the repository.
deletePage(String) - Method in class org.apache.wiki.providers.VersioningFileProvider
Removes the relevant page directory under "OLD" -directory as well, but does not remove any extra subdirectories from it.
deletePage(String) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Removes an entire page from the repository.
deletePage(String) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Removes an entire page from the repository.
deletePage(Page) - Method in class org.apache.wiki.pages.DefaultPageManager
Deletes an entire page, all versions, all traces.
deletePage(Page) - Method in interface org.apache.wiki.pages.PageManager
Deletes an entire page, all versions, all traces.
deleteVersion(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class org.apache.wiki.providers.AbstractFileProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class org.apache.wiki.providers.CachingProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class org.apache.wiki.providers.VersioningFileProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Removes a specific version from the repository.
deleteVersion(String, int) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Removes a specific version from the repository.
deleteVersion(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
Removes a specific version from the repository.
deleteVersion(Attachment) - Method in interface org.apache.wiki.attachment.AttachmentManager
Deletes the given attachment version.
deleteVersion(Attachment) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Deletes the given attachment version.
deleteVersion(Attachment) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Removes a specific version from the repository.
deleteVersion(Attachment) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Removes a specific version from the repository.
deleteVersion(Attachment) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Removes a specific version from the repository.
deleteVersion(Page) - Method in class org.apache.wiki.pages.DefaultPageManager
Deletes only a specific version of a WikiPage.
deleteVersion(Page) - Method in interface org.apache.wiki.pages.PageManager
Deletes only a specific version of a WikiPage.
deleteVersion(Attachment) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
Deprecated.
Removes a specific version from the repository.
DELETION_END_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
DELETION_START_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
Denounce - Class in org.apache.wiki.plugin
Denounces a link by removing it from any search engine.
Denounce() - Constructor for class org.apache.wiki.plugin.Denounce
 
DESCRIPTION - Static variable in interface org.apache.wiki.api.core.Page
"Summary" is a short summary of the page.
deserializeFromBase64(String) - Static method in class org.apache.wiki.util.Serializer
Deserializes a Base64-encoded String into a HashMap.
destroy() - Method in class org.apache.wiki.filters.DefaultFilterManager
Notifies PageFilters to clean up their ressources.
destroy() - Method in interface org.apache.wiki.filters.FilterManager
Notifies PageFilters to clean up their resources.
destroy() - Method in class org.apache.wiki.http.filter.CsrfProtectionFilter
destroy() - Method in class org.apache.wiki.ui.WikiServletFilter
Destroys the WikiServletFilter.
destroy() - Method in class org.apache.wiki.WikiServlet
Destroys the WikiServlet; called by the servlet container when shutting down the webapp.
destroy(Engine) - Method in class org.apache.wiki.api.filters.BasicPageFilter
Deprecated.
 
destroy(Engine) - Method in interface org.apache.wiki.api.filters.PageFilter
Called for every filter, e.g. on wiki engine shutdown.
destroy(WikiEngine) - Method in class org.apache.wiki.api.filters.BasicPageFilter
Deprecated.
 
detectDuplicates(String) - Method in class org.apache.wiki.TranslationsCheck
 
dfn - org.apache.wiki.util.XHTML
 
diff(String, String) - Method in class org.apache.wiki.TranslationsCheck
 
DIFF - Static variable in class org.apache.wiki.ui.PageCommand
 
DIFF - Static variable in class org.apache.wiki.WikiContext
User is viewing a DIFF between the two versions of the page.
DIFF_END - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
DIFF_START - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
DifferenceManager - Interface in org.apache.wiki.diff
Load, initialize and delegate to the DiffProvider that will actually do the work.
DiffLinkTag - Class in org.apache.wiki.tags
Writes a diff link.
DiffLinkTag() - Constructor for class org.apache.wiki.tags.DiffLinkTag
 
DiffProvider - Interface in org.apache.wiki.diff
Provides an SPI for creating a diff between two page versions.
DiffProvider.NullDiffProvider - Class in org.apache.wiki.diff
If there is no diff provider set, this provider will work instead.
dir - org.apache.wiki.util.XHTML
 
DIR_EXTENSION - Static variable in class org.apache.wiki.providers.BasicAttachmentProvider
The default extension for the page attachment directory name.
DIRECTORY - Static variable in interface org.apache.wiki.ui.TemplateManager
The default directory for the properties.
disable() - Method in class org.apache.wiki.WatchDog
Is used to disable a WatchDog.
disableAccessRules() - Method in class org.apache.wiki.parser.MarkupParser
Disables access rule parsing.
div - org.apache.wiki.util.XHTML
 
dl - org.apache.wiki.util.XHTML
 
dl - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
dl(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a dl element.
dl(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a dl element.
DlDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a DL element.
DlDecorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.DlDecorator
 
doAfterBody() - Method in class org.apache.wiki.tags.AttachmentsIteratorTag
doAfterBody() - Method in class org.apache.wiki.tags.HistoryIteratorTag
doAfterBody() - Method in class org.apache.wiki.tags.IteratorTag
doAfterBody() - Method in class org.apache.wiki.tags.PluginTag
doAfterBody() - Method in class org.apache.wiki.tags.SearchResultIteratorTag
doAfterBody() - Method in class org.apache.wiki.tags.TabbedSectionTag
The tabbed section iterates 3 time through the underlying Tab tags - first it identifies the default tab (displayed by default) - second it generates the tabmenu markup (displays all tab-titles) - finally it generates the content of each tab.
doAfterBody() - Method in class org.apache.wiki.tags.TranslateTag
 
doCatch(Throwable) - Method in class org.apache.wiki.tags.IteratorTag
In case your tag throws an exception at any point, you can override this method and implement a custom exception handler.
doCatch(Throwable) - Method in class org.apache.wiki.tags.WikiBodyTag
 
doCatch(Throwable) - Method in class org.apache.wiki.tags.WikiTagBase
 
document - Variable in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.rpc.atom.AtomAPIServlet
doEndTag() - Method in class org.apache.wiki.tags.ContentTag
doEndTag() - Method in class org.apache.wiki.tags.CookieTag
doEndTag() - Method in class org.apache.wiki.tags.EditorTag
 
doEndTag() - Method in class org.apache.wiki.tags.IncludeTag
 
doEndTag() - Method in class org.apache.wiki.tags.IteratorTag
doEndTag() - Method in class org.apache.wiki.tags.LinkTag
 
doEndTag() - Method in class org.apache.wiki.tags.ParamTag
doEndTag() - Method in class org.apache.wiki.tags.PluginTag
doEndTag() - Method in class org.apache.wiki.tags.SearchResultIteratorTag
doEndTag() - Method in class org.apache.wiki.tags.TabbedSectionTag
doEndTag() - Method in class org.apache.wiki.tags.TabTag
doEndTag() - Method in class org.apache.wiki.tags.WikiLinkTag
 
doEndTag() - Method in class org.apache.wiki.tags.WikiTagBase
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.wiki.http.filter.CsrfProtectionFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.wiki.ui.WikiJSPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.wiki.ui.WikiServletFilter
Checks that the Engine is running ok, wraps the current HTTP request, and sets the correct authentication state for the users's Session.
doFinally() - Method in class org.apache.wiki.tags.IteratorTag
Executed after the tag has been finished.
doFinally() - Method in class org.apache.wiki.tags.TabTag
doFinally() - Method in class org.apache.wiki.tags.WikiBodyTag
 
doFinally() - Method in class org.apache.wiki.tags.WikiTagBase
 
doFullLuceneReindex() - Method in class org.apache.wiki.search.LuceneSearchProvider
Performs a full Lucene reindex, if necessary.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.attachment.AttachmentServlet
Serves a GET with two parameters: 'wikiname' specifying the wikiname of the attachment, 'version' specifying the version indicator.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.rpc.atom.AtomAPIServlet
Handles HTTP GET.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.WikiServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.xmlrpc.RPCServlet
Handles HTTP GET.
doGet(Context) - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
By default, this method creates a blob of HTML, listing all the attributes which can be read or written to.
doGet(Context) - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
doGet(Context) - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
 
doGet(Context) - Method in class org.apache.wiki.ui.admin.SimpleAdminBean
By default, this method creates a blob of HTML, listing all the attributes which can be read or written to.
doGet(Context) - Method in class org.apache.wiki.ui.admin.WikiFormAdminBean
 
doGet(Context) - Method in interface org.apache.wiki.ui.GenericHTTPHandler
Return basic HTML.
doInitBody() - Method in class org.apache.wiki.tags.LinkTag
 
doJAASLogin(Class<? extends LoginModule>, CallbackHandler, Map<String, String>) - Method in interface org.apache.wiki.auth.AuthenticationManager
Instantiates and executes a single JAAS LoginModule, and returns a Set of Principals that results from a successful login.
doJAASLogin(Class<? extends LoginModule>, CallbackHandler, Map<String, String>) - Method in class org.apache.wiki.auth.DefaultAuthenticationManager
Instantiates and executes a single JAAS LoginModule, and returns a Set of Principals that results from a successful login.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.attachment.AttachmentServlet
Implements the OPTIONS method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.attachment.AttachmentServlet
Grabs mime/multipart data and stores it into the temporary area.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.rpc.atom.AtomAPIServlet
Implements the PostURI of the Atom spec.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.WikiServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.xmlrpc.RPCServlet
Handle HTTP POST.
doPost(Context) - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
doPost(Context) - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
 
doPost(Context) - Method in class org.apache.wiki.ui.admin.beans.UserBean
 
doPost(Context) - Method in class org.apache.wiki.ui.admin.SimpleAdminBean
Not implemented yet.
doPost(Context) - Method in interface org.apache.wiki.ui.GenericHTTPHandler
Handles a POST response.
doPostSaveFiltering(Context, String) - Method in class org.apache.wiki.filters.DefaultFilterManager
Does the page filtering after the page has been saved.
doPostSaveFiltering(Context, String) - Method in interface org.apache.wiki.filters.FilterManager
Does the page filtering after the page has been saved.
doPostTranslateFiltering(Context, String) - Method in class org.apache.wiki.filters.DefaultFilterManager
Does the filtering after HTML translation.
doPostTranslateFiltering(Context, String) - Method in interface org.apache.wiki.filters.FilterManager
Does the filtering after HTML translation.
doPreSaveFiltering(Context, String) - Method in class org.apache.wiki.filters.DefaultFilterManager
Does the filtering before a save to the page repository.
doPreSaveFiltering(Context, String) - Method in interface org.apache.wiki.filters.FilterManager
Does the filtering before a save to the page repository.
doPreTranslateFiltering(Context, String) - Method in class org.apache.wiki.filters.DefaultFilterManager
Does the filtering before a translation.
doPreTranslateFiltering(Context, String) - Method in interface org.apache.wiki.filters.FilterManager
Does the filtering before a translation.
doPrivileged(Session, PrivilegedAction<?>) - Static method in interface org.apache.wiki.api.core.Session
Wrapper for Subject.doAsPrivileged(Subject, PrivilegedAction, java.security.AccessControlContext) that executes an action with the privileges possessed by a Session's Subject.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.rpc.atom.AtomAPIServlet
doReplacement(String, String) - Method in class org.apache.wiki.url.DefaultURLConstructor
Does replacement of some particular variables.
doStartTag() - Method in class org.apache.wiki.tags.AttachmentsIteratorTag
doStartTag() - Method in class org.apache.wiki.tags.EditorIteratorTag
doStartTag() - Method in class org.apache.wiki.tags.HistoryIteratorTag
doStartTag() - Method in class org.apache.wiki.tags.IteratorTag
doStartTag() - Method in class org.apache.wiki.tags.SearchResultIteratorTag
doStartTag() - Method in class org.apache.wiki.tags.TabbedSectionTag
doStartTag() - Method in class org.apache.wiki.tags.WikiBodyTag
 
doStartTag() - Method in class org.apache.wiki.tags.WikiTagBase
 
doWikiStartTag() - Method in class org.apache.wiki.tags.AuthorTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.BaseURLTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.BreadcrumbsTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.CalendarTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.CheckLockTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.CheckRequestContextTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.CheckVersionTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.CommentLinkTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.ContentEncodingTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.ContentTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.CsrfProtectionTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.DiffLinkTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.EditLinkTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.EditorTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.FeedDiscoveryTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.HasAttachmentsTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.IfNoSearchResultsTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.IncludeResourcesTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.IncludeTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.InsertDiffTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.InsertPageTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.LinkTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.LinkToParentTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.LinkToTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.MessagesTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.NextVersionTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.NoSuchPageTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageDateTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageExistsTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageInfoLinkTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageNameTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageSizeTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageTypeTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.PageVersionTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.ParentPageNameTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.PermissionTag
Initializes the tag.
doWikiStartTag() - Method in class org.apache.wiki.tags.PluginTag
A local stub for doing tags.
doWikiStartTag() - Method in class org.apache.wiki.tags.PreviousVersionTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.RequestResourceTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.RSSImageLinkTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.SearchResultsSizeTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.SearchResultsTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.SetPaginationTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.SpamFilterInputsTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.TabTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.TemplateDirTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.UploadLinkTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.UserCheckTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class org.apache.wiki.tags.UserNameTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.UserProfileTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.VariableTag
 
doWikiStartTag() - Method in class org.apache.wiki.tags.WikiBodyTag
A local stub for doing tags.
doWikiStartTag() - Method in class org.apache.wiki.tags.WikiTagBase
This method is allowed to do pretty much whatever he wants.
download(String) - Static method in interface org.apache.wiki.pages.Page
 
DQ_ADDITION - Static variable in class org.apache.wiki.event.WorkflowEvent
When the workflow wishes to add a Decision to the DecisionQueue
DQ_DECIDE - Static variable in class org.apache.wiki.event.WorkflowEvent
When the decision queue decides the outcome of a Decision
DQ_REASSIGN - Static variable in class org.apache.wiki.event.WorkflowEvent
When the decision queue reassigns a Decision
DQ_REMOVAL - Static variable in class org.apache.wiki.event.WorkflowEvent
When the workflow wishes to remove a Decision from the DecisionQueue
dt - org.apache.wiki.util.XHTML
 
dt - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
dt(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a dt element.
dt(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a dt element.
DtDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a DT element.
DtDecorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.DtDecorator
 
DummyUserDatabase - Class in org.apache.wiki.auth.user
This is a database that gets used if nothing else is available.
DummyUserDatabase() - Constructor for class org.apache.wiki.auth.user.DummyUserDatabase
 
DuplicateUserException - Exception in org.apache.wiki.auth.user
Exception indicating that an identical user already exists in the user database.
DuplicateUserException(String) - Constructor for exception org.apache.wiki.auth.user.DuplicateUserException
 
DuplicateUserException(String, Object...) - Constructor for exception org.apache.wiki.auth.user.DuplicateUserException
 
DynamicAttachment - Class in org.apache.wiki.attachment
A DynamicAttachment is an attachment which does not really exist, but is created dynamically by a JSPWiki component.
DynamicAttachment(Engine, String, String, DynamicAttachmentProvider) - Constructor for class org.apache.wiki.attachment.DynamicAttachment
Creates a DynamicAttachment.
DynamicAttachmentProvider - Interface in org.apache.wiki.attachment
Provides the data for an attachment.

E

EDIT - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
Convenience constant that denotes GroupPermission( "*:*, "edit" ).
EDIT - Static variable in class org.apache.wiki.auth.permissions.PagePermission
A static instance of the edit permission.
EDIT - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
EDIT - Static variable in class org.apache.wiki.ui.PageCommand
 
EDIT - Static variable in class org.apache.wiki.WikiContext
The EDIT context - the user is editing the page.
EDIT_ACTION - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
Action for editing a group or collection of groups.
EDIT_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
Action name for the edit permission.
EDIT_GROUP - Static variable in class org.apache.wiki.ui.GroupCommand
GroupCommand for editing a group.
EDIT_GROUP - Static variable in class org.apache.wiki.WikiContext
User is editing an existing group.
EDIT_PREFERENCES - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
A static instance of the editPreferences permission.
EDIT_PREFERENCES_ACTION - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
Name of the action for editPreferences permission.
EDIT_PROFILE - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
A static instance of the editProfile permission.
EDIT_PROFILE_ACTION - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
Name of the action for editProfile permission.
EditIT - Class in org.apache.wiki.its
Edit-related tests for Apache JSPWiki
EditIT() - Constructor for class org.apache.wiki.its.EditIT
 
EditLinkTag - Class in org.apache.wiki.tags
Writes an edit link.
EditLinkTag() - Constructor for class org.apache.wiki.tags.EditLinkTag
 
Editor - Class in org.apache.wiki.ui
Describes an editor.
Editor(Context, String) - Constructor for class org.apache.wiki.ui.Editor
 
EDITOR - Static variable in interface org.apache.wiki.ui.admin.AdminBean
 
EDITOR_PLAIN - Static variable in interface org.apache.wiki.ui.EditorManager
Known name for the plain wikimarkup editor.
EDITOR_PREVIEW - Static variable in interface org.apache.wiki.ui.EditorManager
Known name for the preview editor component.
EditorIteratorInfo - Class in org.apache.wiki.tags
Just provides the TEI data for EditorIteratorTag.
EditorIteratorInfo() - Constructor for class org.apache.wiki.tags.EditorIteratorInfo
 
EditorIteratorTag - Class in org.apache.wiki.tags
Iterates through editors.
EditorIteratorTag() - Constructor for class org.apache.wiki.tags.EditorIteratorTag
 
EditorManager - Interface in org.apache.wiki.ui
Defines an editor manager.
EditorTag - Class in org.apache.wiki.tags
Creates an editor component with all the necessary parts to get it working.
EditorTag() - Constructor for class org.apache.wiki.tags.EditorTag
 
editPage() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Clicks the edit link.
EditWikiPage - Class in org.apache.wiki.pages.haddock
Actions available on the Edit page.
EditWikiPage() - Constructor for class org.apache.wiki.pages.haddock.EditWikiPage
 
EhcacheCachingManager - Class in org.apache.wiki.cache
Ehcache-based CachingManager.
EhcacheCachingManager() - Constructor for class org.apache.wiki.cache.EhcacheCachingManager
 
element(XHTML) - Static method in class org.apache.wiki.util.XhtmlUtil
Return an Element with an element type name matching the parameter.
element(XHTML, String) - Static method in class org.apache.wiki.util.XhtmlUtil
Return an Element with an element type name matching the parameter, and optional PCDATA (parsed character data, a String) content.
ELEMENT - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
The token is a wikimarkup element.
element2String(Element) - Static method in class org.apache.wiki.htmltowiki.HtmlStringToWikiTranslator
A static helper method to create HTML from an Element.
elements() - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
Returns an enumeration of all AllPermission objects stored in this collection.
ELIDED_HEAD_INDICATOR_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
ELIDED_TAIL_INDICATOR_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
em - org.apache.wiki.util.XHTML
 
em - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
em(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an em, i or address element.
em(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an em, i or address element.
EMAIL - Static variable in class org.apache.wiki.ui.InputValidator
Input validator for e-mail addresses.
EMPTY - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
EMPTY_MAP - Static variable in class org.apache.wiki.auth.DefaultAuthenticationManager
enable() - Method in class org.apache.wiki.WatchDog
Can be used to enable the WatchDog.
enabled(String) - Method in interface org.apache.wiki.cache.CachingManager
Checks if the requested cache is enabled or not.
enabled(String) - Method in class org.apache.wiki.cache.EhcacheCachingManager
Checks if the requested cache is enabled or not.
enableImageInlining(boolean) - Method in class org.apache.wiki.parser.MarkupParser
Use this to turn on or off image inlining.
enablePlugins(boolean) - Method in class org.apache.wiki.plugin.DefaultPluginManager
Enables or disables plugin execution.
enablePlugins(boolean) - Method in interface org.apache.wiki.plugin.PluginManager
Enables or disables plugin execution.
encodeName(String) - Method in interface org.apache.wiki.api.core.Engine
Turns a WikiName into something that can be called through using an URL.
encodeName(String) - Method in class org.apache.wiki.WikiEngine
Turns a WikiName into something that can be called through using an URL.
encodeWikiPage(Page) - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
 
encodeWikiPage(Page) - Method in class org.apache.wiki.xmlrpc.RPCHandler
Encodes a single wiki page info into a Hashtable.
encodeWikiPage(Page) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
Encodes a single wiki page info into a Hashtable.
engine() - Static method in class org.apache.wiki.api.spi.Wiki
Access to EngineSPI operations.
Engine - Interface in org.apache.wiki.api.core
Provides Wiki services to the JSP page.
EngineDSL - Class in org.apache.wiki.api.spi
 
EngineLifecycleExtension - Interface in org.apache.wiki.api.engine
SPI used to notify JSPWiki extensions about Engine's initialization & shutdown, without having to deep dive on Engine's internals.
EngineSPI - Interface in org.apache.wiki.api.spi
SPI used to locate and provide Engine instances.
EngineSPIDefaultImpl - Class in org.apache.wiki.spi
Default implementation for EngineSPI
EngineSPIDefaultImpl() - Constructor for class org.apache.wiki.spi.EngineSPIDefaultImpl
 
enterState(String) - Method in class org.apache.wiki.WatchDog
Enters a watched state with no expectation of the expected completion time.
enterState(String, int) - Method in class org.apache.wiki.WatchDog
Enters a watched state which has an expected completion time.
entries() - Method in interface org.apache.wiki.auth.acl.Acl
Deprecated.
use Acl.aclEntries() instead.
entry() - Method in class org.apache.wiki.api.spi.AclsDSL
Creates a new AclEntry instance.
entry() - Method in interface org.apache.wiki.api.spi.AclsSPI
Creates a new AclEntry instance.
entry() - Method in class org.apache.wiki.spi.AclsSPIDefaultImpl
Creates a new AclEntry instance.
Entry - Class in org.apache.wiki.rss
Represents an entry, that is, an unit of change, in a Feed.
Entry() - Constructor for class org.apache.wiki.rss.Entry
 
Env - Class in org.apache.wiki.its.environment
Tests' environment values that can be overwritten through System properties.
Env() - Constructor for class org.apache.wiki.its.environment.Env
 
equals(Object) - Method in class org.apache.wiki.auth.acl.UnresolvedPrincipal
An unresolved principal is equal to another unresolved principal if their names match.
equals(Object) - Method in class org.apache.wiki.auth.authorize.Group
Two DefaultGroups are equal if they contain identical member Principals and have the same name.
equals(Object) - Method in class org.apache.wiki.auth.authorize.Role
Two Role objects are considered equal if their names are identical.
equals(Object) - Method in class org.apache.wiki.auth.GroupPrincipal
Two GroupPrincipals are equal if their names are equal.
equals(Object) - Method in class org.apache.wiki.auth.login.PrincipalWrapper
Two PrincipalWrapper objects are equal if their internally-wrapped principals are also equal.
equals(Object) - Method in class org.apache.wiki.auth.permissions.AllPermission
Two AllPermission objects are considered equal if their wikis are equal.
equals(Object) - Method in class org.apache.wiki.auth.permissions.GroupPermission
Two PagePermission objects are considered equal if their actions (after normalization), wiki and target are equal.
equals(Object) - Method in class org.apache.wiki.auth.permissions.PagePermission
Two PagePermission objects are considered equal if their actions (after normalization), wiki and target are equal.
equals(Object) - Method in class org.apache.wiki.auth.permissions.WikiPermission
Two WikiPermission objects are considered equal if their wikis and actions (after normalization) are equal.
equals(Object) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
equals(Object) - Method in class org.apache.wiki.auth.WikiPrincipal
Two WikiPrincipals are considered equal if their names are equal (case-sensitive).
equals(Object) - Method in class org.apache.wiki.modules.WikiModuleInfo
The WikiModuleInfo is equal to another WikiModuleInfo, if the name is equal.
equals(Object) - Method in class org.apache.wiki.pages.PageSorter
 
equals(Object) - Method in class org.apache.wiki.WikiPage
A page is equal to another page if its name and version are equal.
equals(Object) - Method in class org.apache.wiki.workflow.Fact
Two Facts are considered equal if their message keys and value objects are equal.
equals(Object) - Method in class org.apache.wiki.workflow.Outcome
Two Outcome objects are equal if their message keys are equal.
ERR_NOPAGE - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
Error code: no such page.
ERR_NOPERMISSION - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
 
ERROR - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message prefix for errors.
ERROR - Static variable in class org.apache.wiki.event.WikiEvent
Indicates a exception or error state.
ERROR - Static variable in class org.apache.wiki.forms.FormInfo
State: There was an error.
ERROR - Static variable in class org.apache.wiki.ui.WikiCommand
 
ERROR - Static variable in class org.apache.wiki.WikiContext
An error has been encountered and the user needs to be informed.
ERROR_DB - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for user database errors.
ERROR_GROUPS - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for group database errors.
ERROR_JAAS - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for JAAS errors.
ERROR_POLICY - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for policy errors.
ERROR_ROLES - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for role-checking errors.
eventName() - Method in class org.apache.wiki.event.WikiEngineEvent
Returns a textual representation of the event type.
eventName() - Method in class org.apache.wiki.event.WikiEvent
Returns a textual representation of an event type.
eventName() - Method in class org.apache.wiki.event.WikiPageEvent
Returns a textual representation of the event type.
eventName() - Method in class org.apache.wiki.event.WikiPageRenameEvent
Returns a textual representation of the event type.
eventName(int) - Method in class org.apache.wiki.event.WikiSecurityEvent
Returns a textual representation of an event type.
eventName(int) - Method in class org.apache.wiki.event.WorkflowEvent
Returns a textual representation of an event type.
execute(Context) - Method in class org.apache.wiki.tasks.auth.SaveUserProfileTask
Saves the user profile to the user database.
execute(Context) - Method in class org.apache.wiki.tasks.pages.PreSaveWikiPageTask
Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT).
execute(Context) - Method in class org.apache.wiki.tasks.pages.SaveWikiPageTask
Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT).
execute(Context) - Method in class org.apache.wiki.workflow.AbstractStep
Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT).
execute(Context) - Method in class org.apache.wiki.workflow.Decision
Default implementation that always returns Outcome.STEP_CONTINUE if the current Outcome isn't a completion (which will be true if the Decision.decide(Outcome, Context) method hasn't been executed yet.
execute(Context) - Method in interface org.apache.wiki.workflow.Step
Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT).
execute(Context, String) - Method in class org.apache.wiki.plugin.DefaultPluginManager
Parses a plugin.
execute(Context, String) - Method in interface org.apache.wiki.plugin.PluginManager
Parses a plugin.
execute(Context, String, Map<String, String>) - Method in class org.apache.wiki.plugin.DefaultPluginManager
Executes a plugin class in the given context.
execute(Context, String, Map<String, String>) - Method in interface org.apache.wiki.plugin.PluginManager
Executes a plugin class in the given context.
execute(Context, Map<String, String>) - Method in interface org.apache.wiki.api.plugin.Plugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in interface org.apache.wiki.api.plugin.WikiPlugin
Deprecated.
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormClose
Builds a Form close tag.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormInput
Generates a dynamic form element on the WikiPage.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormOpen
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormOutput
Executes the FormHandler specified in a Form 'output' plugin, using entries provided in the HttpRequest as FormHandler parameters.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormSelect
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormSet
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.forms.FormTextarea
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.BugReportHandler
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.Counter
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.CurrentTimePlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.Denounce
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.Groups
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.IfPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.Image
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.IndexPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.InsertPage
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.ListLocksPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.Note
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.PageViewPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.PageViewPlugin.PageViewManager
Count a page hit, present a pages' counter or output a list of page counts.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.RecentChangesPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.ReferredPagesPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.ReferringPagesPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.ReferringUndefinedPagesPlugin
 
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.SampleAjaxPlugin
 
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.Search
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.SessionsPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.TableOfContents
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.UndefinedPagesPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.UnusedPagesPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.WeblogArchivePlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.WeblogEntryPlugin
This is the main entry point for any plugin.
execute(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.WeblogPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map<String, String>) - Method in interface org.apache.wiki.api.plugin.WikiPlugin
Deprecated.
 
EXECUTED - Static variable in class org.apache.wiki.forms.FormInfo
State: Form is executed.
executeParse(Context) - Method in interface org.apache.wiki.api.plugin.PluginElement
Executes the executeParse() method.
executeParse(Context) - Method in class org.apache.wiki.parser.PluginContent
Executes the executeParse() method.
executeParser(PluginElement, Context, Map<String, String>) - Method in interface org.apache.wiki.api.plugin.ParserStagePlugin
Method which is executed during parsing.
executeParser(PluginElement, Context, Map<String, String>) - Method in class org.apache.wiki.plugin.WeblogPlugin
Mark us as being a real weblog.
executeUpload(Context, InputStream, String, String, String, String, long) - Method in class org.apache.wiki.attachment.AttachmentServlet
 
exists(String) - Static method in class org.apache.wiki.util.ClassUtil
Checks if a given class exists in classpath.
exitState() - Method in class org.apache.wiki.WatchDog
Exits a state entered with enterState().
exitState(String) - Method in class org.apache.wiki.WatchDog
Exits a particular state entered with enterState().
EXPAND_EMPTY_NODES - Static variable in class org.apache.wiki.util.XhtmlUtil
to print instead of
expandVariables(Context, String) - Method in class org.apache.wiki.variables.DefaultVariableManager
This method does in-place expansion of any variables.
expandVariables(Context, String) - Method in interface org.apache.wiki.variables.VariableManager
This method does in-place expansion of any variables.
expandVars(Properties) - Static method in class org.apache.wiki.util.PropertyReader
You define a property variable by using the prefix var.x as a property.
extend(HtmlRenderer.Builder, String) - Method in class org.apache.wiki.markdown.MarkdownForJSPWikiExtension
extend(Parser.Builder) - Method in class org.apache.wiki.markdown.MarkdownForJSPWikiExtension
EXTERNAL - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
ExternalDiffProvider - Class in org.apache.wiki.diff
This DiffProvider allows external command line tools to be used to generate the diff.
ExternalDiffProvider() - Constructor for class org.apache.wiki.diff.ExternalDiffProvider
Creates a new ExternalDiffProvider.
ExternalLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
NodeAttributeProviderState which sets the attributes for external links.
ExternalLinkAttributeProviderState(Context, boolean, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.ExternalLinkAttributeProviderState
 
ExternalLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
NodePostProcessorState which further post processes external links.
ExternalLinkNodePostProcessorState(Context, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ExternalLinkNodePostProcessorState
 
extractCommandFromPath(HttpServletRequest) - Method in class org.apache.wiki.ui.DefaultCommandResolver
Extracts a Command based on the JSP path of an HTTP request.
extractMembers(String) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Extracts carriage-return separated members into a Set of String objects.
extractPageFromParameter(String, HttpServletRequest) - Method in interface org.apache.wiki.ui.CommandResolver
Determines the correct wiki page based on a supplied request context and HTTP request.
extractPageFromParameter(String, HttpServletRequest) - Method in class org.apache.wiki.ui.DefaultCommandResolver
Determines the correct wiki page based on a supplied request context and HTTP request.
extractTextFromDocument(Document) - Static method in class org.apache.wiki.util.XmlUtil
Renders all the text() nodes from the DOM tree.

F

Fact - Class in org.apache.wiki.workflow
Represents a contextual artifact, which can be any serializable object, useful for making a Decision.
Fact(String, Serializable) - Constructor for class org.apache.wiki.workflow.Fact
Constructs a new Fact with a supplied message key and value.
FastSearch - Interface in org.apache.wiki.providers
If a provider implements this interface, then CachingProvider will never attempt to search on its own; it will always pass any searches through to the actual provider.
Feed - Class in org.apache.wiki.rss
Represents an abstract feed.
Feed(Context) - Constructor for class org.apache.wiki.rss.Feed
Create a new Feed for a particular WikiContext.
FeedDiscoveryTag - Class in org.apache.wiki.tags
Outputs links to all the site feeds and APIs this Wiki/blog supports.
FeedDiscoveryTag() - Constructor for class org.apache.wiki.tags.FeedDiscoveryTag
 
fieldset - org.apache.wiki.util.XHTML
 
FILE_EXT - Static variable in class org.apache.wiki.providers.AbstractFileProvider
All files should have this extension to be recognized as JSPWiki files.
FileSystemProvider - Class in org.apache.wiki.providers
Provides a simple directory based repository for Wiki pages.
FileSystemProvider() - Constructor for class org.apache.wiki.providers.FileSystemProvider
 
FileUtil - Class in org.apache.wiki.util
Generic utilities related to file and stream handling.
filterAndSortCollection(Collection<String>) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
Filters and sorts a collection according to the include and exclude parameters.
FilterBean - Class in org.apache.wiki.ui.admin.beans
 
FilterBean(Engine) - Constructor for class org.apache.wiki.ui.admin.beans.FilterBean
 
filterCollection(Collection<String>) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
Filters a collection according to the include and exclude parameters.
FilterException - Exception in org.apache.wiki.api.exceptions
A generic PageFilter exception.
FilterException(String) - Constructor for exception org.apache.wiki.api.exceptions.FilterException
Constructs an exception.
FilterManager - Interface in org.apache.wiki.filters
 
filterWikiPageCollection(Collection<Page>) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
 
find(String) - Method in class org.apache.wiki.auth.SessionMonitor
Looks up the wiki session associated with a user's Http session and adds it to the session cache.
find(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Looks up and returns the first UserProfile in the user database that whose login name, full name, or wiki name matches the supplied string.
find(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and returns the first UserProfile in the user database that whose login name, full name, or wiki name matches the supplied string.
find(HttpSession) - Method in class org.apache.wiki.auth.SessionMonitor
Looks up the wiki session associated with a user's Http session and adds it to the session cache.
find(ServletConfig) - Method in class org.apache.wiki.api.spi.EngineDSL
Locate, or build if necessary, a configured Engine instance.
find(ServletConfig, Properties) - Method in class org.apache.wiki.api.spi.EngineDSL
Locate, or build if necessary, a configured Engine instance.
find(ServletContext, Properties) - Method in class org.apache.wiki.api.spi.EngineDSL
Locate, or build if necessary, a configured Engine instance.
find(ServletContext, Properties) - Method in interface org.apache.wiki.api.spi.EngineSPI
Locate, or build if necessary, a configured Engine instance.
find(ServletContext, Properties) - Method in class org.apache.wiki.spi.EngineSPIDefaultImpl
Locate, or build if necessary, a configured Engine instance.
find(Engine, HttpServletRequest) - Method in class org.apache.wiki.api.spi.SessionDSL
Returns the Session object associated with the current HTTP request.
find(Engine, HttpServletRequest) - Method in interface org.apache.wiki.api.spi.SessionSPI
Returns the Session object associated with the current HTTP request.
find(Engine, HttpServletRequest) - Method in class org.apache.wiki.spi.SessionSPIDefaultImpl
Returns the Session object associated with the current HTTP request.
FIND - Static variable in class org.apache.wiki.ui.WikiCommand
 
FIND - Static variable in class org.apache.wiki.WikiContext
User is searching for content.
findAttachments(QueryItem[]) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
Finds attachments based on the query.
findAttachments(QueryItem[]) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Finds attachments based on the query.
findAttachments(QueryItem[]) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Finds attachments based on the query.
findAttachments(QueryItem[]) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Finds attachments based on the query.
findAttachments(QueryItem[]) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
Deprecated.
Finds attachments based on the query.
findBean(String) - Method in interface org.apache.wiki.ui.admin.AdminBeanManager
Locates a bean based on the AdminBean.getId() out of all the registered beans.
findBean(String) - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
 
findBlogEntries(Engine, String, Date, Date) - Method in class org.apache.wiki.plugin.WeblogPlugin
Attempts to locate all pages that correspond to the blog entry pattern.
findBy(String, String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
 
findByEmail(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given e-mail address.
findByEmail(String) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByEmail(String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
 
findByEmail(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given e-mail address.
findByEmail(String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given e-mail address.
findByFullName(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given full name.
findByFullName(String) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByFullName(String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
 
findByFullName(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given full name.
findByFullName(String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given full name.
findByLoginName(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given login name.
findByLoginName(String) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByLoginName(String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
 
findByLoginName(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given login name.
findByLoginName(String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given login name.
findByUid(String) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByUid(String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
 
findByUid(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given unique ID (uid).
findByUid(String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given unique ID (uid).
findByWikiName(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given wiki name.
findByWikiName(String) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByWikiName(String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
 
findByWikiName(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given wiki name.
findByWikiName(String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfile in the user database that matches a profile having a given wiki name.
findClass(String, String) - Static method in class org.apache.wiki.util.ClassUtil
It will first attempt to instantiate the class directly from the className, and will then try to prefix it with the packageName.
findClass(List<String>, List<String>, String) - Static method in class org.apache.wiki.util.ClassUtil
Attempts to find a class from a collection of packages.
findCommand(String) - Static method in interface org.apache.wiki.ui.CommandResolver
Attempts to locate a wiki command for a supplied request context.
findCommand(HttpServletRequest, String) - Method in interface org.apache.wiki.ui.CommandResolver
Attempts to locate a Command for a supplied wiki context and HTTP request, incorporating the correct WikiPage into the command if required.
findCommand(HttpServletRequest, String) - Method in class org.apache.wiki.ui.DefaultCommandResolver
Attempts to locate a Command for a supplied wiki context and HTTP request, incorporating the correct WikiPage into the command if required.
findCommand(Engine, HttpServletRequest, Page) - Static method in class org.apache.wiki.WikiContext
Looks up and returns a PageCommand based on a supplied WikiPage and HTTP request.
findConfigFile(String) - Method in interface org.apache.wiki.api.core.Engine
Looks up and obtains a configuration file inside the WEB-INF folder of a wiki webapp.
findContext(PageContext) - Static method in interface org.apache.wiki.api.core.Context
This method can be used to find the WikiContext programmatically from a JSP PageContext.
findContext(PageContext) - Static method in class org.apache.wiki.WikiContext
Deprecated.
findCreated() - Method in class org.apache.wiki.references.DefaultReferenceManager
Returns a list of all pages that the ReferenceManager knows about.
findCreated() - Method in interface org.apache.wiki.references.ReferenceManager
Returns a list of all pages that the ReferenceManager knows about.
findJSP(PageContext, String) - Method in class org.apache.wiki.ui.DefaultTemplateManager
A utility method for finding a JSP page.
findJSP(PageContext, String) - Method in interface org.apache.wiki.ui.TemplateManager
A utility method for finding a JSP page.
findJSP(PageContext, String, String) - Method in class org.apache.wiki.ui.DefaultTemplateManager
Attempts to locate a resource under the given template.
findJSP(PageContext, String, String) - Method in interface org.apache.wiki.ui.TemplateManager
Attempts to locate a resource under the given template.
findPage(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
Finds a Wiki page from the page repository.
findPages(String, int, Context) - Method in class org.apache.wiki.search.DefaultSearchManager.JSONSearch
Performs a full search of pages.
findPages(String, int, Context) - Method in class org.apache.wiki.search.LuceneSearchProvider
Searches pages using a particular combination of flags.
findPages(String, Context) - Method in class org.apache.wiki.search.BasicSearchProvider
Search for pages matching a search query.
findPages(String, Context) - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
Search for pages matching a search query.
findPages(String, Context) - Method in class org.apache.wiki.search.LuceneSearchProvider
Search for pages matching a search query.
findPages(String, Context) - Method in interface org.apache.wiki.search.SearchManager
Sends a search to the current search provider.
findPages(String, Context) - Method in interface org.apache.wiki.search.SearchProvider
Search for pages matching a search query.
findPages(QueryItem[]) - Method in interface org.apache.wiki.api.providers.PageProvider
Finds pages based on the query.
findPages(QueryItem[]) - Method in class org.apache.wiki.providers.AbstractFileProvider
Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.
findPages(QueryItem[]) - Method in class org.apache.wiki.providers.CachingProvider
Finds pages based on the query.
findPages(QueryItem[]) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Finds pages based on the query.
findPages(QueryItem[]) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Finds pages based on the query.
findPrincipals(Permission) - Method in interface org.apache.wiki.api.core.Acl
Returns all Principal objects assigned a given Permission in the access control list.
findPrincipals(Permission) - Method in class org.apache.wiki.auth.acl.AclImpl
Returns all Principal objects assigned a given Permission in the access control list.
findReferredBy(String) - Method in class org.apache.wiki.references.DefaultReferenceManager
Returns all pages that refer to this page.
findReferredBy(String) - Method in interface org.apache.wiki.references.ReferenceManager
Returns all pages that refer to this page.
findReferrers(String) - Method in class org.apache.wiki.references.DefaultReferenceManager
Find all pages that refer to this page.
findReferrers(String) - Method in interface org.apache.wiki.references.ReferenceManager
Find all pages that refer to this page.
findRefersTo(String) - Method in class org.apache.wiki.references.DefaultReferenceManager
Returns all pages that this page refers to.
findRefersTo(String) - Method in interface org.apache.wiki.references.ReferenceManager
Returns all pages that this page refers to.
findResource(Context, String, String) - Method in class org.apache.wiki.ui.DefaultTemplateManager
Attempts to locate a resource under the given template.
findResource(Context, String, String) - Method in interface org.apache.wiki.ui.TemplateManager
Attempts to locate a resource under the given template.
findRole(String) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Looks up and returns a role Principal matching a given String.
findRole(String) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Looks up and returns a Role Principal matching a given String.
findRole(String) - Method in interface org.apache.wiki.auth.Authorizer
Looks up and returns a role Principal matching a given String.
findServletByName(String) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
Find the WikiAjaxServlet given the servletAlias that it was registered with.
findUncreated() - Method in class org.apache.wiki.references.DefaultReferenceManager
Finds all references to non-existant pages.
findUncreated() - Method in interface org.apache.wiki.references.ReferenceManager
Finds all references to non-existant pages.
findUnreferenced() - Method in class org.apache.wiki.references.DefaultReferenceManager
Finds all unreferenced pages.
findUnreferenced() - Method in interface org.apache.wiki.references.ReferenceManager
Finds all unreferenced pages.
FINISHED - Static variable in class org.apache.wiki.ui.progress.ProgressItem
Status: The PI is finished.
fireEvent(int) - Method in class org.apache.wiki.WikiEngine
Fires a WikiEngineEvent to all registered listeners.
fireEvent(int, Object) - Method in interface org.apache.wiki.auth.authorize.GroupManager
Fires a WikiSecurityEvent of the provided type, Principal and target Object to all registered listeners.
fireEvent(int, String) - Method in class org.apache.wiki.pages.DefaultPageManager
Fires a WikiPageEvent of the provided type and page name to all registered listeners.
fireEvent(int, String) - Method in class org.apache.wiki.ui.WikiJSPFilter
Fires a WikiPageEvent of the provided type and page name to all registered listeners of the current Engine.
fireEvent(int, Principal, Object) - Method in interface org.apache.wiki.auth.AuthenticationManager
Fires a WikiSecurityEvent of the provided type, Principal and target Object to all registered listeners.
fireEvent(int, Principal, Object) - Method in interface org.apache.wiki.auth.AuthorizationManager
Fires a WikiSecurityEvent of the provided type, user, and permission to all registered listeners.
fireEvent(int, Principal, Session) - Method in class org.apache.wiki.auth.SessionMonitor
Fires a WikiSecurityEvent to all registered listeners.
fireEvent(int, Context) - Method in class org.apache.wiki.filters.DefaultFilterManager
Fires a WikiPageEvent of the provided type and WikiContext.
fireEvent(int, Context) - Method in class org.apache.wiki.filters.PageEventFilter
Fires a WikiPageEvent of the provided type and page name to all registered listeners.
fireEvent(int, Session, Object) - Method in interface org.apache.wiki.auth.UserManager
Fires a WikiSecurityEvent of the provided type, Principal and target Object to all registered listeners.
fireEvent(Object, WikiEvent) - Static method in class org.apache.wiki.event.WikiEventManager
Notify all listeners of the WikiEventDelegate having a registered interest in change events of the supplied WikiEvent.
firePageEvent(int, String) - Method in class org.apache.wiki.WikiEngine
Fires a WikiPageEvent to all registered listeners.
firePageRenameEvent(String, String) - Method in class org.apache.wiki.content.DefaultPageRenamer
Fires a WikiPageRenameEvent to all registered listeners.
firePageRenameEvent(String, String) - Method in interface org.apache.wiki.content.PageRenamer
Fires a WikiPageRenameEvent to all registered listeners.
fireWorkflowEvent(Object, int) - Static method in enum org.apache.wiki.event.WikiEventEmitter
Fires a Workflow Event from provided source and workflow type.
fireWorkflowEvent(Object, int, Object...) - Static method in enum org.apache.wiki.event.WikiEventEmitter
Fires a Workflow Event from provided source and workflow type.
FLAG_CONTEXTS - Static variable in class org.apache.wiki.search.LuceneSearchProvider
Create contexts also.
flush() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
font - org.apache.wiki.util.XHTML
 
FORBIDDEN - Static variable in class org.apache.wiki.api.search.QueryItem
The word may NOT be in the pages
forceDownload(String) - Method in interface org.apache.wiki.attachment.AttachmentManager
Check if attachement link should force a download iso opening the attachment in the browser.
forceDownload(String) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Check if attachement link should force a download iso opening the attachment in the browser.
form - org.apache.wiki.util.XHTML
 
form - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
form(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a form element.
form(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a form element.
FORM_VALUES_CARRIER - Static variable in class org.apache.wiki.forms.FormElement
The submit servlet may decide to store a FormInfo with user-entered form values in the Session.
format(String) - Static method in class org.apache.wiki.rss.Feed
Does the required formatting and entity replacement for XML.
format(String) - Static method in interface org.apache.wiki.rss.RSSGenerator
Does the required formatting and entity replacement for XML.
FormClose - Class in org.apache.wiki.forms
Closes a WikiForm.
FormClose() - Constructor for class org.apache.wiki.forms.FormClose
 
FormDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a FORM element.
FormDecorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.FormDecorator
 
FormElement - Class in org.apache.wiki.forms
 
FormElement() - Constructor for class org.apache.wiki.forms.FormElement
 
FormHandler - Interface in org.apache.wiki.forms
A FormHandler performs logic based on input from an HTTP FORM, transmitted through a JSPWiki WikiPlugin (see Form.java).
FormInfo - Class in org.apache.wiki.forms
Container for carrying HTTP FORM information between Plugin invocations in the Session.
FormInfo() - Constructor for class org.apache.wiki.forms.FormInfo
Creates a new FormInfo with status == OK.
FormInput - Class in org.apache.wiki.forms
Creates a simple input text field.
FormInput() - Constructor for class org.apache.wiki.forms.FormInput
 
FormOpen - Class in org.apache.wiki.forms
Opens a WikiForm.
FormOpen() - Constructor for class org.apache.wiki.forms.FormOpen
 
FormOutput - Class in org.apache.wiki.forms
 
FormOutput() - Constructor for class org.apache.wiki.forms.FormOutput
 
FormSelect - Class in org.apache.wiki.forms
Creates a Form select field.
FormSelect() - Constructor for class org.apache.wiki.forms.FormSelect
 
FormSet - Class in org.apache.wiki.forms
FormSet is a companion WikiPlugin for Form.
FormSet() - Constructor for class org.apache.wiki.forms.FormSet
 
FormTextarea - Class in org.apache.wiki.forms
Creates a Form text area element.
FormTextarea() - Constructor for class org.apache.wiki.forms.FormTextarea
 
FormUtil - Class in org.apache.wiki.util
A collection of (static) utilities used by the WikiForms code.
forName(String) - Static method in class org.apache.wiki.workflow.Outcome
Returns a named Outcome.
frame - org.apache.wiki.util.XHTML
 
frameset - org.apache.wiki.util.XHTML
 
FRAMESET_DTD_PubId - Static variable in enum org.apache.wiki.util.XHTML
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Frameset DTD.
FRAMESET_DTD_SysId - Static variable in enum org.apache.wiki.util.XHTML
A String containing a system identifier for the XHTML 1.0 Frameset DTD.
FULL_NAME - Static variable in class org.apache.wiki.auth.WikiPrincipal
WikiPrincipal type denoting a user's full name.

G

generate() - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Generates the RSS resource.
generate() - Method in interface org.apache.wiki.rss.RSSGenerator
Generates the RSS resource.
generateBlogRSS(Context, List<Page>, Feed) - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
generateBlogRSS(Context, List<Page>, Feed) - Method in interface org.apache.wiki.rss.RSSGenerator
Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
generateFeed(Context, List<Page>, String, String) - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Generates a feed based on a context and list of changes.
generateFeed(Context, List<Page>, String, String) - Method in interface org.apache.wiki.rss.RSSGenerator
Generates a feed based on a context and list of changes.
generateFullWikiRSS(Context, Feed) - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Generates an RSS feed for the entire wiki.
generateFullWikiRSS(Context, Feed) - Method in interface org.apache.wiki.rss.RSSGenerator
Generates an RSS feed for the entire wiki.
generateRandomPassword() - Static method in class org.apache.wiki.util.TextUtil
Generate a random String suitable for use as a temporary password.
generateUid(UserDatabase) - Static method in class org.apache.wiki.auth.user.AbstractUserDatabase
Generates a new random user identifier (uid) that is guaranteed to be unique.
generateWikiPageRSS(Context, List<Page>, Feed) - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).
generateWikiPageRSS(Context, List<Page>, Feed) - Method in interface org.apache.wiki.rss.RSSGenerator
Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).
GenericHTTPHandler - Interface in org.apache.wiki.ui
Provides a generic HTTP handler interface.
get() - Static method in enum org.apache.wiki.event.WikiEventEmitter
 
get() - Static method in interface org.apache.wiki.ui.AllCommands
Returns a defensively-created array of all static Commands.
get() - Method in interface org.apache.wiki.util.CheckedSupplier
Gets a result.
get(int) - Method in class org.apache.wiki.util.PriorityList
Returns the object at index "index".
get(int) - Method in class org.apache.wiki.util.TimedCounterList
get(String) - Method in interface org.apache.wiki.i18n.InternationalizationManager
Returns a String from the CORE_BUNDLE using English as the default locale.
get(String, Serializable, CheckedSupplier<T, E>) - Method in interface org.apache.wiki.cache.CachingManager
Returns an item from a cache.
get(String, Serializable, CheckedSupplier<T, E>) - Method in class org.apache.wiki.cache.EhcacheCachingManager
Returns an item from a cache.
get(String, Locale, String) - Method in interface org.apache.wiki.i18n.InternationalizationManager
If you are too lazy to open your own bundle, use this method to get a string simply from a bundle.
get(String, Locale, String, Object...) - Method in interface org.apache.wiki.i18n.InternationalizationManager
Obtain a parameterized String from the bundle.
getAbsoluteUrl(HttpServletRequest) - Static method in class org.apache.wiki.util.HttpUtil
Generate an absolute URL based solely on the given HttpServletRequest.
getAbsoluteUrl(HttpServletRequest, String) - Static method in class org.apache.wiki.util.HttpUtil
Generates an absolute URL based on the given HttpServletRequest and a relative URL.
getAcl() - Method in interface org.apache.wiki.api.core.Page
Returns the Acl for this page.
getAcl() - Method in class org.apache.wiki.WikiPage
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 class org.apache.wiki.auth.acl.AclImpl
Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
getAclManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( AclManager.class ) instead.
getAcquisitionTime() - Method in class org.apache.wiki.pages.PageLock
Returns the timestamp on which this lock was acquired.
getAction() - Method in class org.apache.wiki.forms.FormInfo
Get the action set in FormInfo.setAction(String).
getActions() - Method in class org.apache.wiki.auth.permissions.AllPermission
No-op; always returns null
getActions() - Method in class org.apache.wiki.auth.permissions.GroupPermission
Returns the actions for this permission: “view”, “edit”, or “delete”.
getActions() - Method in class org.apache.wiki.auth.permissions.PagePermission
Returns the actions for this permission: "view", "edit", "comment", "modify", "upload" or "delete".
getActions() - Method in class org.apache.wiki.auth.permissions.WikiPermission
Returns the actions for this permission: "createGroups", "createPages", "editPreferences", "editProfile", or "login".
getActiveLocks() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns a list of currently applicable locks.
getActiveLocks() - Method in interface org.apache.wiki.pages.PageManager
Returns a list of currently applicable locks.
getActor() - Method in class org.apache.wiki.workflow.AbstractStep
The Principal responsible for completing this Step, such as a system user or actor assigned to a Decision.
getActor() - Method in class org.apache.wiki.workflow.Decision
The Principal responsible for completing this Step, such as a system user or actor assigned to a Decision.
getActor() - Method in interface org.apache.wiki.workflow.Step
The Principal responsible for completing this Step, such as a system user or actor assigned to a Decision.
getActor() - Method in class org.apache.wiki.workflow.Task
getActorDecisions(Session) - Method in class org.apache.wiki.workflow.DecisionQueue
Returns a Collection representing the current Decisions that pertain to a users's Session.
getAddTime(int) - Method in class org.apache.wiki.util.TimedCounterList
Returns the time when this particular item was added on the list.
getAdminBeanClass() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the AdminBean class which is supposed to manage this module.
getAdminBeanManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( AdminBeanManager.class ) instead.
getAjaxAlias() - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
Returns the ajax alias name for this object.
getAlias() - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
Returns the alias name for this object.
getAllAttachments() - Method in interface org.apache.wiki.attachment.AttachmentManager
Returns a collection of Attachments, containing each and every attachment that is in this Wiki.
getAllAttachments() - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Returns a collection of Attachments, containing each and every attachment that is in this Wiki.
getAllBeans() - Method in interface org.apache.wiki.ui.admin.AdminBeanManager
Lists all administration beans which are currently known and instantiated.
getAllBeans() - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
 
getAllChangedSince(Date) - Method in interface org.apache.wiki.api.providers.PageProvider
Gets a list of recent changes.
getAllChangedSince(Date) - Method in class org.apache.wiki.providers.AbstractFileProvider
Does not work.
getAllChangedSince(Date) - Method in class org.apache.wiki.providers.CachingProvider
Gets a list of recent changes.
getAllChangedSince(Date) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Gets a list of recent changes.
getAllChangedSince(Date) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
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 class org.apache.wiki.WikiEngine
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 class org.apache.wiki.WikiEngine
Returns a collection of all supported InterWiki links.
getAllPages() - Method in interface org.apache.wiki.api.providers.PageProvider
Returns all pages.
getAllPages() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns all pages in some random order.
getAllPages() - Method in interface org.apache.wiki.pages.PageManager
Returns all pages in some random order.
getAllPages() - Method in class org.apache.wiki.providers.AbstractFileProvider
Returns all pages.
getAllPages() - Method in class org.apache.wiki.providers.CachingProvider
Returns all pages.
getAllPages() - Method in class org.apache.wiki.providers.VersioningFileProvider
Returns all pages.
getAllPages() - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Returns all pages.
getAllPages() - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Returns all pages.
getAllPages() - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getAllPages() - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getApplicationName() - Method in interface org.apache.wiki.api.core.Engine
Returns the name of the application.
getApplicationName() - Method in class org.apache.wiki.WikiEngine
Returns the name of the application.
getApplicationName() - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getApplicationName() - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getApprover(String) - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Looks up and resolves the actor who approves a Decision for a particular Workflow, based on the Workflow's message key.
getApprover(String) - Method in interface org.apache.wiki.workflow.WorkflowManager
Looks up and resolves the actor who approves a Decision for a particular Workflow, based on the Workflow's message key.
getArg(int, Class<T>) - Method in class org.apache.wiki.event.WikiEvent
Returns the requested arg, if any.
getArgs() - Method in exception org.apache.wiki.api.exceptions.WikiI18nException
getter.
getArgs() - Method in class org.apache.wiki.event.WikiEvent
Returns the args associated to src, if any.
getAttachmentContent(String, int) - Method in class org.apache.wiki.search.LuceneSearchProvider
Fetches the attachment content from the repository.
getAttachmentContent(Attachment) - Method in class org.apache.wiki.search.LuceneSearchProvider
 
getAttachmentContent(Attachment) - Method in class org.apache.wiki.search.tika.TikaSearchProvider
getAttachmentData(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
Get attachment data.
getAttachmentData(Attachment) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Get attachment data.
getAttachmentData(Attachment) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Get attachment data.
getAttachmentData(Attachment) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Get attachment data.
getAttachmentData(Context, Attachment) - Method in interface org.apache.wiki.attachment.DynamicAttachmentProvider
Returns a stream of data for this attachment.
getAttachmentData(Attachment) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
Deprecated.
Get attachment data.
getAttachmentInfo(String) - Method in interface org.apache.wiki.attachment.AttachmentManager
Gets info on a particular attachment, latest version.
getAttachmentInfo(String, int) - Method in interface org.apache.wiki.attachment.AttachmentManager
Gets info on a particular attachment with the given version.
getAttachmentInfo(Context, String) - Method in interface org.apache.wiki.attachment.AttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentInfo(Context, String, int) - Method in interface org.apache.wiki.attachment.AttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentInfo(Context, String, int) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentInfo(Page, String, int) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
Returns info about an attachment.
getAttachmentInfo(Page, String, int) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Returns info about an attachment.
getAttachmentInfo(Page, String, int) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Returns info about an attachment.
getAttachmentInfo(Page, String, int) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Returns info about an attachment.
getAttachmentInfo(WikiPage, String, int) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
Deprecated.
Returns info about an attachment.
getAttachmentInfoName(Context, String) - Method in interface org.apache.wiki.attachment.AttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentInfoName(Context, String) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( AttachmentManager.class ) instead.
getAttachmentStream(Attachment) - Method in interface org.apache.wiki.attachment.AttachmentManager
Finds a (real) attachment from the repository as an InputStream.
getAttachmentStream(Context, Attachment) - Method in interface org.apache.wiki.attachment.AttachmentManager
Returns an attachment stream using the particular WikiContext.
getAttachmentStream(Context, Attachment) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Returns an attachment stream using the particular WikiContext.
getAttachPage() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Return the URL for the attachments.
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 class org.apache.wiki.management.SimpleMBean
Gets an attribute using reflection from the MBean.
getAttribute(String) - Method in class org.apache.wiki.WikiEngine
Gets an attribute from the engine.
getAttribute(String) - Method in class org.apache.wiki.WikiPage
A WikiPage may have a number of attributes, which might or might not be available.
getAttribute(String) - Method in class org.apache.wiki.workflow.Workflow
Retrieves a named Object associated with this Workflow.
getAttributeNames() - Method in class org.apache.wiki.management.SimpleMBean
This method must return a list of attributes which are exposed by the SimpleMBean.
getAttributeNames() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getAttributeNames() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
This method must return a list of attributes which are exposed by the SimpleMBean.
getAttributeNames() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
getAttributeNames() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
 
getAttributeNames() - Method in class org.apache.wiki.ui.admin.beans.UserBean
 
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 class org.apache.wiki.auth.user.DefaultUserProfile
Returns the attributes associated with this profile as a Map of key/value pairs.
getAttributes() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the attributes associated with this profile as a Map of key/value pairs.
getAttributes() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns an Iterator over the list of JDOM Attributes.
getAttributes() - Method in class org.apache.wiki.WikiPage
Returns the full attributes Map, in case external code needs to iterate through the attributes.
getAttributes() - Method in class org.apache.wiki.workflow.Workflow
Retrieves workflow's attributes.
getAttributes(String[]) - Method in class org.apache.wiki.management.SimpleMBean
Gets multiple attributes at the same time.
getAugmentedWikiLinkAttributes(Element) - Static method in class org.apache.wiki.htmltowiki.syntax.MarkupHelper
Returns a Map containing the valid augmented wiki link attributes.
getAuthenticationManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( AuthenticationManager.class ) instead.
getAuthor() - Method in interface org.apache.wiki.api.core.Page
Returns author name, or null, if no author has been defined.
getAuthor() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the name of the author of this plugin (if defined).
getAuthor() - Method in class org.apache.wiki.rss.Entry
Return the author set by setAuthor().
getAuthor() - Method in class org.apache.wiki.WikiPage
Returns author name, or null, if no author has been defined.
getAuthorizationManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( AuthorizationManager.class ) instead.
getAuthorizer() - Method in interface org.apache.wiki.auth.AuthorizationManager
Returns the current external Authorizer in use.
getAuthorizer() - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Returns the current external Authorizer in use.
getAuthorizer() - Method in class org.apache.wiki.auth.login.AuthorizerCallback
Returns the authorizer.
getAuthorUrl() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the url of the author of this plugin (if defined).
getAvailableOutcomes() - Method in class org.apache.wiki.workflow.AbstractStep
Returns a Collection of available outcomes, such as "approve", "deny" or "reassign", in the order in which they were added via Step.addSuccessor(Outcome, Step).
getAvailableOutcomes() - Method in interface org.apache.wiki.workflow.Step
Returns a Collection of available outcomes, such as "approve", "deny" or "reassign", in the order in which they were added via Step.addSuccessor(Outcome, Step).
getBaseURL() - Method in interface org.apache.wiki.api.core.Engine
Returns the base URL, telling where this Wiki actually lives.
getBaseURL() - Method in class org.apache.wiki.WikiEngine
Returns the base URL, telling where this Wiki actually lives.
getBooleanProperty(Properties, String, boolean) - Static method in class org.apache.wiki.util.TextUtil
Gets a boolean property from a standard Properties list.
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 class org.apache.wiki.WikiContext
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.
getBotFieldName() - Static method in class org.apache.wiki.filters.SpamFilter
Returns a static string which can be used to detect spambots which just wildly fill in all the fields.
getBuilder(Engine) - Static method in class org.apache.wiki.workflow.WorkflowBuilder
Returns the WorkflowBuilder instance for a Engine.
getBundle(String, Locale) - Method in interface org.apache.wiki.i18n.InternationalizationManager
Finds a resource bundle.
getBundle(Context, String) - Static method in class org.apache.wiki.preferences.Preferences
Locates the i18n ResourceBundle given.
getCanonicalFilePathProperty(Properties, String, String) - Static method in class org.apache.wiki.util.TextUtil
Fetches a file path property from the set of Properties.
getCategories(String, String, String) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
JSPWiki does not support categories, therefore JSPWiki always returns an empty list for categories.
getChannelDescription() - Method in class org.apache.wiki.rss.Feed
 
getChannelLanguage() - Method in class org.apache.wiki.rss.Feed
 
getChannelTitle() - Method in class org.apache.wiki.rss.Feed
 
getChecked() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
getClassName() - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
Returns the full class name of this object.
getCombinedProperties(String) - Static method in class org.apache.wiki.util.PropertyReader
Returns a property set consisting of the default Property Set overlaid with a custom property set
getCommand() - Method in interface org.apache.wiki.api.core.Context
Returns the Command associated with this Context.
getCommand() - Method in class org.apache.wiki.WikiContext
Returns the Command associated with this WikiContext.
getCommandResolver() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( CommandResolver.class ) instead.
getCompletedWorkflows() - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Returns a collection of finished workflows; that is, those that have aborted or completed.
getCompletedWorkflows() - Method in interface org.apache.wiki.workflow.WorkflowManager
Returns a collection of finished workflows; that is, those that have aborted or completed.
getContent() - Method in class org.apache.wiki.rss.Entry
Return the content set by Entry.setContent(String).
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 class org.apache.wiki.WikiEngine
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 enum org.apache.wiki.api.core.ContextEnum
 
getContentTemplate() - Method in class org.apache.wiki.ui.AbstractCommand
 
getContentTemplate() - Method in class org.apache.wiki.WikiContext
Returns the content template associated with a Command, such as PreferencesContent.jsp.
getContentType(String) - Static method in interface org.apache.wiki.rss.RSSGenerator
Returns the content type of this RSS feed.
getContext() - Method in class org.apache.wiki.parser.WikiDocument
Returns the wiki context for this document.
getContext() - Method in class org.apache.wiki.tags.CheckRequestContextTag
Returns the context.
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 class org.apache.wiki.search.SearchMatcher.SearchResultImpl
Returns an empty array, since BasicSearchProvider does not support context matching.
getCreated() - Method in class org.apache.wiki.auth.authorize.Group
Returns the creation date.
getCreated() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the creation date
getCreated() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the creation date.
getCreator() - Method in class org.apache.wiki.auth.authorize.Group
Returns the creator of this Group.
getCurrentActor() - Method in class org.apache.wiki.workflow.Workflow
Returns the actor Principal responsible for the current Step.
getCurrentLock(Page) - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the current lock owner of a page.
getCurrentLock(Page) - Method in interface org.apache.wiki.pages.PageManager
Returns the current lock owner of a page.
getCurrentProvider() - Method in interface org.apache.wiki.attachment.AttachmentManager
Returns the current attachment provider.
getCurrentProvider() - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Returns the current attachment provider.
getCurrentProvider() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the provider name.
getCurrentProvider() - Method in interface org.apache.wiki.pages.PageManager
Returns the provider name.
getCurrentState() - Method in class org.apache.wiki.workflow.Workflow
getCurrentStep() - Method in class org.apache.wiki.workflow.Workflow
Returns the current Step, or null if the workflow has not started or already completed.
getCurrentUser() - Method in interface org.apache.wiki.api.core.Context
Convenience method that gets the current user.
getCurrentUser() - Method in class org.apache.wiki.WikiContext
Convenience method that gets the current user.
getCurrentWatchDog(Engine) - Static method in class org.apache.wiki.WatchDog
Returns the current watchdog for the current thread.
getCustomProperties(Page, Properties) - Method in class org.apache.wiki.providers.AbstractFileProvider
Get custom properties using AbstractFileProvider.addCustomProperties(Page, Properties), validate them using AbstractFileProvider.validateCustomPageProperties(Properties) and add them to default properties provided
getDataSourceName() - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
 
getDateFormat(Context, Preferences.TimeFormat) - Static method in class org.apache.wiki.preferences.Preferences
Get SimpleTimeFormat according to user browser locale and preferred time formats.
getDecisionQueue() - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Returns the DecisionQueue associated with this WorkflowManager
getDecisionQueue() - Method in interface org.apache.wiki.workflow.WorkflowManager
Returns the DecisionQueue associated with this WorkflowManager
getDefaultOutcome() - Method in class org.apache.wiki.workflow.Decision
Returns the default or suggested outcome, which must be one of those returned by AbstractStep.getAvailableOutcomes().
getDefaultProperties() - Static method in class org.apache.wiki.util.PropertyReader
Returns the property set as a Properties object.
getDelegates() - Method in class org.apache.wiki.markdown.renderer.JSPWikiNodeRendererFactory
getDescription() - Method in class org.apache.wiki.management.SimpleMBean
Customization hook: Override this to get a description for your MBean.
getDescription() - Method in class org.apache.wiki.modules.WikiModuleInfo
The description of what this module does.
getDiff(Context, int, int) - Method in class org.apache.wiki.diff.DefaultDifferenceManager
Returns a diff of two versions of a page.
getDiff(Context, int, int) - Method in interface org.apache.wiki.diff.DifferenceManager
Returns a diff of two versions of a page.
getDifferenceManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( DifferenceManager.class ) instead.
getDynamicAttachment(String) - Method in interface org.apache.wiki.attachment.AttachmentManager
Finds a DynamicAttachment.
getDynamicAttachment(String) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Finds a DynamicAttachment.
getEditedText(PageContext) - Static method in interface org.apache.wiki.ui.EditorManager
Convenience function which examines the current context and attempts to figure out whether the edited text is in the HTTP request parameters or somewhere in the session.
getEditJspPage() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Return the URI to the Edit.jsp page.
getEditorList() - Method in class org.apache.wiki.ui.DefaultEditorManager
Returns a list of editors as Strings of editor names.
getEditorList() - Method in interface org.apache.wiki.ui.EditorManager
Returns a list of editors as Strings of editor names.
getEditorManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( EditorManager.class ) instead.
getEditorName(Context) - Method in class org.apache.wiki.ui.DefaultEditorManager
Returns an editor for the current context.
getEditorName(Context) - Method in interface org.apache.wiki.ui.EditorManager
Returns an editor for the current context.
getEditorPath(Context) - Method in class org.apache.wiki.ui.DefaultEditorManager
Convenience method for getting the path to the editor JSP file.
getEditorPath(Context) - Method in interface org.apache.wiki.ui.EditorManager
Convenience method for getting the path to the editor JSP file.
getEmail() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the user's e-mail address.
getEmail() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the user's e-mail address.
getEndTime() - Method in class org.apache.wiki.workflow.AbstractStep
The end time for this Step.
getEndTime() - Method in interface org.apache.wiki.workflow.Step
The end time for this Step.
getEndTime() - Method in class org.apache.wiki.workflow.Workflow
The end time for this Workflow, expressed as a system time number.
getEngine() - Method in interface org.apache.wiki.api.core.Context
Returns the handling engine.
getEngine() - Method in class org.apache.wiki.auth.login.WikiEngineCallback
Returns the engine.
getEngine() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the Engine to which this PageManager belongs to.
getEngine() - Method in class org.apache.wiki.search.LuceneSearchProvider
Returns the handling engine.
getEngine() - Method in class org.apache.wiki.WikiBackgroundThread
Returns the Engine that created this background thread.
getEngine() - Method in class org.apache.wiki.WikiContext
Returns the handling engine.
getEngine() - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Protected helper method that returns the associated Engine
getEntry(Principal) - Method in interface org.apache.wiki.auth.acl.Acl
Deprecated.
getError() - Method in class org.apache.wiki.forms.FormInfo
Return the error.
getErrors() - Method in class org.apache.wiki.workflow.AbstractStep
Returns a List of error strings generated by this Step.
getErrors() - Method in interface org.apache.wiki.workflow.Step
Returns a List of error strings generated by this Step.
getExpiryTime() - Method in class org.apache.wiki.pages.PageLock
Returns the timestamp on which this lock will expire.
getExternalWiki() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns the name of the wiki if this is an interwiki link.
getExternalWikiPage() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns the wikiname part of an interwiki link.
getExtraClassMappings() - Static method in class org.apache.wiki.util.ClassUtil
 
getFacts() - Method in class org.apache.wiki.workflow.Decision
Returns the Facts associated with this Decision, in the order in which they were added.
getFeedURL() - Method in class org.apache.wiki.rss.Feed
 
getFileExtension(String) - Static method in class org.apache.wiki.providers.BasicAttachmentProvider
Returns the file extension.
getFileName() - Method in interface org.apache.wiki.api.core.Attachment
Returns the file name of the attachment.
getFileName() - Method in class org.apache.wiki.attachment.Attachment
Returns the file name of the attachment.
getFilterList() - Method in class org.apache.wiki.filters.DefaultFilterManager
Returns the list of filters currently installed.
getFilterList() - Method in interface org.apache.wiki.filters.FilterManager
Returns the list of filters currently installed.
getFilterManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( FilterManager.class ) instead.
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.ui.CommandResolver
Returns the correct page name, or null, if no such page can be found.
getFinalPageName(String) - Method in class org.apache.wiki.ui.DefaultCommandResolver
Returns the correct page name, or null, if no such page can be found.
getFinalPageName(String) - Method in class org.apache.wiki.WikiEngine
Returns the correct page name, or null, if no such page can be found.
getForm(Context) - Method in class org.apache.wiki.ui.admin.WikiFormAdminBean
 
getFormat() - Method in class org.apache.wiki.tags.PageDateTag
 
getFormInfo(Context) - Method in class org.apache.wiki.forms.FormElement
Attempts to retrieve information on the currently handled form from the Context.
getForwardPage(HttpServletRequest) - Method in class org.apache.wiki.url.DefaultURLConstructor
This method is not needed for the DefaultURLConstructor.
getForwardPage(HttpServletRequest) - Method in class org.apache.wiki.url.ShortURLConstructor
This method is not needed for the DefaultURLConstructor.
getForwardPage(HttpServletRequest) - Method in class org.apache.wiki.url.ShortViewURLConstructor
Since we're only called from WikiServlet, where we get the VIEW requests, we can safely return this.
getForwardPage(HttpServletRequest) - Method in interface org.apache.wiki.url.URLConstructor
Returns information which JSP page should continue handling this type of request.
getFrontPage() - Method in interface org.apache.wiki.api.core.Engine
Returns the default front page, if no page is used.
getFrontPage() - Method in class org.apache.wiki.WikiEngine
Returns the default front page, if no page is used.
getFullname() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the user's full name.
getFullname() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the user's full name.
getGlobalRSSURL() - Method in interface org.apache.wiki.api.core.Engine
Returns the URL of the global RSS file.
getGlobalRSSURL() - Method in class org.apache.wiki.WikiEngine
Returns the URL of the global RSS file.
getGroup() - Method in class org.apache.wiki.auth.permissions.GroupPermission
Returns the name of the wiki group represented by this permission.
getGroup(String) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Returns the Group matching a given name.
getGroup(String) - Method in interface org.apache.wiki.auth.authorize.GroupManager
Returns the Group matching a given name.
getGroupDatabase() - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Returns the current external GroupDatabase in use.
getGroupDatabase() - Method in interface org.apache.wiki.auth.authorize.GroupManager
Returns the current external GroupDatabase in use.
getGroupManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( GroupManager.class ) instead.
getHandler() - Method in class org.apache.wiki.forms.FormInfo
Return the name of the handler class.
getHash(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Private method that calculates the salted SHA-1 or SHA-256 hash of a given String.
getHashFieldName(HttpServletRequest) - Static method in class org.apache.wiki.filters.SpamFilter
Returns the name of the hash field to be used in this request.
getHistory() - Method in class org.apache.wiki.workflow.Workflow
Returns a Step history for this Workflow as a List, chronologically, from the first Step to the currently executing one.
getHits() - Method in class org.apache.wiki.cache.CacheInfo
 
getHTML(String) - Method in interface org.apache.wiki.render.RenderingManager
Returns the converted HTML of the page.
getHTML(String, int) - Method in class org.apache.wiki.render.DefaultRenderingManager
Returns the converted HTML of the page's specific version.
getHTML(String, int) - Method in interface org.apache.wiki.render.RenderingManager
Returns the converted HTML of the page's specific version.
getHTML(Context, String) - Method in interface org.apache.wiki.render.RenderingManager
Convenience method for rendering, using the default parser and renderer.
getHTML(Context, Page) - Method in class org.apache.wiki.render.DefaultRenderingManager
Returns the converted HTML of the page using a different context than the default context.
getHTML(Context, Page) - Method in interface org.apache.wiki.render.RenderingManager
Returns the converted HTML of the page using a different context than the default context.
getHTML(Context, WikiDocument) - Method in class org.apache.wiki.render.DefaultRenderingManager
Simply renders a WikiDocument to a String.
getHTML(Context, WikiDocument) - Method in interface org.apache.wiki.render.RenderingManager
Simply renders a WikiDocument to a String.
getHtmlTemplate() - Method in class org.apache.wiki.modules.WikiModuleInfo
Return the location of the html template for this module.
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 class org.apache.wiki.WikiContext
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 class org.apache.wiki.WikiContext
If the request did originate from an HTTP request, then the HTTP request can be fetched here.
getId() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getId() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
getId() - Method in class org.apache.wiki.ui.admin.SimpleAdminBean
By default, this method returns the class name of the bean.
getId() - Method in interface org.apache.wiki.ui.GenericHTTPHandler
Get an identifier for this particular AdminBean.
getId() - Method in enum org.apache.wiki.util.URIScheme
 
getId() - Method in class org.apache.wiki.workflow.Decision
Returns the unique identifier for this Decision.
getId() - Method in class org.apache.wiki.workflow.Workflow
Returns the unique identifier for this Workflow.
getIncludeText(String) - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
Returns a text for IncludeResources.
getIndexName() - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
 
getInlineImagePatterns() - Method in class org.apache.wiki.parser.MarkupParser
 
getInstance() - Static method in class org.apache.wiki.event.WikiEventManager
As this is a singleton class, this returns the single instance of this class provided with the property file filename and bit-wise application settings.
getInstance() - Static method in class org.apache.wiki.util.comparators.HumanComparator
Returns a singleton comparator that implements the default behaviour.
getInstance(ServletConfig) - Static method in class org.apache.wiki.WikiEngine
Gets a WikiEngine related to this servlet.
getInstance(ServletConfig, Properties) - Static method in class org.apache.wiki.WikiEngine
Gets a WikiEngine related to the servlet.
getInstance(ServletContext, Properties) - Static method in class org.apache.wiki.WikiEngine
Gets a WikiEngine related to the servlet.
getInstance(Engine) - Static method in class org.apache.wiki.auth.SessionMonitor
Returns the instance of the SessionMonitor for this wiki.
getIntegerProperty(Properties, String, int) - Static method in class org.apache.wiki.util.TextUtil
Gets an integer-valued property from a standard Properties list.
getInternationalizationManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( InternationalizationManager.class ) instead.
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 class org.apache.wiki.WikiEngine
Returns an URL to some other Wiki that we know.
getJSLocalizedStrings(Context) - Static method in interface org.apache.wiki.ui.TemplateManager
Extract all i18n strings in the javascript domain.
getJSP() - Method in interface org.apache.wiki.api.core.Command
Returns the JSP associated with the Command.
getJSP() - Method in class org.apache.wiki.ui.AbstractCommand
 
getJSP() - Method in class org.apache.wiki.WikiContext
Returns the JSP associated with the Command.
getJSPFriendlyName() - Method in class org.apache.wiki.ui.AbstractCommand
Returns the "friendly name" for this command's JSP, namely a beatified version of the JSP's name without the .jsp suffix.
getKendra() - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
 
getLastModified() - Method in interface org.apache.wiki.api.core.Page
Returns the date when this page was last modified.
getLastModified() - Method in class org.apache.wiki.auth.authorize.Group
Returns the last-modified date.
getLastModified() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the last-modified date.
getLastModified() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the last-modified date.
getLastModified() - Method in class org.apache.wiki.WikiPage
Returns the date when this page was last modified.
getLinks() - Method in class org.apache.wiki.LinkCollector
Returns a List of Strings representing links.
getLocale() - Method in interface org.apache.wiki.api.core.Session
Returns a cached Locale object for this user.
getLocale() - Method in class org.apache.wiki.WikiSession
Returns a cached Locale object for this user.
getLocale(Context) - Static method in class org.apache.wiki.preferences.Preferences
Get Locale according to user-preference settings or the user browser locale
getLocker() - Method in class org.apache.wiki.pages.PageLock
Returns the locker name.
getLockExpiry() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the date/time of expiration of the profile's lock, if it has been previously locked via UserProfile.setLockExpiry(Date) and the lock is still active.
getLockExpiry() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the date/time of expiration of the profile's lock, if it has been previously locked via UserProfile.setLockExpiry(Date) and the lock is still active.
getLoginName() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the user's login name.
getLoginName() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the user's login name.
getLoginPrincipal() - Method in interface org.apache.wiki.api.core.Session
Returns the Principal used to log in to an authenticated session.
getLoginPrincipal() - Method in class org.apache.wiki.WikiSession
Returns the Principal used to log in to an authenticated session.
getLoginPrincipal(Set<Principal>) - Method in interface org.apache.wiki.auth.AuthenticationManager
Returns the first Principal in a set that isn't a Role or GroupPrincipal.
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 class org.apache.wiki.WikiEngine
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 class org.apache.wiki.WikiEngine
Retrieves the objects instantiated by the Engine that can be assigned to the requested type.
getMappedClass(String) - Static method in class org.apache.wiki.util.ClassUtil
Finds a mapped class from the c_classMappings list.
getMappedObject(String) - Static method in class org.apache.wiki.util.ClassUtil
This method is used to locate and instantiate a mapped class.
getMappedObject(String, Object...) - Static method in class org.apache.wiki.util.ClassUtil
This method is used to locate and instantiate a mapped class.
getMarkdownNode() - Method in class org.apache.wiki.parser.markdown.MarkdownDocument
 
getMarker(Context, String) - Static method in interface org.apache.wiki.ui.TemplateManager
Returns the include resources marker for a given type.
getMaxElementsAllowed() - Method in class org.apache.wiki.cache.CacheInfo
 
getMaxpages() - Method in class org.apache.wiki.tags.BreadcrumbsTag
Returns the maxpages.
getMaxVersion() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the maximum version of JSPWiki that this module supports.
getMBeanInfo() - Method in class org.apache.wiki.management.SimpleMBean
Return the MBeanInfo structure.
getMessageArguments() - Method in class org.apache.wiki.workflow.Workflow
Returns an array of message arguments, used by MessageFormat to create localized messages.
getMessageKey() - Method in class org.apache.wiki.workflow.AbstractStep
Message key for human-friendly name of this Step, including any parameter substitutions.
getMessageKey() - Method in class org.apache.wiki.workflow.Fact
Returns this Fact's name, as represented an i18n message key.
getMessageKey() - Method in class org.apache.wiki.workflow.Outcome
The i18n key for this outcome, which is prefixed by outcome..
getMessageKey() - Method in interface org.apache.wiki.workflow.Step
Message key for human-friendly name of this Step, including any parameter substitutions.
getMessageKey() - Method in class org.apache.wiki.workflow.Workflow
Returns an i18n message key for the name of this workflow; for example, workflow.saveWikiPage.
getMessages() - Method in interface org.apache.wiki.api.core.Session
Returns all generic messages associated with this session.
getMessages() - Method in class org.apache.wiki.WikiSession
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(String) - Method in class org.apache.wiki.WikiSession
Returns all messages associated with a session topic.
getMethodNames() - Method in class org.apache.wiki.management.SimpleMBean
This method must return a list of operations which are to be exposed by the SimpleMBean.
getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
This method must return a list of operations which are to be exposed by the SimpleMBean.
getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
 
getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.UserBean
 
getMimeType(ServletContext, String) - Method in class org.apache.wiki.rss.Feed
A helper method for figuring out the MIME type for an enclosure.
getMinVersion() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the minimum version of JSPWiki that this module supports.
getMisses() - Method in class org.apache.wiki.cache.CacheInfo
 
getModifier() - Method in class org.apache.wiki.auth.authorize.Group
Returns the name of the user who last modified this group.
getModuleInfo(String) - Method in class org.apache.wiki.filters.DefaultFilterManager
Returns the WikiModuleInfo information about the provided moduleName.
getModuleInfo(String) - Method in interface org.apache.wiki.modules.ModuleManager
Returns the WikiModuleInfo information about the provided moduleName.
getModuleInfo(String) - Method in class org.apache.wiki.plugin.DefaultPluginManager
Returns the WikiModuleInfo information about the provided moduleName.
getModuleInfo(String) - Method in class org.apache.wiki.ui.DefaultEditorManager
Returns the WikiModuleInfo information about the provided moduleName.
getModuleInfo(String) - Method in class org.apache.wiki.ui.DefaultTemplateManager
Returns the WikiModuleInfo information about the provided moduleName.
getModuleUrl() - Method in class org.apache.wiki.modules.WikiModuleInfo
The URL for this getting more information about this module.
getModuleVersion() - Method in class org.apache.wiki.modules.WikiModuleInfo
The current version of the implemented module
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 class org.apache.wiki.auth.acl.UnresolvedPrincipal
Returns the name of the principal.
getName() - Method in class org.apache.wiki.auth.authorize.Group
The name of the group.
getName() - Method in class org.apache.wiki.auth.authorize.Role
Returns the name of the Principal.
getName() - Method in class org.apache.wiki.auth.GroupPrincipal
Returns the name of the group principal.
getName() - Method in class org.apache.wiki.auth.login.PrincipalWrapper
Returns the name of the wrapped principal.
getName() - Method in class org.apache.wiki.auth.WikiPrincipal
Returns the wiki name of the Principal.
getName() - Method in class org.apache.wiki.cache.CacheInfo
 
getName() - Method in class org.apache.wiki.forms.FormInfo
Return the name of the form.
getName() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the common name for this particular module.
getName() - Method in class org.apache.wiki.ui.AbstractCommand
 
getName() - Method in class org.apache.wiki.ui.Editor
 
getName() - Method in class org.apache.wiki.ui.GroupCommand
Returns the name of the command, which will either be the target (if specified), or the "friendly name" for the JSP.
getName() - Method in class org.apache.wiki.ui.PageCommand
 
getName() - Method in class org.apache.wiki.ui.RedirectCommand
 
getName() - Method in class org.apache.wiki.ui.WikiCommand
Always returns the "friendly" JSP name.
getName() - Method in enum org.apache.wiki.util.XHTML
Returns the element type name (AKA generic identifier).
getName() - Method in interface org.apache.wiki.Watchable
Returns a human-readable name of this Watchable.
getName() - Method in class org.apache.wiki.WikiContext
Returns the target of this wiki context: a page, group name or JSP.
getName() - Method in class org.apache.wiki.WikiPage
Returns the name of the page.
getName() - Method in class org.apache.wiki.workflow.SystemPrincipal
getNamedCharacterEntity(int) - Static method in enum org.apache.wiki.util.XHTML
Returns a String containing the named character entity corresponding to the character number num for the range 160-255.
getNewEntryPage(Engine, String) - Method in class org.apache.wiki.plugin.WeblogEntryPlugin
Returns a new page name for entries.
getNewPageName() - Method in class org.apache.wiki.event.WikiPageRenameEvent
Returns the new Wiki page name associated with this event.
getNewProgressIdentifier() - Method in class org.apache.wiki.ui.progress.DefaultProgressManager
You can use this to get an unique process identifier.
getNewProgressIdentifier() - Method in interface org.apache.wiki.ui.progress.ProgressManager
You can use this to get an unique process identifier.
getNewVersion() - Method in class org.apache.wiki.tags.DiffLinkTag
 
getNextPathPart(String, String) - Static method in class org.apache.wiki.ajax.AjaxUtil
Given a requestUri path, find the next uri "fragment" after the "/lastPart/" one.
getNodeRenderingHandlers() - Method in class org.apache.wiki.markdown.renderer.JSPWikiLinkRenderer
getNumberedValues(Map<?, ?>, String) - Static method in class org.apache.wiki.util.FormUtil
Looks up all keys starting with a given prefix and returns the values in an ArrayList.
getOldPageName() - Method in class org.apache.wiki.event.WikiPageRenameEvent
Returns the old Wiki page name associated with this event.
getOutcome() - Method in class org.apache.wiki.workflow.AbstractStep
Returns the Outcome of this Step's processing; by default, Outcome.STEP_CONTINUE.
getOutcome() - Method in interface org.apache.wiki.workflow.Step
Returns the Outcome of this Step's processing; by default, Outcome.STEP_CONTINUE.
getOutlink() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Gets the URL of the outlink image.
getOwner() - Method in class org.apache.wiki.workflow.Workflow
The owner Principal on whose behalf this Workflow is being executed; that is, the user who created the workflow.
getOwnerWorkflows(Session) - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Returns the current workflows a wiki session owns.
getOwnerWorkflows(Session) - Method in interface org.apache.wiki.workflow.WorkflowManager
Returns the current workflows a wiki session owns.
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 class org.apache.wiki.auth.permissions.PagePermission
Returns the name of the wiki page represented by this permission.
getPage() - Method in class org.apache.wiki.pages.PageLock
Returns the name of the page which is locked.
getPage() - Method in class org.apache.wiki.parser.WikiDocument
Return the WikiPage for whom this WikiDocument exists.
getPage() - Method in class org.apache.wiki.rss.Entry
Returns the page set by Entry.setPage(Page).
getPage() - Method in class org.apache.wiki.search.SearchMatcher.SearchResultImpl
Returns Wikipage for this result.
getPage() - Method in interface org.apache.wiki.search.SearchResult
Deprecated.
Return the page.
getPage() - Method in class org.apache.wiki.tags.IncludeTag
 
getPage() - Method in class org.apache.wiki.tags.InsertDiffTag
Gets the page name.
getPage() - Method in class org.apache.wiki.tags.InsertPageTag
 
getPage() - Method in class org.apache.wiki.tags.NoSuchPageTag
 
getPage() - Method in class org.apache.wiki.tags.WikiLinkTag
 
getPage() - Method in class org.apache.wiki.WikiContext
Returns the page that is being handled.
getPage(String) - Method in class org.apache.wiki.pages.DefaultPageManager
Finds the corresponding WikiPage object based on the page name.
getPage(String) - Method in interface org.apache.wiki.pages.PageManager
Finds the corresponding WikiPage object based on the page name.
getPage(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getPage(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getPage(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
Finds the corresponding WikiPage object base on the page name and version.
getPage(String, int) - Method in interface org.apache.wiki.pages.PageManager
Finds the corresponding WikiPage object base on the page name and version.
getPageCount() - Method in interface org.apache.wiki.api.providers.PageProvider
Gets the number of pages.
getPageCount() - Method in class org.apache.wiki.providers.AbstractFileProvider
Gets the number of pages.
getPageCount() - Method in class org.apache.wiki.providers.CachingProvider
Gets the number of pages.
getPageCount() - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Gets the number of pages.
getPageCount() - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Gets the number of pages.
getPageData() - Method in class org.apache.wiki.parser.WikiDocument
Returns the wikimarkup used to render this document.
getPageHTML(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getPageHTML(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getPageHTMLVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getPageHTMLVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getPageInfo(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getPageInfo(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getPageInfo(String, int) - Method in interface org.apache.wiki.api.providers.PageProvider
Returns info about the page.
getPageInfo(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
Finds a WikiPage object describing a particular page and version.
getPageInfo(String, int) - Method in interface org.apache.wiki.pages.PageManager
Finds a WikiPage object describing a particular page and version.
getPageInfo(String, int) - Method in class org.apache.wiki.providers.AbstractFileProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class org.apache.wiki.providers.CachingProvider
Returns info about the page.
getPageInfo(String, int) - Method in class org.apache.wiki.providers.FileSystemProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class org.apache.wiki.providers.VersioningFileProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Returns info about the page.
getPageInfo(String, int) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Returns info about the page.
getPageInfoJsp() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Get the PageInfo.jsp URI.
getPageInfoVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getPageInfoVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getPageManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( PageManager.class ) instead.
getPageName() - Method in class org.apache.wiki.event.WikiPageEvent
Returns the Wiki page name associated with this event.
getPageName() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Get the page name.
getPageName() - Method in exception org.apache.wiki.providers.RepositoryModifiedException
Return the page name given in the constructor.
getPagePermission(String, String) - Static method in class org.apache.wiki.auth.permissions.PermissionFactory
Get a permission object for a WikiPage and a set of actions.
getPagePermission(Page, String) - Static method in class org.apache.wiki.auth.permissions.PermissionFactory
Get a permission object for a WikiPage and a set of actions.
getPageRenamer() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( PageRenamer.class ) instead.
getPages() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
Return the page count in the Wiki.
getPagesDescription() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getPageSorter() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the configured PageSorter.
getPageSorter() - Method in interface org.apache.wiki.pages.PageManager
Returns the configured PageSorter.
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 class org.apache.wiki.pages.DefaultPageManager
Fetches the page text from the repository.
getPageText(String, int) - Method in interface org.apache.wiki.pages.PageManager
Fetches the page text from the repository.
getPageText(String, int) - Method in class org.apache.wiki.providers.AbstractFileProvider
This implementation just returns the current version, as filesystem does not provide versioning information for now.
getPageText(String, int) - Method in class org.apache.wiki.providers.CachingProvider
Gets a specific version out of the repository.
getPageText(String, int) - Method in class org.apache.wiki.providers.VersioningFileProvider
This implementation just returns the current version, as filesystem does not provide versioning information for now.
getPageText(String, int) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Gets a specific version out of the repository.
getPageText(String, int) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Gets a specific version out of the repository.
getPageVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandler
 
getPageVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getParameter(String) - Method in interface org.apache.wiki.api.plugin.PluginElement
Returns a parameter value from the parameter map.
getParameter(String) - Method in class org.apache.wiki.parser.PluginContent
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 class org.apache.wiki.parser.PluginContent
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 class org.apache.wiki.attachment.Attachment
Returns the name of the parent of this Attachment, i.e. the page which contains this attachment.
getParser(Context, String) - Method in class org.apache.wiki.render.DefaultRenderingManager
Returns the wiki Parser
getParser(Context, String) - Method in interface org.apache.wiki.render.RenderingManager
Returns the wiki Parser
getPassword() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the user password for use with custom authentication.
getPassword() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the user password for use with custom authentication.
getPasswordAuthentication() - Method in class org.apache.wiki.util.MailUtil.SmtpAuthenticator
Returns the password used to authenticate to the SMTP server.
getPermissions(Page) - Method in interface org.apache.wiki.auth.acl.AclManager
Returns the access control list for the page.
getPermissions(Page) - Method in class org.apache.wiki.auth.acl.DefaultAclManager
Returns the access control list for the page.
getPluginManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( PluginManager.class ) instead.
getPluginName() - Method in interface org.apache.wiki.api.plugin.PluginElement
Returns the name of the plugin invoked by the DOM element.
getPluginName() - Method in class org.apache.wiki.parser.PluginContent
Returns the name of the plugin invoked by the DOM element.
getPluginPattern() - Method in class org.apache.wiki.plugin.DefaultPluginManager
Returns plugin insert pattern.
getPluginPattern() - Method in interface org.apache.wiki.plugin.PluginManager
Returns plugin insert pattern.
getPluginSearchPath() - Method in interface org.apache.wiki.api.core.Engine
Returns plugins' search path.
getPosition() - Method in class org.apache.wiki.parser.MarkupParser
Return the current position in the reader stream.
getPreference(PageContext, String) - Static method in class org.apache.wiki.preferences.Preferences
Returns a preference value programmatically.
getPreference(Context, String) - Static method in class org.apache.wiki.preferences.Preferences
Returns a preference value programmatically.
getPreviousStep() - Method in class org.apache.wiki.workflow.Workflow
Convenience method that returns the predecessor of the current Step.
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 class org.apache.wiki.auth.acl.AclEntryImpl
Returns the principal for which permissions are granted by this ACL entry.
getPrincipal() - Method in class org.apache.wiki.auth.authorize.Group
Returns the GroupPrincipal that represents this Group.
getPrincipal() - Method in class org.apache.wiki.auth.login.PrincipalWrapper
Returns the wrapped Principal used to construct this instance.
getPrincipal() - Method in class org.apache.wiki.event.WikiSecurityEvent
Returns the principal to whom the operation applied, if supplied.
getPrincipals() - Method in interface org.apache.wiki.api.core.Session
Returns all user Principals associated with this session.
getPrincipals() - Method in class org.apache.wiki.WikiSession
Returns all user Principals associated with this session.
getPrincipals(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Looks up the Principals representing a user from the user database.
getPrincipals(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
Looks up the Principals representing a user from the user database.
getProgress() - Method in class org.apache.wiki.ui.progress.ProgressItem
Returns the progress in percents.
getProgress(String) - Method in class org.apache.wiki.ui.progress.DefaultProgressManager
Get the progress in percents.
getProgress(String) - Method in class org.apache.wiki.ui.progress.DefaultProgressManager.JSONTracker
Returns upload progress in percents so far.
getProgress(String) - Method in interface org.apache.wiki.ui.progress.ProgressManager
Get the progress in percents.
getProgressManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( ProgressManager.class ) instead.
getPropertiesList() - Method in class org.apache.wiki.ui.Installer
Returns the properties as a "key=value" string separated by newlines
getPropertiesPath() - Method in class org.apache.wiki.ui.Installer
 
getProperty(String) - Method in class org.apache.wiki.ui.Installer
Returns a property from the Engine's properties.
getProvider() - Method in class org.apache.wiki.attachment.DynamicAttachment
Returns the provider which is used to generate this attachment.
getProvider() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the page provider currently in use.
getProvider() - Method in interface org.apache.wiki.pages.PageManager
Returns the page provider currently in use.
getProviderDescription() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns a human-readable description of the current provider.
getProviderDescription() - Method in interface org.apache.wiki.pages.PageManager
Returns a human-readable description of the current provider.
getProviderInfo() - Method in interface org.apache.wiki.api.providers.WikiProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.diff.ContextualDiffProvider
 
getProviderInfo() - Method in class org.apache.wiki.diff.DiffProvider.NullDiffProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.diff.ExternalDiffProvider
 
getProviderInfo() - Method in class org.apache.wiki.diff.TraditionalDiffProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.providers.AbstractFileProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Gets the provider class name, and cache statistics (misscount and hitcount of the attachment cache).
getProviderInfo() - Method in class org.apache.wiki.providers.CachingProvider
Gets the provider class name, and cache statistics (misscount and hitcount of page cache and history cache).
getProviderInfo() - Method in class org.apache.wiki.providers.VersioningFileProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.search.BasicSearchProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class org.apache.wiki.search.LuceneSearchProvider
Return a valid HTML string for information.
getPureText(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the pure text of a page, no conversions.
getPureText(String, int) - Method in interface org.apache.wiki.pages.PageManager
Returns the pure text of a page, no conversions.
getPureText(Page) - Method in interface org.apache.wiki.pages.PageManager
Returns the pure text of a page, no conversions.
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 class org.apache.wiki.WikiContext
Gets a reference to the real page whose content is currently being rendered.
getRealProvider() - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Returns the WikiAttachmentProvider that this caching provider delegates to.
getRealProvider() - Method in class org.apache.wiki.providers.CachingProvider
Returns the actual used provider.
getRecentChanges() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns a Collection of WikiPages, sorted in time order of last change (i.e. first object is the most recently changed).
getRecentChanges() - Method in interface org.apache.wiki.pages.PageManager
Returns a Collection of WikiPages, sorted in time order of last change (i.e. first object is the most recently changed).
getRecentChanges(Date) - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
 
getRecentChanges(Date) - Method in class org.apache.wiki.xmlrpc.RPCHandler
getRecentChanges(Date) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
 
getRecentPosts(String, String, String, int) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
Returns a list of the recent posts to this weblog.
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 class org.apache.wiki.WikiContext
Figure out to which page we are really going to.
getReference() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns the link reference, or the link text if null.
getReferenceManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( ReferenceManager.class ) instead.
getReferredBy() - Method in class org.apache.wiki.references.DefaultReferenceManager
Returns the referred-by list.
getRefersTo() - Method in class org.apache.wiki.references.DefaultReferenceManager
Returns the refers-to list.
getRemoteAddress(HttpServletRequest) - Static method in class org.apache.wiki.util.HttpUtil
returns the remote address by looking into x-forwarded-for header or, if unavailable, into ServletRequest.getRemoteAddr().
getRemoteUser() - Method in class org.apache.wiki.ui.WikiRequestWrapper
Returns the remote user for the HTTP request, taking into account both container and JSPWiki custom authentication status.
getRenderedDocument(Context, String) - Method in class org.apache.wiki.render.DefaultRenderingManager
Returns a cached document, if one is found.
getRenderedDocument(Context, String) - Method in interface org.apache.wiki.render.RenderingManager
Returns a cached document, if one is found.
getRenderer(Context, WikiDocument) - Method in class org.apache.wiki.render.DefaultRenderingManager
Returns a WikiRenderer instance, initialized with the given context and doc.
getRenderer(Context, WikiDocument) - Method in interface org.apache.wiki.render.RenderingManager
Returns a WikiRenderer instance, initialized with the given context and doc.
getRenderingManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( RenderingManager.class ) instead.
getRequest() - Method in class org.apache.wiki.auth.login.HttpRequestCallback
Returns the request object.
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 class org.apache.wiki.ui.AbstractCommand
 
getRequestContext() - Method in class org.apache.wiki.WikiContext
Returns the request context.
getRequiredProperty(Properties, String) - Static method in class org.apache.wiki.util.TextUtil
Throws an exception if a property is not found.
getRequiredProperty(Properties, String, String) - Static method in class org.apache.wiki.util.TextUtil
TextUtil.getRequiredProperty(Properties, String) overload that handles deprecated keys, so that a key and its deprecated counterpart can coexist in a given version of JSPWiki.
getResource() - Method in class org.apache.wiki.tags.RequestResourceTag
Returns the resource that is to be added.
getResourceRequests(Context, String) - Static method in interface org.apache.wiki.ui.TemplateManager
Returns resource requests for a particular type.
getResourceTypes(Context) - Static method in interface org.apache.wiki.ui.TemplateManager
Returns all those types that have been requested so far.
getResult() - Method in class org.apache.wiki.forms.FormInfo
Return the result.
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 class org.apache.wiki.auth.authorize.DefaultGroupManager
Returns an array of role Principals this Authorizer knows about.
getRoles() - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Returns an array of role Principals this Authorizer knows about.
getRoles() - Method in interface org.apache.wiki.auth.Authorizer
Returns an array of role Principals this Authorizer knows about.
getRoles() - Method in class org.apache.wiki.WikiSession
Returns an array of Principal objects that represents the groups and roles that the user associated with a Session possesses.
getRoles(Document) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Protected method that extracts the roles from JSPWiki's web application deployment descriptor.
getRootPath() - Method in interface org.apache.wiki.api.core.Engine
Returns the root path.
getRootPath() - Method in class org.apache.wiki.WikiEngine
Returns the root path.
getRootThrowable() - Method in exception org.apache.wiki.api.exceptions.PluginException
Return the original exception.
getRPCVersionSupported() - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
Returns the current supported JSPWiki XML-RPC API.
getRssFile() - Method in class org.apache.wiki.rss.DefaultRSSGenerator
returns the rss file.
getRssFile() - Method in interface org.apache.wiki.rss.RSSGenerator
returns the rss file.
getRSSGenerator() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( RSSGenerator.class ) instead.
getSaltedPassword(byte[], String) - Static method in class org.apache.wiki.util.CryptoUtil
Creates an RFC 2307-compliant salted, hashed password with the SHA1 or SHA-256 MessageDigest algorithm.
getScore() - Method in interface org.apache.wiki.api.search.SearchResult
Returns the score.
getScore() - Method in class org.apache.wiki.search.SearchMatcher.SearchResultImpl
Returns a score for this match.
getScriptLocation() - Method in class org.apache.wiki.modules.WikiModuleInfo
Return the location of the script for this module.
getSearchEngine() - Method in class org.apache.wiki.search.DefaultSearchManager
Returns the SearchProvider used.
getSearchEngine() - Method in interface org.apache.wiki.search.SearchManager
Returns the SearchProvider used.
getSearchManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( SearchManager.class ) instead.
getSection(String, int) - Static method in class org.apache.wiki.util.TextUtil
Gets the given section (separated with "----") from the page text.
getSeparator() - Method in class org.apache.wiki.tags.BreadcrumbsTag
Get the separator string.
getServletContext() - Method in interface org.apache.wiki.api.core.Engine
Returns the ServletContext that this particular Engine was initialized with.
getServletContext() - Method in class org.apache.wiki.WikiEngine
Returns the ServletContext that this particular Engine was initialized with.
getServletMapping() - Method in interface org.apache.wiki.ajax.WikiAjaxServlet
 
getServletMapping() - Method in class org.apache.wiki.auth.DefaultUserManager.JSONUserModule
 
getServletMapping() - Method in class org.apache.wiki.plugin.SampleAjaxPlugin
 
getServletMapping() - Method in class org.apache.wiki.search.DefaultSearchManager.JSONSearch
getServletMapping() - Method in class org.apache.wiki.ui.progress.DefaultProgressManager.JSONTracker
 
getServletName(String) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
Get the ServletName from the requestURI "/ajax/", using AjaxUtil.getNextPathPart(java.lang.String, java.lang.String).
getSiteName(Context) - Static method in class org.apache.wiki.rss.Feed
Figure out a site name for a feed.
getSize() - Method in interface org.apache.wiki.api.core.Page
Returns the size of the page.
getSize() - Method in class org.apache.wiki.WikiPage
Returns the size of the page.
getSortOrder() - Method in class org.apache.wiki.util.comparators.HumanComparator
 
getSpamHash(Page, HttpServletRequest) - Static method in class org.apache.wiki.filters.SpamFilter
This method is used to calculate an unique code when submitting the page to detect edit conflicts.
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.ui.CommandResolver
If the page is a special page, this method returns a direct URL to that page; otherwise, it returns null.
getSpecialPageReference(String) - Method in class org.apache.wiki.ui.DefaultCommandResolver
If the page is a special page, this method returns a direct URL to that page; otherwise, it returns null.
getSpecialPageReference(String) - Method in class org.apache.wiki.WikiEngine
If the page is a special page, then returns a direct URL to that page.
getSrc() - Method in class org.apache.wiki.event.WikiEvent
Convenience method that returns the typed object to which the event applied.
getStartTime() - Method in interface org.apache.wiki.api.core.Engine
Returns the moment when this engine was started.
getStartTime() - Method in class org.apache.wiki.WikiEngine
Returns the moment when this engine was started.
getStartTime() - Method in class org.apache.wiki.workflow.AbstractStep
The start time for this Step.
getStartTime() - Method in interface org.apache.wiki.workflow.Step
The start time for this Step.
getStartTime() - Method in class org.apache.wiki.workflow.Workflow
The start time for this Workflow, expressed as a system time number.
getState() - Method in class org.apache.wiki.ui.progress.ProgressItem
Get the state of the ProgressItem.
getStatus() - Method in interface org.apache.wiki.api.core.Session
Returns the status of the wiki session as a text string.
getStatus() - Method in class org.apache.wiki.forms.FormInfo
Return the status.
getStatus() - Method in class org.apache.wiki.tags.UserCheckTag
Get the status as defined above.
getStatus() - Method in class org.apache.wiki.WikiSession
Returns the status of the wiki session as a text string.
getString() - Method in class org.apache.wiki.render.CleanTextRenderer
Renders and returns the end result.
getString() - Method in class org.apache.wiki.render.CreoleRenderer
Renders and returns the end result.
getString() - Method in class org.apache.wiki.render.markdown.MarkdownRenderer
Renders and returns the end result.
getString() - Method in class org.apache.wiki.render.WikiRenderer
Renders and returns the end result.
getString() - Method in class org.apache.wiki.render.WysiwygEditingRenderer
Renders and returns the end result.
getString() - Method in class org.apache.wiki.render.XHTMLRenderer
Renders and returns the end result.
getString() - Method in class org.apache.wiki.rss.AtomFeed
Returns the XML for the feed contents in a String format.
getString() - Method in class org.apache.wiki.rss.Feed
Returns the XML for the feed contents in a String format.
getString() - Method in class org.apache.wiki.rss.RSS10Feed
Returns the XML for the feed contents in a String format.
getString() - Method in class org.apache.wiki.rss.RSS20Feed
Returns the XML for the feed contents in a String format.
getStringProperty(Properties, String, String) - Static method in class org.apache.wiki.util.TextUtil
Fetches a String property from the set of Properties.
getStringProperty(Properties, String, String, String) - Static method in class org.apache.wiki.util.TextUtil
TextUtil.getStringProperty(Properties, String, String) overload that handles deprecated keys, so that a key and its deprecated counterpart can coexist in a given version of JSPWiki.
getStylesheetLocation() - Method in class org.apache.wiki.modules.WikiModuleInfo
Returns the style sheet location for this module.
getSubject() - Method in interface org.apache.wiki.api.core.Session
Returns the Subject associated to the session.
getSubject() - Method in class org.apache.wiki.WikiSession
Returns the Subject associated to the session.
getSubmission() - Method in class org.apache.wiki.forms.FormInfo
Returns parameter name-value pairs for a Form handler WikiPlugin.
getSuccessor() - Method in class org.apache.wiki.workflow.Task
Identifies the next Step after this Task finishes successfully.
getSuccessor(Outcome) - Method in class org.apache.wiki.workflow.AbstractStep
Identifies the next Step for a particular Outcome; if there is no next Step for this Outcome, this method returns null.
getSuccessor(Outcome) - Method in interface org.apache.wiki.workflow.Step
Identifies the next Step for a particular Outcome; if there is no next Step for this Outcome, this method returns null.
getSuggestions(String, int) - Method in class org.apache.wiki.search.DefaultSearchManager.JSONSearch
Provides a list of suggestions to use for a page name.
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 class org.apache.wiki.event.WikiSecurityEvent
Returns the object that was operated on, if supplied.
getTarget() - Method in class org.apache.wiki.ui.AbstractCommand
 
getTarget() - Method in class org.apache.wiki.WikiContext
Returns the target associated with a Command, if it was created with one.
getTasksManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( TaskManager.class ) instead.
getTemplate() - Method in interface org.apache.wiki.api.core.Context
Gets the template that is to be used throughout this request.
getTemplate() - Method in class org.apache.wiki.tags.WikiLinkTag
 
getTemplate() - Method in class org.apache.wiki.WikiContext
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 class org.apache.wiki.WikiEngine
Returns the current template directory.
getTemplateManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( TemplateManager.class ) instead.
getText() - Method in interface org.apache.wiki.api.plugin.PluginElement
The main invocation for the plugin.
getText() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns the link text.
getText() - Method in class org.apache.wiki.parser.PluginContent
The main invocation for the plugin.
getText() - Method in class org.apache.wiki.parser.VariableContent
Returns exactly getValue().
getText(String) - Method in interface org.apache.wiki.pages.PageManager
Returns the un-HTMLized text of the latest version of a page.
getText(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the un-HTMLized text of the given version of a page.
getText(String, int) - Method in interface org.apache.wiki.pages.PageManager
Returns the un-HTMLized text of the given version of a page.
getText(Page) - Method in interface org.apache.wiki.pages.PageManager
Returns the un-HTMLized text of the given version of a page in the given context.
getTextResource(String) - Method in class org.apache.wiki.modules.WikiModuleInfo
Attempts to locate a resource from a JAR file and returns it as a string.
getThrowingMethod(Throwable) - Static method in class org.apache.wiki.util.FileUtil
Returns the class and method name (+a line number) in which the Throwable was thrown.
getTimeLeft() - Method in class org.apache.wiki.pages.PageLock
Returns the amount of time left in minutes, rounded up to the nearest minute (so you get a zero only at the last minute).
getTitle() - Method in class org.apache.wiki.rss.Entry
Returns the title.
getTitle() - Method in class org.apache.wiki.tags.RSSImageLinkTag
Returns the title.
getTitle() - Method in interface org.apache.wiki.ui.admin.AdminBean
Return a human-readable title for this AdminBean.
getTitle() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getTitle() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
Return a human-readable title for this AdminBean.
getTitle() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
getTitle() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
Return a human-readable title for this AdminBean.
getTitle() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
 
getTitle() - Method in class org.apache.wiki.ui.admin.beans.UserBean
 
getTotalPageCount() - Method in class org.apache.wiki.pages.DefaultPageManager
Returns the total count of all pages in the repository.
getTotalPageCount() - Method in interface org.apache.wiki.pages.PageManager
Returns the total count of all pages in the repository.
getType() - Method in class org.apache.wiki.auth.WikiPrincipal
getType() - Method in class org.apache.wiki.event.WikiEvent
Returns the type of this event.
getType() - Method in class org.apache.wiki.tags.RequestResourceTag
Get the resource type.
getType() - Method in interface org.apache.wiki.ui.admin.AdminBean
Returns a type (UNKNOWN, EDITOR, etc).
getType() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getType() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
Returns a type (UNKNOWN, EDITOR, etc).
getType() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
getType() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
Returns a type (UNKNOWN, EDITOR, etc).
getType() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
 
getType() - Method in class org.apache.wiki.ui.admin.beans.UserBean
 
getTypeDescription() - Method in class org.apache.wiki.event.WikiEngineEvent
Returns a human-readable description of the event type.
getTypeDescription() - Method in class org.apache.wiki.event.WikiEvent
Returns a String (human-readable) description of an event type.
getTypeDescription() - Method in class org.apache.wiki.event.WikiPageEvent
Returns a human-readable description of the event type.
getTypeDescription() - Method in class org.apache.wiki.event.WikiPageRenameEvent
Returns a human-readable description of the event type.
getTypeDescription() - Method in class org.apache.wiki.event.WikiSecurityEvent
Returns a human-readable description of the event type.
getTypeFromString(String) - Method in interface org.apache.wiki.ui.admin.AdminBeanManager
Returns the type identifier for a string type.
getTypeFromString(String) - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
Returns the type identifier for a string type.
getUid() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the unique identifier for the user profile.
getUid() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the unique identifier for the user profile.
getURL() - Method in class org.apache.wiki.rss.Entry
Return the URL set by setURL().
getURL(String, String) - Method in interface org.apache.wiki.api.core.Context
Creates a URL for the given request context.
getURL(String, String) - Method in class org.apache.wiki.WikiContext
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 class org.apache.wiki.WikiContext
Returns a URL from a page.
getURL(String, String, String) - Method in class org.apache.wiki.WikiEngine
Returns an URL if a WikiContext is not available.
getURLConstructor() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( URLConstructor.class ) instead.
getUrlPattern() - Method in enum org.apache.wiki.api.core.ContextEnum
 
getURLPattern() - Method in interface org.apache.wiki.api.core.Command
Returns the URL pattern associated with this Command.
getURLPattern() - Method in class org.apache.wiki.ui.AbstractCommand
 
getURLPattern() - Method in class org.apache.wiki.WikiContext
Returns the URL pattern associated with this Command.
getURLPattern(String, String) - Static method in class org.apache.wiki.url.DefaultURLConstructor
Returns the URL pattern for a supplied wiki request context.
getUserCookie(HttpServletRequest) - Static method in class org.apache.wiki.auth.login.CookieAssertionLoginModule
Returns the username cookie value.
getUserDatabase() - Method in class org.apache.wiki.auth.DefaultUserManager
Returns the UserDatabase employed by this Engine.
getUserDatabase() - Method in class org.apache.wiki.auth.login.UserDatabaseCallback
Returns the user database object.
getUserDatabase() - Method in interface org.apache.wiki.auth.UserManager
Returns the UserDatabase employed by this Engine.
getUserInfo(String) - Method in class org.apache.wiki.auth.DefaultUserManager.JSONUserModule
Directly returns the UserProfile object attached to an uid.
getUserManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( UserManager.class ) instead.
getUserPrincipal() - Method in interface org.apache.wiki.api.core.Session
Returns the primary user Principal associated with this session.
getUserPrincipal() - Method in class org.apache.wiki.ui.WikiRequestWrapper
Returns the user principal for the HTTP request, taking into account both container and JSPWiki custom authentication status.
getUserPrincipal() - Method in class org.apache.wiki.WikiSession
Returns the primary user Principal associated with this session.
getUserProfile(Session) - Method in class org.apache.wiki.auth.DefaultUserManager
Retrieves the UserProfile for the user in a session.
getUserProfile(Session) - Method in interface org.apache.wiki.auth.UserManager
Retrieves the UserProfile for the user in a session.
getValue() - Method in interface org.apache.wiki.api.plugin.PluginElement
Returns the rendered plugin.
getValue() - Method in class org.apache.wiki.parser.PluginContent
Returns the rendered plugin.
getValue() - Method in class org.apache.wiki.parser.VariableContent
Evaluates the variable and returns the contents.
getValue() - Method in class org.apache.wiki.workflow.Fact
Returns this Fact's value.
getValue(Context, String) - Method in class org.apache.wiki.variables.DefaultVariableManager
Returns a value of the named variable.
getValue(Context, String) - Method in interface org.apache.wiki.variables.VariableManager
Returns a value of the named variable.
getValue(Context, String, String) - Method in class org.apache.wiki.variables.DefaultVariableManager
Returns the value of a named variable.
getValue(Context, String, String) - Method in interface org.apache.wiki.variables.VariableManager
Returns the value of a named variable.
getValues(Map<?, ?>, String) - Static method in class org.apache.wiki.util.FormUtil
Looks for a named value in the Map.
getVar() - Method in class org.apache.wiki.tags.VariableTag
 
getVariable(String) - Method in interface org.apache.wiki.api.core.Context
Gets a previously set variable.
getVariable(String) - Method in class org.apache.wiki.WikiContext
Gets a previously set variable.
getVariable(Context, String) - Method in class org.apache.wiki.variables.DefaultVariableManager
Shortcut to getValue().
getVariable(Context, String) - Method in interface org.apache.wiki.variables.VariableManager
Shortcut to getValue().
getVariableInfo(TagData) - Method in class org.apache.wiki.tags.AdminBeanIteratorInfo
getVariableInfo(TagData) - Method in class org.apache.wiki.tags.AttachmentsIteratorInfo
getVariableInfo(TagData) - Method in class org.apache.wiki.tags.CheckLockInfo
getVariableInfo(TagData) - Method in class org.apache.wiki.tags.EditorIteratorInfo
 
getVariableInfo(TagData) - Method in class org.apache.wiki.tags.HistoryIteratorInfo
 
getVariableInfo(TagData) - Method in class org.apache.wiki.tags.SearchResultIteratorInfo
 
getVariableManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( VariableManager.class ) instead.
getVersion() - Method in interface org.apache.wiki.api.core.Page
Returns the version that this WikiPage instance represents.
getVersion() - Method in class org.apache.wiki.tags.DiffLinkTag
 
getVersion() - Method in class org.apache.wiki.tags.LinkTag
 
getVersion() - Method in class org.apache.wiki.tags.LinkToTag
 
getVersion() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getVersion() - Method in class org.apache.wiki.WikiPage
Returns the version that this WikiPage instance represents.
getVersionDescription() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
 
getVersionHistory(String) - Method in interface org.apache.wiki.api.providers.PageProvider
Returns version history.
getVersionHistory(String) - Method in interface org.apache.wiki.attachment.AttachmentManager
Returns a list of versions of the attachment.
getVersionHistory(String) - Method in class org.apache.wiki.attachment.DefaultAttachmentManager
Returns a list of versions of the attachment.
getVersionHistory(String) - Method in class org.apache.wiki.pages.DefaultPageManager
Gets a version history of page.
getVersionHistory(String) - Method in interface org.apache.wiki.pages.PageManager
Gets a version history of page.
getVersionHistory(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
The FileSystemProvider provides only one version.
getVersionHistory(String) - Method in class org.apache.wiki.providers.CachingProvider
Returns version history.
getVersionHistory(String) - Method in class org.apache.wiki.providers.VersioningFileProvider
The FileSystemProvider provides only one version.
getVersionHistory(String) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Returns version history.
getVersionHistory(String) - Method in interface org.apache.wiki.providers.WikiPageProvider
Deprecated.
Returns version history.
getVersionHistory(Attachment) - Method in interface org.apache.wiki.api.providers.AttachmentProvider
Returns version history.
getVersionHistory(Attachment) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Returns version history.
getVersionHistory(Attachment) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Returns version history.
getVersionHistory(Attachment) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Returns version history.
getVersionHistory(Attachment) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
Deprecated.
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.
getViewURL(String) - Method in interface org.apache.wiki.api.core.Context
A shortcut to generate a VIEW url.
getViewURL(String) - Method in class org.apache.wiki.WikiContext
A shortcut to generate a VIEW url.
getWebXml() - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Returns an Document representing JSPWiki's web application deployment descriptor.
getWhen() - Method in class org.apache.wiki.event.WikiEvent
Returns the timestamp of when this WikiEvent occurred.
getWiki() - Method in interface org.apache.wiki.api.core.Page
Returns the wiki name for this page
getWiki() - Method in class org.apache.wiki.auth.authorize.Group
Returns the wiki name.
getWiki() - Method in class org.apache.wiki.auth.permissions.AllPermission
Returns the name of the wiki containing the page represented by this permission; may return the wildcard string.
getWiki() - Method in class org.apache.wiki.auth.permissions.GroupPermission
Returns the name of the wiki containing the group represented by this permission; may return the wildcard string.
getWiki() - Method in class org.apache.wiki.auth.permissions.PagePermission
Returns the name of the wiki containing the page represented by this permission; may return the wildcard string.
getWiki() - Method in class org.apache.wiki.auth.permissions.WikiPermission
Returns the name of the wiki containing the page represented by this permission; may return the wildcard string.
getWiki() - Method in class org.apache.wiki.WikiPage
Returns the wiki name for this page
getWikiContext(ServletRequest) - Method in class org.apache.wiki.ui.WikiServletFilter
Figures out the wiki context from the request.
getWikiEventListeners(Object) - Static method in class org.apache.wiki.event.WikiEventManager
Return the Set containing the WikiEventListeners attached to the delegate for the supplied client.
getWikiJspPage() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Get the URI to the Wiki.jsp view.
getWikiLink() - Method in class org.apache.wiki.markdown.nodes.JSPWikiLink
getter.
getWikiName() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns the user's wiki name.
getWikiName() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns the user's wiki name, based on the full name with all whitespace removed.
getWikiNames() - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op.
getWikiNames() - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
Returns all WikiNames that are stored in the UserDatabase as an array of WikiPrincipal objects.
getWikiNames() - Method in interface org.apache.wiki.auth.user.UserDatabase
Returns all WikiNames that are stored in the UserDatabase as an array of Principal objects.
getWikiNames() - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Returns all WikiNames that are stored in the UserDatabase as an array of Principal objects.
getWikiProperties() - Method in interface org.apache.wiki.api.core.Engine
Returns the set of properties that the Engine was initialized with.
getWikiProperties() - Method in class org.apache.wiki.WikiEngine
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 class org.apache.wiki.WikiContext
Returns the Session associated with the context.
getWikiSession(Engine, HttpServletRequest) - Static method in class org.apache.wiki.WikiSession
Static factory method that returns the Session object associated with the current HTTP request.
getWikiString() - Method in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator
Outputs parsed wikitext.
getWorkDir() - Method in interface org.apache.wiki.api.core.Engine
Returns the JSPWiki working directory set with "jspwiki.workDir".
getWorkDir() - Method in class org.apache.wiki.WikiEngine
Returns the JSPWiki working directory set with "jspwiki.workDir".
getWorkflowContext() - Method in class org.apache.wiki.workflow.AbstractStep
 
getWorkflowId() - Method in class org.apache.wiki.workflow.AbstractStep
 
getWorkflowManager() - Method in class org.apache.wiki.WikiEngine
Deprecated.
use getManager( WorkflowManager.class ) instead.
getWorkflows() - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Returns a collection of the currently active workflows.
getWorkflows() - Method in interface org.apache.wiki.workflow.WorkflowManager
Returns a collection of the currently active workflows.
getWorkflowsAsMap() - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Returns a map of the currently active workflows.
getWorkflowsAsMap() - Method in interface org.apache.wiki.workflow.WorkflowManager
Returns a map of the currently active workflows.
getWysiwygRenderer(Context, WikiDocument) - Method in class org.apache.wiki.render.DefaultRenderingManager
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc.
getWysiwygRenderer(Context, WikiDocument) - Method in interface org.apache.wiki.render.RenderingManager
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc.
getXPathElement(Element, String) - Static method in class org.apache.wiki.util.XmlUtil
 
Group - Class in org.apache.wiki.auth.authorize
Groups are a specialized type of ad-hoc role used by the wiki system.
Group(String, String) - Constructor for class org.apache.wiki.auth.authorize.Group
Protected constructor to prevent direct instantiation except by other package members.
GROUP_ADD - Static variable in class org.apache.wiki.event.WikiSecurityEvent
When a new wiki group is added.
GROUP_CLEAR_GROUPS - Static variable in class org.apache.wiki.event.WikiSecurityEvent
When all wiki groups are removed from GroupDatabase.
GROUP_DELETE - org.apache.wiki.api.core.ContextEnum
 
GROUP_EDIT - org.apache.wiki.api.core.ContextEnum
 
GROUP_REMOVE - Static variable in class org.apache.wiki.event.WikiSecurityEvent
When a wiki group is deleted.
GROUP_VIEW - org.apache.wiki.api.core.ContextEnum
 
GroupCommand - Class in org.apache.wiki.ui
Defines Commands for viewing, editing and deleting wiki groups.
GroupDatabase - Interface in org.apache.wiki.auth.authorize
Defines an interface for loading, persisting and storing wiki groups.
GroupManager - Interface in org.apache.wiki.auth.authorize
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.
GroupPermission - Class in org.apache.wiki.auth.permissions
Permission to perform an operation on a group in a given wiki.
GroupPermission(String, String) - Constructor for class org.apache.wiki.auth.permissions.GroupPermission
Creates a new GroupPermission for a specified group and set of actions.
GroupPrincipal - Class in org.apache.wiki.auth
Immutable Principal that represents a Group.
GroupPrincipal(String) - Constructor for class org.apache.wiki.auth.GroupPrincipal
Constructs a new GroupPrincipal object with a supplied name.
groups() - Method in interface org.apache.wiki.auth.authorize.GroupDatabase
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.
groups() - Method in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.
groups() - Method in class org.apache.wiki.auth.authorize.XMLGroupDatabase
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.
Groups - Class in org.apache.wiki.plugin
Prints the groups managed by this wiki, separated by commas.
Groups() - Constructor for class org.apache.wiki.plugin.Groups
 
guessValidURI(String) - Static method in class org.apache.wiki.util.HttpUtil
Attempts to form a valid URI based on the string given.
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 class org.apache.wiki.spi.SessionSPIDefaultImpl
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 - Static variable in class org.apache.wiki.auth.WikiPrincipal
Represents an anonymous user.
guestSession(Engine) - Static method in class org.apache.wiki.WikiSession
Static factory method that creates a new "guest" session containing a single user Principal WikiPrincipal.GUEST, plus the role principals Role.ALL and Role.ANONYMOUS.

H

h1 - org.apache.wiki.util.XHTML
 
h1 - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
h1(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an h1 element.
h1(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an h1 element.
H1Decorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an H1 element.
H1Decorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.H1Decorator
 
h2 - org.apache.wiki.util.XHTML
 
h2 - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
h2(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an h2 element.
h2(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an h2 element.
H2Decorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an H2 element.
H2Decorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.H2Decorator
 
h3 - org.apache.wiki.util.XHTML
 
h3 - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
h3(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an h3 element.
h3(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an h3 element.
H3Decorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an H3 element.
H3Decorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.H3Decorator
 
h4 - org.apache.wiki.util.XHTML
 
h4 - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
h4(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an h4 element.
h4(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an h4 element.
H4Decorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an H4 element.
H4Decorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.H4Decorator
 
h5 - org.apache.wiki.util.XHTML
 
h6 - org.apache.wiki.util.XHTML
 
HaddockPage - Interface in org.apache.wiki.pages.haddock
 
handle(Callback[]) - Method in class org.apache.wiki.auth.login.WebContainerCallbackHandler
 
handle(Callback[]) - Method in class org.apache.wiki.auth.login.WikiCallbackHandler
 
handlePost(Context, HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.ui.admin.WikiFormAdminBean
 
handleResponse(Context, Map<?, ?>) - Method in class org.apache.wiki.ui.admin.WikiFormAdminBean
 
HANDLERPARAM_PREFIX - Static variable in class org.apache.wiki.forms.FormElement
In order to make the form-to-handler parameter transfer easier, we prefix all user-specified FORM element names with HANDLERPARAM_PREFIX the HTML output.
hasAccess(Context, HttpServletResponse) - Method in interface org.apache.wiki.auth.AuthorizationManager
Checks whether the current user has access to the wiki context, by obtaining the required Permission (Command.requiredPermission()) and delegating the access check to AuthorizationManager.checkPermission(Session, Permission).
hasAccess(Context, HttpServletResponse, boolean) - Method in interface org.apache.wiki.auth.AuthorizationManager
Checks whether the current user has access to the wiki context (and optionally redirects if not), by obtaining the required Permission (Command.requiredPermission()) and delegating the access check to AuthorizationManager.checkPermission(Session, Permission).
hasAccess(Context, HttpServletResponse, boolean) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Checks whether the current user has access to the wiki context (and optionally redirects if not), by obtaining the required Permission (Command.requiredPermission()) and delegating the access check to AuthorizationManager.checkPermission(Session, Permission).
hasAdminPermissions() - Method in interface org.apache.wiki.api.core.Context
Returns true, if the current user has administrative permissions (i.e. the omnipotent AllPermission).
hasAdminPermissions() - Method in class org.apache.wiki.WikiContext
Returns true, if the current user has administrative permissions (i.e. the omnipotent AllPermission).
hasAttachments(Page) - Method in interface org.apache.wiki.attachment.AttachmentManager
Returns true, if the page has any attachments at all.
HasAttachmentsTag - Class in org.apache.wiki.tags
Includes body if page has attachments.
HasAttachmentsTag() - Constructor for class org.apache.wiki.tags.HasAttachmentsTag
 
hashCode() - Method in class org.apache.wiki.auth.acl.UnresolvedPrincipal
The hashCode of this object is equal to the hash code of its name.
hashCode() - Method in class org.apache.wiki.auth.authorize.Group
The hashcode is calculated as a XOR sum over all members of the Group.
hashCode() - Method in class org.apache.wiki.auth.authorize.Role
Returns a unique hashcode for the Role.
hashCode() - Method in class org.apache.wiki.auth.GroupPrincipal
Returns the hashcode for this object.
hashCode() - Method in class org.apache.wiki.auth.login.PrincipalWrapper
The hashcode is based on the hashcode of the wrapped principal.
hashCode() - Method in class org.apache.wiki.auth.permissions.AllPermission
Returns the hash code for this WikiPermission.
hashCode() - Method in class org.apache.wiki.auth.permissions.GroupPermission
Returns the hash code for this GroupPermission.
hashCode() - Method in class org.apache.wiki.auth.permissions.PagePermission
Returns the hash code for this PagePermission.
hashCode() - Method in class org.apache.wiki.auth.permissions.WikiPermission
Returns the hash code for this WikiPermission.
hashCode() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
 
hashCode() - Method in class org.apache.wiki.auth.WikiPrincipal
The hashCode() returned for the WikiPrincipal is the same as for its name.
hashCode() - Method in class org.apache.wiki.modules.WikiModuleInfo
hashCode() - Method in class org.apache.wiki.WikiPage
hashCode() - Method in class org.apache.wiki.workflow.Fact
hashCode() - Method in class org.apache.wiki.workflow.Outcome
The hashcode of an Outcome is identical to the hashcode of its message key, multiplied by 2 if it is a "completion" Outcome.
HASHLINK - Static variable in class org.apache.wiki.parser.MarkupParser
 
hasMetadata() - Method in interface org.apache.wiki.api.core.Page
Returns true if the page has valid metadata; that is, it has been parsed.
hasMetadata() - Method in class org.apache.wiki.WikiPage
Returns true if the page has valid metadata; that is, it has been parsed.
hasPrincipal(Principal) - Method in interface org.apache.wiki.api.core.Session
Returns true if the Session's Subject possess a supplied Principal.
hasPrincipal(Principal) - Method in class org.apache.wiki.WikiSession
Returns true if the Session's Subject possess a supplied Principal.
hasRef() - Method in class org.apache.wiki.markdown.nodes.JSPWikiLink
getter.
hasReference() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns true, if there is a reference.
hasRoleOrPrincipal(Session, Principal) - Method in interface org.apache.wiki.auth.AuthorizationManager
Determines if the Subject associated with a supplied Session contains a desired user Principal or built-in Role principal, OR is a member a Group or external Role.
hasRoleOrPrincipal(Session, Principal) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Determines if the Subject associated with a supplied Session contains a desired user Principal or built-in Role principal, OR is a member a Group or external Role.
head - org.apache.wiki.util.XHTML
 
heading() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
html blob describing the values of each WikiModuleInfo inspected.
heading() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
html blob describing the values of each WikiModuleInfo inspected.
heading() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
html blob describing the values of each WikiModuleInfo inspected.
Heading - Class in org.apache.wiki.parser
This class is used to store the headings in a manner which allow the building of a Table Of Contents.
Heading() - Constructor for class org.apache.wiki.parser.Heading
 
HEADING_LARGE - Static variable in class org.apache.wiki.parser.Heading
Defines a large heading.
HEADING_MEDIUM - Static variable in class org.apache.wiki.parser.Heading
Defines a medium-size heading.
HEADING_SMALL - Static variable in class org.apache.wiki.parser.Heading
Defines a small heading.
headingAdded(Context, Heading) - Method in interface org.apache.wiki.parser.HeadingListener
Is called whenever a heading is encountered in the stream.
headingAdded(Context, Heading) - Method in class org.apache.wiki.plugin.TableOfContents
Is called whenever a heading is encountered in the stream.
HeadingListener - Interface in org.apache.wiki.parser
Provides a listener interface for headings.
hexToBin(char) - Static method in class org.apache.wiki.util.ByteUtils
Converts a single hex character into its integer equivalent.
hide() - Method in class org.apache.wiki.forms.FormInfo
Returns true, if the form is supposed to be hidden.
HIDE_SUCCESS - Static variable in class org.apache.wiki.forms.FormElement
Show values.
HistoryIteratorInfo - Class in org.apache.wiki.tags
Just provides the TEI data for HistoryIteratorTag.
HistoryIteratorInfo() - Constructor for class org.apache.wiki.tags.HistoryIteratorInfo
 
HistoryIteratorTag - Class in org.apache.wiki.tags
Iterates through tags.
HistoryIteratorTag() - Constructor for class org.apache.wiki.tags.HistoryIteratorTag
 
hit() - Method in class org.apache.wiki.cache.CacheInfo
 
hoverLoginArea() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Hover's the user's icon, so the login area gets visible.
hoverMoreArea() - Method in class org.apache.wiki.pages.haddock.ViewWikiPage
Hover's the More tab, making its associated pane visible.
hr - org.apache.wiki.util.XHTML
 
hr - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
hr(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an hr element.
hr(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an hr element.
HrDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an HR element.
HrDecorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.HrDecorator
 
html - org.apache.wiki.util.XHTML
 
HTML - Static variable in class org.apache.wiki.tags.InsertPageTag
 
htmlBase - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
HtmlStringToWikiTranslator - Class in org.apache.wiki.htmltowiki
Converting Html to Wiki Markup with NekoHtml for converting html to xhtml and Xhtml2WikiTranslator for converting xhtml to Wiki Markup.
HtmlStringToWikiTranslator(Engine) - Constructor for class org.apache.wiki.htmltowiki.HtmlStringToWikiTranslator
Create a new translator.
HTTP - org.apache.wiki.util.URIScheme
 
HttpRequestCallback - Class in org.apache.wiki.auth.login
Callback for requesting and supplying a HttpServletRequest required by a LoginModule.
HttpRequestCallback() - Constructor for class org.apache.wiki.auth.login.HttpRequestCallback
 
HTTPS - org.apache.wiki.util.URIScheme
 
HttpUtil - Class in org.apache.wiki.util
Contains useful utilities for some common HTTP tasks.
HumanComparator - Class in org.apache.wiki.util.comparators
A comparator that sorts Strings using "human" ordering, including decimal ordering.
HumanComparator() - Constructor for class org.apache.wiki.util.comparators.HumanComparator
Default constructor which does nothing.
HumanComparator(HumanComparator.CharType[]) - Constructor for class org.apache.wiki.util.comparators.HumanComparator
Constructor specifying all the character type order.
HumanComparator.CharType - Enum in org.apache.wiki.util.comparators
 

I

i - org.apache.wiki.util.XHTML
 
I18NDEFAULT_LOCALE - Static variable in interface org.apache.wiki.ui.TemplateManager
I18N string to mark the default locale
I18NRESOURCE_EN - Static variable in interface org.apache.wiki.ui.TemplateManager
The default (en) RESOURCE name and id.
I18NRESOURCE_EN_ID - Static variable in interface org.apache.wiki.ui.TemplateManager
 
I18NRESOURCE_PREFIX - Static variable in interface org.apache.wiki.ui.TemplateManager
Location of I18N Resource bundles, and path prefix and suffixes
I18NRESOURCE_SUFFIX - Static variable in interface org.apache.wiki.ui.TemplateManager
 
I18NSERVER_TIMEZONE - Static variable in interface org.apache.wiki.ui.TemplateManager
I18N string to mark the server timezone
id - Variable in enum org.apache.wiki.util.URIScheme
 
ID - Static variable in class org.apache.wiki.ui.InputValidator
 
ID_NOT_SET - Static variable in class org.apache.wiki.workflow.Workflow
ID value: the workflow ID has not been set.
ifInclude(Context, Map<String, String>) - Static method in class org.apache.wiki.plugin.IfPlugin
Returns a boolean result based on processing the WikiContext and parameter Map as according to the rules stated in the IfPlugin documentation.
IfNoSearchResultsTag - Class in org.apache.wiki.tags
If there have been no search results, then outputs the body text.
IfNoSearchResultsTag() - Constructor for class org.apache.wiki.tags.IfNoSearchResultsTag
 
IfPlugin - Class in org.apache.wiki.plugin
The IfPlugin allows parts of a WikiPage to be executed conditionally, and is intended as a flexible way of customizing a page depending on certain conditions.
IfPlugin() - Constructor for class org.apache.wiki.plugin.IfPlugin
 
iframe - org.apache.wiki.util.XHTML
 
IGNORE - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
The token is to be ignored.
ignoredCssClass - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
image(String, Map<String, Object>) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an image element.
image(String, Map<String, Object>) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an image element.
Image - Class in org.apache.wiki.plugin
Provides an image plugin for better control than is possible with a simple image inclusion.
Image() - Constructor for class org.apache.wiki.plugin.Image
 
IMAGE - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
ImageDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from an XHTML Image.
ImageDecorator(PrintWriter, XHtmlToWikiConfig) - Constructor for class org.apache.wiki.htmltowiki.syntax.ImageDecorator
 
IMAGELINK - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
ImageLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
NodeAttributeProviderState which sets the attributes for image links.
ImageLinkAttributeProviderState(Context, String, boolean) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.ImageLinkAttributeProviderState
 
ImageLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
NodePostProcessorState which further post processes image links.
ImageLinkNodePostProcessorState(Context, String, boolean) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ImageLinkNodePostProcessorState
 
IMAGEWIKILINK - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
img - org.apache.wiki.util.XHTML
 
img - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
img(String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
Return an XHTML img element with an required 'src' attribute and optional 'alt' alternative text value.
img(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an image element.
img(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an image element.
implies(Permission) - Method in class org.apache.wiki.auth.permissions.AllPermission
WikiPermission can only imply other WikiPermissions; no other permission types are implied.
implies(Permission) - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
Iterates through the AllPermission objects stored by this AllPermissionCollection and determines if any of them imply a supplied Permission.
implies(Permission) - Method in class org.apache.wiki.auth.permissions.GroupPermission
GroupPermissions can only imply other GroupPermissions; no other permission types are implied.
implies(Permission) - Method in class org.apache.wiki.auth.permissions.PagePermission
PagePermission can only imply other PagePermissions; no other permission types are implied.
implies(Permission) - Method in class org.apache.wiki.auth.permissions.WikiPermission
WikiPermission can only imply other WikiPermissions; no other permission types are implied.
IncludeResourcesTag - Class in org.apache.wiki.tags
This tag is used to include any programmatic includes into the output stream.
IncludeResourcesTag() - Constructor for class org.apache.wiki.tags.IncludeResourcesTag
 
IncludeTag - Class in org.apache.wiki.tags
Includes an another JSP page, making sure that we actually pass the WikiContext correctly.
IncludeTag() - Constructor for class org.apache.wiki.tags.IncludeTag
 
IndexPlugin - Class in org.apache.wiki.plugin
A Plugin that creates an index of pages according to a certain pattern.
IndexPlugin() - Constructor for class org.apache.wiki.plugin.IndexPlugin
 
info(String) - Method in interface org.apache.wiki.cache.CachingManager
Retrieves cache usage information.
info(String) - Method in class org.apache.wiki.cache.EhcacheCachingManager
Retrieves cache usage information.
INFO - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message prefix for information messages.
INFO - Static variable in class org.apache.wiki.ui.PageCommand
 
INFO - Static variable in class org.apache.wiki.WikiContext
User is viewing page history.
INFO_DB - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for user database information messages.
INFO_GROUPS - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for group database information messages.
INFO_JAAS - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for JAAS information messages.
INFO_POLICY - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for policy information messages.
INFO_ROLES - Static variable in class org.apache.wiki.auth.SecurityVerifier
Message topic for role-checking information messages.
init(PrintWriter, Deque<String>, Deque<String>, WhitespaceTrimWriter, XHtmlToWikiConfig, XHtmlElementToWikiTranslator) - Method in class org.apache.wiki.htmltowiki.syntax.jspwiki.JSPWikiSyntaxDecorator
Prepares the syntax decorator.
init(PrintWriter, Deque<String>, Deque<String>, WhitespaceTrimWriter, XHtmlToWikiConfig, XHtmlElementToWikiTranslator) - Method in class org.apache.wiki.htmltowiki.syntax.markdown.MarkdownSyntaxDecorator
Prepares the syntax decorator.
init(PrintWriter, Deque<String>, Deque<String>, WhitespaceTrimWriter, XHtmlToWikiConfig, XHtmlElementToWikiTranslator) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Prepares the syntax decorator.
init(FilterConfig) - Method in class org.apache.wiki.http.filter.CsrfProtectionFilter
init(FilterConfig) - Method in class org.apache.wiki.ui.WikiJSPFilter
Initializes the WikiServletFilter.
init(FilterConfig) - Method in class org.apache.wiki.ui.WikiServletFilter
Initializes the WikiServletFilter.
init(ServletConfig) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
This sets the AjaxPath to "/ajax/" as configured in "jspwiki.ajax.url.prefix".
init(ServletConfig) - Method in class org.apache.wiki.attachment.AttachmentServlet
Initializes the servlet from Engine properties.
init(ServletConfig) - Method in class org.apache.wiki.rpc.atom.AtomAPIServlet
init(ServletConfig) - Method in class org.apache.wiki.WikiServlet
init(ServletConfig) - Method in class org.apache.wiki.xmlrpc.RPCServlet
Initializes the servlet.
init(ServletContext) - Static method in class org.apache.wiki.api.spi.Wiki
 
initHandler(String, String) - Method in class org.apache.wiki.xmlrpc.RPCServlet
 
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.
initialize() - Method in interface org.apache.wiki.ui.admin.AdminBeanManager
 
initialize() - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
initialize(Collection<Page>) - Method in class org.apache.wiki.references.DefaultReferenceManager
Initializes the entire reference manager with the initial set of pages from the collection.
initialize(Collection<Page>) - Method in interface org.apache.wiki.references.ReferenceManager
Initializes the entire reference manager with the initial set of pages from the collection.
initialize(Properties) - Method in interface org.apache.wiki.api.core.Engine
Sets up the application's running Engine.
initialize(Properties) - Method in class org.apache.wiki.filters.DefaultFilterManager
Initializes the filters from an XML file.
initialize(Properties) - Method in class org.apache.wiki.pages.PageSorter
Called by Engine to initialise this instance.
initialize(Properties) - Method in class org.apache.wiki.WikiEngine
Does all the real initialization.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.wiki.auth.login.AbstractLoginModule
Initializes the LoginModule with a given Subject, callback handler, options and shared state.
initialize(Context) - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
 
initialize(Context) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
initialize(Context) - Method in interface org.apache.wiki.xmlrpc.WikiRPCHandler
 
initialize(Context, Map<String, String>) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
 
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 class org.apache.wiki.plugin.PageViewPlugin
Initialize the PageViewPlugin and its singleton.
initialize(Engine) - Method in class org.apache.wiki.plugin.PageViewPlugin.PageViewManager
Initialize the page view manager.
initialize(Engine) - Method in interface org.apache.wiki.ui.admin.AdminBean
 
initialize(Engine) - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
initialize(Engine) - Method in class org.apache.wiki.ui.admin.SimpleAdminBean
Initialize the AdminBean by setting up a Engine instance internally.
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 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.providers.WikiProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.acl.DefaultAclManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in interface org.apache.wiki.auth.authorize.GroupDatabase
Initializes the group database based on values from a Properties object.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
Initializes the group database based on values from a Properties object.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Initializes the authorizer for.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.authorize.XMLGroupDatabase
Initializes the group database based on values from a Properties object.
initialize(Engine, Properties) - Method in interface org.apache.wiki.auth.Authorizer
Initializes the authorizer.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.DefaultAuthenticationManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.DefaultAuthorizationManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.DefaultUserManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
Initializes the user database based on values from a Properties object.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.user.DummyUserDatabase
No-op.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
 
initialize(Engine, Properties) - Method in interface org.apache.wiki.auth.user.UserDatabase
Initializes the user database based on values from a Properties object.
initialize(Engine, Properties) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
Initializes the user database based on values from a Properties object.
initialize(Engine, Properties) - Method in class org.apache.wiki.cache.EhcacheCachingManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.diff.ContextualDiffProvider
 
initialize(Engine, Properties) - Method in class org.apache.wiki.diff.DiffProvider.NullDiffProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.diff.ExternalDiffProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.diff.TraditionalDiffProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.filters.CreoleFilter
If you override this, you should call super.initialize() first.
initialize(Engine, Properties) - Method in class org.apache.wiki.filters.PageEventFilter
Called whenever a new PageFilter is instantiated and reset.
initialize(Engine, Properties) - Method in class org.apache.wiki.filters.PingWeblogsComFilter
If you override this, you should call super.initialize() first.
initialize(Engine, Properties) - Method in class org.apache.wiki.filters.SpamFilter
If you override this, you should call super.initialize() first.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.AbstractFileProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.CachingProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.VersioningFileProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.WikiAttachmentAdapterProvider
Deprecated.
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.providers.WikiPageAdapterProvider
Deprecated.
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.render.DefaultRenderingManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.search.BasicSearchProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.search.DefaultSearchManager
If you override this, you should call super.initialize() first.
initialize(Engine, Properties) - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.search.LuceneSearchProvider
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.ui.DefaultEditorManager
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.url.DefaultURLConstructor
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.url.ShortURLConstructor
Initializes this Engine component.
initialize(Engine, Properties) - Method in class org.apache.wiki.url.ShortViewURLConstructor
Initializes this Engine component.
initialize(Engine, Properties) - Method in interface org.apache.wiki.WikiProvider
Deprecated.
Initializes the page provider.
initialize(Engine, Properties) - Method in class org.apache.wiki.workflow.DefaultWorkflowManager
Initializes this Engine component.
initialize(WikiEngine, Properties) - Method in class org.apache.wiki.api.filters.BasicPageFilter
Deprecated.
 
initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.WikiProvider
Deprecated.
Initializes the page provider.
INITIALIZED - Static variable in class org.apache.wiki.event.WikiEngineEvent
Indicates a Engine initialized event, fired after the wiki service is fully available.
initializeFromXML(Element) - Method in class org.apache.wiki.modules.WikiModuleInfo
Initializes the ModuleInfo from some standard XML elements which are under the given element.
initializeFromXML(Element) - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
Initializes the ModuleInfo from some standard XML elements which are under the given element.
initializeIndexAndDataSource() - Method in class org.apache.wiki.search.kendra.KendraSearchProvider
This method initialize the AWS Kendra Index and Datasources to be used.
INITIALIZING - Static variable in class org.apache.wiki.event.WikiEngineEvent
Indicates a Engine initialization event, fired as the wiki service is being initialized (in progress).
initInlineImagePatterns() - Method in class org.apache.wiki.parser.MarkupParser
 
initReferenceManager() - Method in class org.apache.wiki.WikiEngine
Initializes the reference manager.
initTag() - Method in class org.apache.wiki.tags.BreadcrumbsTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.CalendarTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.CheckLockTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.CheckRequestContextTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.CheckVersionTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.DiffLinkTag
 
initTag() - Method in class org.apache.wiki.tags.EditLinkTag
 
initTag() - Method in class org.apache.wiki.tags.IncludeResourcesTag
 
initTag() - Method in class org.apache.wiki.tags.IncludeTag
 
initTag() - Method in class org.apache.wiki.tags.InsertDiffTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.InsertPageTag
 
initTag() - Method in class org.apache.wiki.tags.LinkTag
 
initTag() - Method in class org.apache.wiki.tags.LinkToTag
 
initTag() - Method in class org.apache.wiki.tags.MessagesTag
 
initTag() - Method in class org.apache.wiki.tags.NoSuchPageTag
 
initTag() - Method in class org.apache.wiki.tags.PageDateTag
 
initTag() - Method in class org.apache.wiki.tags.PageTypeTag
 
initTag() - Method in class org.apache.wiki.tags.PermissionTag
Initializes the tag.
initTag() - Method in class org.apache.wiki.tags.RequestResourceTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.RSSImageLinkTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.SetPaginationTag
 
initTag() - Method in class org.apache.wiki.tags.UserCheckTag
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
initTag() - Method in class org.apache.wiki.tags.UserProfileTag
 
initTag() - Method in class org.apache.wiki.tags.VariableTag
 
initTag() - Method in class org.apache.wiki.tags.WikiLinkTag
 
initTag() - Method in class org.apache.wiki.tags.WikiTagBase
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
injectGroupPrincipals() - Method in class org.apache.wiki.WikiSession
Injects GroupPrincipal objects into the user's Principal set based on the groups the user belongs to.
injectUserProfilePrincipals() - Method in class org.apache.wiki.WikiSession
Adds Principal objects to the Subject that correspond to the logged-in user's profile attributes for the wiki name, full name and login name.
input - org.apache.wiki.util.XHTML
 
input - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
input(String, String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
Return an XHTML form input element with optional 'type', 'name' and 'value' attributes.
input(Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates an input element.
input(Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates an input element.
InputDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a INPUT element.
InputDecorator(PrintWriter, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.InputDecorator
 
InputValidator - Class in org.apache.wiki.ui
Provides basic validation services for HTTP parameters.
InputValidator(String, Context) - Constructor for class org.apache.wiki.ui.InputValidator
Constructs a new input validator for a specific form and wiki session.
ins - org.apache.wiki.util.XHTML
 
InsertDiffTag - Class in org.apache.wiki.tags
Writes difference between two pages using a HTML table.
InsertDiffTag() - Constructor for class org.apache.wiki.tags.InsertDiffTag
 
insertInputFields(PageContext) - Static method in class org.apache.wiki.filters.SpamFilter
This helper method adds all the input fields to your editor that the SpamFilter requires to check for spam.
INSERTION_END_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
INSERTION_START_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
InsertPage - Class in org.apache.wiki.plugin
Inserts page contents.
InsertPage() - Constructor for class org.apache.wiki.plugin.InsertPage
 
InsertPageTag - Class in org.apache.wiki.tags
Renders WikiPage content.
InsertPageTag() - Constructor for class org.apache.wiki.tags.InsertPageTag
 
INSTALL - Static variable in class org.apache.wiki.ui.WikiCommand
 
INSTALL - Static variable in class org.apache.wiki.WikiContext
User is administering JSPWiki (Install, SecurityConfig).
INSTALL_ERROR - Static variable in class org.apache.wiki.ui.Installer
 
INSTALL_INFO - Static variable in class org.apache.wiki.ui.Installer
 
INSTALL_WARNING - Static variable in class org.apache.wiki.ui.Installer
 
Installer - Class in org.apache.wiki.ui
Manages JSPWiki installation on behalf of admin/Install.jsp.
Installer(HttpServletRequest, ServletConfig) - Constructor for class org.apache.wiki.ui.Installer
 
INSTANCE - org.apache.wiki.event.WikiEventEmitter
 
InternalModule - Interface in org.apache.wiki.modules
This is a simple interface which is implemented by a number of JSPWiki components to signal that they should not be included in things like module listings and so on.
InternalWikiException - Exception in org.apache.wiki
Denotes something really serious going on inside Wiki.
InternalWikiException(String) - Constructor for exception org.apache.wiki.InternalWikiException
Create a new InternalWikiException.
InternalWikiException(String, Throwable) - Constructor for exception org.apache.wiki.InternalWikiException
 
InternalWikiException(Throwable) - Constructor for exception org.apache.wiki.InternalWikiException
 
InternationalizationManager - Interface in org.apache.wiki.i18n
Manages all internationalization in JSPWiki.
INTERWIKI - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
 
interWikiLinkAt(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
InterWikiLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
NodeAttributeProviderState which sets the attributes for interwiki links.
InterWikiLinkAttributeProviderState(Context, boolean, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.InterWikiLinkAttributeProviderState
 
InterWikiLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
NodePostProcessorState which further post processes interwiki links.
InterWikiLinkNodePostProcessorState(Context, Document, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.InterWikiLinkNodePostProcessorState
 
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 class org.apache.wiki.WikiSession
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 class org.apache.wiki.WikiPage
This method will remove all metadata from the page.
invoke(String, Object[], String[]) - Method in class org.apache.wiki.management.SimpleMBean
Invokes a particular method.
invoke(Context) - Method in interface org.apache.wiki.api.plugin.PluginElement
Performs plugin invocation and return its contents.
invoke(Context) - Method in class org.apache.wiki.parser.PluginContent
Performs plugin invocation and return its contents.
isAborted() - Method in class org.apache.wiki.workflow.Workflow
Returns true if the workflow had been previously aborted.
isAccessRule(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true, if the link in question is an access rule.
isAlive() - Method in interface org.apache.wiki.Watchable
Returns true, if this Watchable is still alive and can be watched; otherwise false.
isAnonymous() - Method in interface org.apache.wiki.api.core.Session
Determines whether the current session is anonymous.
isAnonymous() - Method in class org.apache.wiki.WikiSession
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 class org.apache.wiki.WikiSession
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 class org.apache.wiki.WikiSession
Returns the authentication status of the user's session.
isBlank(String) - Static method in class org.apache.wiki.ui.InputValidator
Returns true if a supplied string is null or blank
isBuiltInRole(Role) - Static method in class org.apache.wiki.auth.authorize.Role
Returns true if a supplied Role is a built-in Role: Role.ALL, Role.ANONYMOUS, Role.ASSERTED, or Role.AUTHENTICATED.
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 class org.apache.wiki.attachment.Attachment
Returns true, if this attachment can be cached by the user agent.
isCompleted() - Method in class org.apache.wiki.workflow.AbstractStep
Determines whether the Step is completed; if not, it is by definition awaiting action by the owner or in process.
isCompleted() - Method in interface org.apache.wiki.workflow.Step
Determines whether the Step is completed; if not, it is by definition awaiting action by the owner or in process.
isCompleted() - Method in class org.apache.wiki.workflow.Workflow
Determines whether this Workflow is completed; that is, if it has no additional Steps to perform.
isCompletion() - Method in class org.apache.wiki.workflow.Outcome
Returns true if this Outcome represents a completion condition for a Step.
isConfigured() - Method in interface org.apache.wiki.api.core.Engine
check if the Engine has been configured.
isConfigured() - Method in class org.apache.wiki.WikiEngine
check if the Engine has been configured.
isConstrained(String, Role) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Protected method that identifies whether a particular webapp URL is constrained to a particular Role.
isContainerAuthenticated() - Method in interface org.apache.wiki.auth.AuthenticationManager
Returns true if this Engine uses container-managed authentication.
isContainerAuthenticated() - Method in class org.apache.wiki.auth.DefaultAuthenticationManager
Returns true if this Engine uses container-managed authentication.
isContainerAuthorized() - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Returns true if the web container is configured to protect certain JSPWiki resources by requiring authentication.
isCsrfProtectedPost(HttpServletRequest) - Static method in class org.apache.wiki.http.filter.CsrfProtectionFilter
 
isCurrentlyOnLineBegin() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
Returns true, if the writer is currently writing a line start.
isEmpty() - Method in interface org.apache.wiki.api.core.Acl
Returns true, if this Acl is empty.
isEmpty() - Method in class org.apache.wiki.auth.acl.AclImpl
Returns true, if this Acl is empty.
isEnabled() - Method in class org.apache.wiki.rss.DefaultRSSGenerator
Returns true if RSS generation is enabled.
isEnabled() - Method in interface org.apache.wiki.rss.RSSGenerator
Returns true if RSS generation is enabled.
isEnabled() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
 
isExpired() - Method in class org.apache.wiki.pages.PageLock
 
isExternalLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Figures out if a link is an off-site link.
isFootnoteLink(String) - Static method in class org.apache.wiki.htmltowiki.syntax.MarkupHelper
Checks if the link points to a footnote.
isHtmlBaseDiv(XHtmlElementToWikiTranslator.ElementDecoratorData) - Static method in class org.apache.wiki.htmltowiki.syntax.MarkupHelper
 
isHtmlBaseSpan(XHtmlElementToWikiTranslator.ElementDecoratorData) - Static method in class org.apache.wiki.htmltowiki.syntax.MarkupHelper
 
isImageInlining() - Method in class org.apache.wiki.parser.MarkupParser
 
isImageLink(String, boolean, List<Pattern>) - Method in class org.apache.wiki.parser.LinkParsingOperations
Matches the given link to the list of image name patterns to determine whether it should be treated as an inline image or not.
isindex - org.apache.wiki.util.XHTML
 
isInGroup(Group) - Method in class org.apache.wiki.WikiSession
Returns true if one of this WikiSession's user Principals can be shown to belong to a particular wiki group.
isInterwikiLink() - Method in class org.apache.wiki.parser.LinkParser.Link
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
isInterWikiLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
isIPV4Address(String) - Static method in class org.apache.wiki.util.HttpUtil
Verifies whether a String represents an IPv4 address.
isListening(Object) - Static method in class org.apache.wiki.event.WikiEventManager
Returns true if there are one or more listeners registered with the provided client Object (undelegated event source).
isLocked() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns true if the profile is currently locked (disabled); false otherwise.
isLocked() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns true if the profile is currently locked (disabled); false otherwise.
isMember(Principal) - Method in class org.apache.wiki.auth.authorize.Group
Returns true if a Principal is a member of the group.
isMetadata(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true if the link is a metadata link.
isNew() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
Returns true if the user profile is new.
isNew() - Method in interface org.apache.wiki.auth.user.UserProfile
Returns true if the profile has never been saved before.
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.
isNotIgnorableWikiMarkupLink(Element) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
 
isNumber(String) - Static method in class org.apache.wiki.util.TextUtil
Returns true, if the argument contains a number, otherwise false.
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.
isParseAccessRules() - Method in class org.apache.wiki.parser.MarkupParser
 
isPluginLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true if the link is really command to insert a plugin.
isPositive(String) - Static method in class org.apache.wiki.util.TextUtil
Returns true, if the string "val" denotes a positive string.
isReadOnly() - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
isReassignable() - Method in class org.apache.wiki.workflow.Decision
Returns true if the Decision can be reassigned to another actor.
isReassignable() - Method in class org.apache.wiki.workflow.SimpleNotification
Notifications cannot be re-assigned, so this method always returns false.
isReservedName(String) - Static method in class org.apache.wiki.auth.authorize.Role
Returns true if the supplied name is identical to the name of a built-in Role; that is, the value returned by getName() for built-in Roles Role.ALL, Role.ANONYMOUS, Role.ASSERTED, or Role.AUTHENTICATED.
isRolePrincipal(Principal) - Static method in interface org.apache.wiki.auth.AuthenticationManager
Determines whether the supplied Principal is a "role principal".
isSecurityPolicyConfigured() - Method in class org.apache.wiki.auth.SecurityVerifier
Returns true if the Java security policy is configured correctly, and it verifies as valid.
isSelected() - Method in class org.apache.wiki.ui.Editor
Convenience method which returns XHTML for an option element.
isSelected(String) - Method in class org.apache.wiki.ui.Editor
 
isSelected(String, String) - Method in class org.apache.wiki.ui.Editor
 
isSpace(char) - Static method in class org.apache.wiki.parser.LinkParser
Returns true if char c is a member of S (space) [XML 1.1 production 3].
isSpace(String) - Static method in class org.apache.wiki.parser.LinkParser
Returns true if the String s is completely composed of whitespace.
isStarted() - Method in class org.apache.wiki.workflow.AbstractStep
Determines whether the Step has started.
isStarted() - Method in interface org.apache.wiki.workflow.Step
Determines whether the Step has started.
isStarted() - Method in class org.apache.wiki.workflow.Workflow
Determines whether this Workflow has started; that is, its Workflow.start(Context) method has been executed.
isStateFindDefaultTab() - Method in class org.apache.wiki.tags.TabbedSectionTag
Returns true, if the tab system is currently trying to figure out which is the default tab.
isStateGenerateTabBody() - Method in class org.apache.wiki.tags.TabbedSectionTag
Returns true, if the tab system is currently generating the tab body.
isStateGenerateTabMenu() - Method in class org.apache.wiki.tags.TabbedSectionTag
Returns true, if the tab system is currently generating the tab menu.
isStateStackNotEmpty() - Method in class org.apache.wiki.WatchDog
helper to see if the associated stateStack is not empty.
isUndefinedPageLink(Element) - Static method in class org.apache.wiki.htmltowiki.syntax.MarkupHelper
Checks if the link points to an undefined page.
isUserInRole(String) - Method in class org.apache.wiki.ui.WikiRequestWrapper
Determines whether the current user possesses a supplied role, taking into account both container and JSPWIki custom authentication status.
isUserInRole(HttpServletRequest, Principal) - Method in interface org.apache.wiki.auth.authorize.WebAuthorizer
Determines whether a user associated with an HTTP request possesses a particular role.
isUserInRole(HttpServletRequest, Principal) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Determines whether a user associated with an HTTP request possesses a particular role.
isUserInRole(Session, Principal) - Method in interface org.apache.wiki.auth.AuthorizationManager
Determines if the Subject associated with a supplied Session contains a desired Role or GroupPrincipal.
isUserInRole(Session, Principal) - Method in class org.apache.wiki.auth.authorize.DefaultGroupManager
Determines whether the Subject associated with a WikiSession is in a particular role.
isUserInRole(Session, Principal) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
Determines whether the Subject associated with a Session is in a particular role.
isUserInRole(Session, Principal) - Method in interface org.apache.wiki.auth.Authorizer
Determines whether the Subject associated with a WikiSession is in a particular role.
isUserPrincipal(Principal) - Static method in interface org.apache.wiki.auth.AuthenticationManager
Determines whether the supplied Principal is a "user principal".
isValidType(int) - Static method in class org.apache.wiki.event.WikiEngineEvent
Returns true if the int value is a WikiPageEvent type.
isValidType(int) - Static method in class org.apache.wiki.event.WikiEvent
Returns true if the int value is a valid WikiEvent type.
isValidType(int) - Static method in class org.apache.wiki.event.WikiPageEvent
Returns true if the int value is a WikiPageEvent type.
isValidType(int) - Static method in class org.apache.wiki.event.WikiPageRenameEvent
Returns true if the int value is a WikiPageRenameEvent type.
isValidUserProfile(Context, UserProfile) - Method in class org.apache.wiki.filters.SpamFilter
Checks whether the UserProfile matches certain checks.
isVariableLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true if the link is really command to insert a variable.
isWatchableAlive() - Method in class org.apache.wiki.WatchDog
helper to see if the associated watchable is alive.
isWhitespaceTrimMode() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
Returns true, if this Writer is currently trimming any whitespaces.
italic - Variable in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator.ElementDecoratorData
 
items - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
 
IteratorTag - Class in org.apache.wiki.tags
Iterates through tags.
IteratorTag() - Constructor for class org.apache.wiki.tags.IteratorTag
 

J

JavaNaturalComparator - Class in org.apache.wiki.util.comparators
A comparator that sorts Strings using Java's "natural" order.
JavaNaturalComparator() - Constructor for class org.apache.wiki.util.comparators.JavaNaturalComparator
 
JDBCGroupDatabase - Class in org.apache.wiki.auth.authorize
Implementation of GroupDatabase that persists Group objects to a JDBC DataSource, as might typically be provided by a web container.
JDBCGroupDatabase() - Constructor for class org.apache.wiki.auth.authorize.JDBCGroupDatabase
 
JDBCUserDatabase - Class in org.apache.wiki.auth.user
Implementation of UserDatabase that persists DefaultUserProfile objects to a JDBC DataSource, as might typically be provided by a web container.
JDBCUserDatabase() - Constructor for class org.apache.wiki.auth.user.JDBCUserDatabase
 
JSON_PROGRESSTRACKER - Static variable in interface org.apache.wiki.ui.progress.ProgressManager
 
JSON_SEARCH - Static variable in interface org.apache.wiki.search.SearchManager
The name of the JSON object that manages search.
JSON_USERS - Static variable in interface org.apache.wiki.auth.UserManager
 
JSONSearch() - Constructor for class org.apache.wiki.search.DefaultSearchManager.JSONSearch
 
JSONTracker() - Constructor for class org.apache.wiki.ui.progress.DefaultProgressManager.JSONTracker
 
JSONUserModule(DefaultUserManager) - Constructor for class org.apache.wiki.auth.DefaultUserManager.JSONUserModule
Create a new JSONUserModule.
JSPWikiLink - Class in org.apache.wiki.markdown.nodes
Flexmark node responsible of handling JSPWiki links.
JSPWikiLink(Link) - Constructor for class org.apache.wiki.markdown.nodes.JSPWikiLink
 
JSPWikiLinkAttributeProvider - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
AttributeProvider to decorate JSPWikiLinks.
JSPWikiLinkAttributeProvider(Context, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProvider
 
JSPWikiLinkAttributeProviderFactory - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
Simple AttributeProviderFactory to instantiate JSPWikiLinkAttributeProviders.
JSPWikiLinkAttributeProviderFactory(Context, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProviderFactory
 
JSPWikiLinkNodePostProcessor - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
NodePostProcessor to convert Links into JSPWikiLinks.
JSPWikiLinkNodePostProcessor(Context, Document, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
 
JSPWikiLinkRenderer - Class in org.apache.wiki.markdown.renderer
Flexmark NodeRenderer for JSPWikiLinks.
JSPWikiLinkRenderer() - Constructor for class org.apache.wiki.markdown.renderer.JSPWikiLinkRenderer
 
JSPWikiMarkupParser - Class in org.apache.wiki.parser
Parses JSPWiki-style markup into a WikiDocument DOM tree.
JSPWikiMarkupParser(Context, Reader) - Constructor for class org.apache.wiki.parser.JSPWikiMarkupParser
Creates a markup parser.
JSPWikiNodePostProcessorFactory - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
Simple NodePostProcessorFactory to instantiate JSPWikiLinkNodePostProcessors.
JSPWikiNodePostProcessorFactory(Context, DataHolder, boolean, List<Pattern>) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiNodePostProcessorFactory
 
JSPWikiNodeRendererFactory - Class in org.apache.wiki.markdown.renderer
Simple NodeRendererFactory to instantiate JSPWikiLinkRenderers.
JSPWikiNodeRendererFactory(Context) - Constructor for class org.apache.wiki.markdown.renderer.JSPWikiNodeRendererFactory
 
JSPWikiSyntaxDecorator - Class in org.apache.wiki.htmltowiki.syntax.jspwiki
JSPWiki wiki syntax decorator which translates to wiki syntax.
JSPWikiSyntaxDecorator() - Constructor for class org.apache.wiki.htmltowiki.syntax.jspwiki.JSPWikiSyntaxDecorator
 

K

kbd - org.apache.wiki.util.XHTML
 
KendraSearchProvider - Class in org.apache.wiki.search.kendra
Search provider that implements {link SearchProvider} using AWS Kendra for indexing.
KendraSearchProvider() - Constructor for class org.apache.wiki.search.kendra.KendraSearchProvider
 
keys(String) - Method in interface org.apache.wiki.cache.CachingManager
Returns the list of keys from elements present in a cache.
keys(String) - Method in class org.apache.wiki.cache.EhcacheCachingManager
Returns the list of keys from elements present in a cache.

L

label - org.apache.wiki.util.XHTML
 
LATEST_VERSION - Static variable in interface org.apache.wiki.api.providers.WikiProvider
Passing this to any method should get the latest version
LEGACY_CHARS_ALLOWED - Static variable in class org.apache.wiki.util.TextUtil
Lists all punctuation characters allowed in WikiMarkup.
legend - org.apache.wiki.util.XHTML
 
li - org.apache.wiki.util.XHTML
 
li - Variable in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
 
li(Element, Element) - Method in class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
Decorates a li element.
li(Element, Element) - Method in interface org.apache.wiki.htmltowiki.SyntaxDecorator
Decorates a li element.
LiDecorator - Class in org.apache.wiki.htmltowiki.syntax
Translates to wiki syntax from a LI element.
LiDecorator(PrintWriter, Deque<String>, XHtmlElementToWikiTranslator) - Constructor for class org.apache.wiki.htmltowiki.syntax.LiDecorator
 
LINE_BREAK_HTML - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
 
link - org.apache.wiki.util.XHTML
 
link(String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
Return an XHTML link with a required 'href' attribute value and optional link (PCDATA) content.
Link(String) - Constructor for class org.apache.wiki.parser.LinkParser.Link
Create a new Link with text but no reference.
Link(String, String) - Constructor for class org.apache.wiki.parser.LinkParser.Link
Create a new link with a given text and hyperlink (reference).
LINK_EXTERNAL - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
Link to an external resource.
LINK_INLINE - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
This is an inlined image.
LINK_LOCAL - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
Link to a local wiki page.
LinkCollector - Class in org.apache.wiki
Just a simple class collecting all the links that come in.
LinkCollector() - Constructor for class org.apache.wiki.LinkCollector
 
linkExists(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns true, if the link name exists; otherwise it returns false.
linkIfExists(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
Returns link name, if it exists; otherwise it re