Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C66B9200CBC for ; Tue, 20 Jun 2017 21:32:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C4AB5160BE1; Tue, 20 Jun 2017 19:32:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4C71C160BF9 for ; Tue, 20 Jun 2017 21:32:18 +0200 (CEST) Received: (qmail 23119 invoked by uid 500); 20 Jun 2017 19:32:17 -0000 Mailing-List: contact commits-help@jspwiki.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jspwiki.apache.org Delivered-To: mailing list commits@jspwiki.apache.org Received: (qmail 22666 invoked by uid 99); 20 Jun 2017 19:32:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 19:32:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F404CE9654; Tue, 20 Jun 2017 19:32:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@jspwiki.apache.org Date: Tue, 20 Jun 2017 19:32:57 -0000 Message-Id: <34c025646ced493884393da42b3840b8@git.apache.org> In-Reply-To: <0376810a7d4645cbb4310daffb0708ca@git.apache.org> References: <0376810a7d4645cbb4310daffb0708ca@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/51] [partial] jspwiki-site git commit: Automatic Site Publish by Buildbot archived-at: Tue, 20 Jun 2017 19:32:21 -0000 http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/570c2bf5/apidocs/2.10.1/index-all.html ---------------------------------------------------------------------- diff --git a/apidocs/2.10.1/index-all.html b/apidocs/2.10.1/index-all.html deleted file mode 100755 index d695c9d..0000000 --- a/apidocs/2.10.1/index-all.html +++ /dev/null @@ -1,10262 +0,0 @@ - - - - - - - -Index (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A B C D E F G H I J K L M N O P Q R S T U V W X
-

-A

-
-
abort() - -Method in class org.apache.wiki.auth.login.AbstractLoginModule -
Aborts the login; called if the LoginContext's overall authentication - failed. -
abort() - -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.
AbstractFileProvider.WikiFileFilter() - -Constructor for class org.apache.wiki.providers.AbstractFileProvider.WikiFileFilter -
  -
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
Abstact superclass that provides a complete implementation of most - Step methods; subclasses need only implement AbstractStep.execute() and - AbstractStep.getActor().
AbstractStep(String) - -Constructor for class org.apache.wiki.workflow.AbstractStep -
Protected constructor that creates a new Step with a specified message key. -
AbstractStep(Workflow, String) - -Constructor for class org.apache.wiki.workflow.AbstractStep -
Constructs a new Step belonging to a specified Workflow and having 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. -
acknowledge() - -Method in class org.apache.wiki.workflow.SimpleNotification -
Convenience method that simply calls Decision.decide(Outcome) - with the value Outcome.DECISION_ACKNOWLEDGE. -
Acl - Interface in org.apache.wiki.auth.acl
- Defines an access control list (ACL) for wiki pages.
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. -
AclEntry - Interface in org.apache.wiki.auth.acl
- Represents one entry in an Access Control List (ACL).
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.
actionPerformed(WikiEvent) - -Method in interface org.apache.wiki.api.engine.AdminBeanManager -
Unregisters AdminBeans upon SHUTDOWN event. -
actionPerformed(WikiEvent) - -Method in class org.apache.wiki.auth.authorize.GroupManager -
Listens for WikiSecurityEvent.PROFILE_NAME_CHANGED - events. -
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.PageManager -
Listens for WikiSecurityEvent.PROFILE_NAME_CHANGED - events. -
actionPerformed(WikiEvent) - -Method in class org.apache.wiki.plugin.PageViewPlugin.PageViewManager -
Inspect wiki events for shutdown. -
actionPerformed(WikiEvent) - -Method in class org.apache.wiki.ReferenceManager -
Fired when a WikiEvent is triggered by an event source. -
actionPerformed(WikiEvent) - -Method in class org.apache.wiki.render.RenderingManager -
Flushes the document cache in response to a POST_SAVE_BEGIN event. -
actionPerformed(WikiEvent) - -Method in class org.apache.wiki.search.SearchManager -
If the page has been deleted, removes it from the index. -
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. -
actionPerformed(WikiEvent) - -Method in class org.apache.wiki.workflow.WorkflowManager -
Listens for WorkflowEvent objects emitted - by Workflows. -
add(Principal) - -Method in class org.apache.wiki.auth.authorize.Group -
Adds a Principal to the group. -
add(Permission) - -Method in class org.apache.wiki.auth.permissions.AllPermissionCollection -
Adds an AllPermission object to this AllPermissionCollection. -
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(E) - -Method in class org.apache.wiki.util.PriorityList -
Adds an object using the default priority to the List. -
add(int, T) - -Method in class org.apache.wiki.util.TimedCounterList -
-
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.WorkflowManager -
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. -
addEntry(AclEntry) - -Method in interface org.apache.wiki.auth.acl.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(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 class org.apache.wiki.WikiSession -
Adds a message to the generic list 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 interface org.apache.wiki.api.engine.FilterManager -
Adds a page filter to the queue. -
addPageFilter(PageFilter, int) - -Method in class org.apache.wiki.filters.DefaultFilterManager -
Adds a page filter to the queue. -
addPermission(Permission) - -Method in interface org.apache.wiki.auth.acl.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(WikiContext, String, String) - -Static method in class org.apache.wiki.ui.TemplateManager -
Adds a resource request to the current request context. -
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. -
addWikiEventListener(WikiEventListener) - -Method in class org.apache.wiki.auth.AuthenticationManager -
Registers a WikiEventListener with this instance. -
addWikiEventListener(WikiEventListener) - -Method in class org.apache.wiki.auth.AuthorizationManager -
Registers a WikiEventListener with this instance. -
addWikiEventListener(WikiEventListener) - -Method in class org.apache.wiki.auth.authorize.GroupManager -
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 class org.apache.wiki.auth.UserManager -
Registers a WikiEventListener with this instance. -
addWikiEventListener(WikiEventListener) - -Method in class org.apache.wiki.event.PageEventFilter -
Registers a WikiEventListener with this instance. -
addWikiEventListener(Object, WikiEventListener) - -Static method in class org.apache.wiki.event.WikiEventManager -
Registers a WikiEventListener with a WikiEventDelegate for - the provided client object. -
addWikiEventListener(Object, int, WikiEventListener) - -Static method in class org.apache.wiki.event.WikiEventUtils -
This ungainly convenience method adds a WikiEventListener to the - appropriate component of the provided client Object, to listen - for events of the provided type (or related types, see the table - below). -
addWikiEventListener(WikiEventListener) - -Method in class org.apache.wiki.WikiEngine -
Registers a WikiEventListener with this instance. -
addWikiEventListener(WikiEventListener) - -Method in class org.apache.wiki.workflow.Workflow -
Registers a WikiEventListener with this instance. -
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.api.engine
 
adminExists() - -Method in class org.apache.wiki.ui.Installer -
Returns true if the administrative user had - been created previously. -
ALIAS - -Static variable in class org.apache.wiki.WikiPage -
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() - -Static method in class org.apache.wiki.ui.AbstractCommand -
Returns a defensively-created array of all - static Commands. -
allowedByLocalPolicy(Principal[], Permission) - -Method in class org.apache.wiki.auth.AuthorizationManager -
Checks to see if the local security policy allows a particular static Permission. -
allowsCookieAssertions() - -Method in class org.apache.wiki.auth.AuthenticationManager -
Determines whether this WikiEngine allows users to assert identities using - cookies instead of passwords. -
allowsCookieAuthentication() - -Method in class org.apache.wiki.auth.AuthenticationManager -
Determines whether this WikiEngine 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() - -Constructor for class org.apache.wiki.auth.permissions.AllPermission -
For serialization purposes. -
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 -
  -
ANCHOR - -Static variable in class org.apache.wiki.tags.WikiLinkTag -
  -
ANONYMOUS - -Static variable in class org.apache.wiki.auth.authorize.Role -
If the user hasn't supplied a name -
ANONYMOUS - -Static variable in class org.apache.wiki.WikiSession -
An anonymous user's session status. -
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 -
  -
APP_NAME - -Static variable in class org.apache.wiki.ui.Installer -
  -
APPNAME - -Static variable in class org.apache.wiki.Release -
This is the default application name. -
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 class org.apache.wiki.auth.authorize.Role -
If the user has supplied a cookie with a username -
ASSERTED - -Static variable in class org.apache.wiki.WikiSession -
An asserted user's session status. -
ATOM - -Static variable in class 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(WikiContext) - -Constructor for class org.apache.wiki.rss.AtomFeed -
Create a new AtomFeed for a given WikiContext. -
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 - Class in org.apache.wiki.attachment
Describes an attachment.
Attachment(WikiEngine, String, String) - -Constructor for class org.apache.wiki.attachment.Attachment -
Creates a new attachment. -
ATTACHMENT - -Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser -
  -
AttachmentManager - Class in org.apache.wiki.attachment
Provides facilities for handling attachments.
AttachmentManager(WikiEngine, Properties) - -Constructor for class org.apache.wiki.attachment.AttachmentManager -
Creates a new AttachmentManager. -
attachmentsEnabled() - -Method in class org.apache.wiki.attachment.AttachmentManager -
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 -
  -
ATTCACHE_NAME - -Static variable in class org.apache.wiki.providers.CachingAttachmentProvider -
Name of the attachment cache. -
ATTCOLLCACHE_NAME - -Static variable in class org.apache.wiki.providers.CachingAttachmentProvider -
Name of the attachment cache. -
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 class org.apache.wiki.tags.WikiTagBase -
  -
ATTR_EDITEDTEXT - -Static variable in class 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 -
  -
AUTHENTICATED - -Static variable in class org.apache.wiki.auth.authorize.Role -
If the user has authenticated with the Container or UserDatabase -
AUTHENTICATED - -Static variable in class org.apache.wiki.WikiSession -
An authenticated user's session status. -
AuthenticationManager - Class in org.apache.wiki.auth
Manages authentication activities for a WikiEngine: user login, logout, and - credential refreshes.
AuthenticationManager() - -Constructor for class org.apache.wiki.auth.AuthenticationManager -
  -
AuthorizationManager - Class in org.apache.wiki.auth
Manages all access control and authorization; determines what authenticated - users are allowed to do.
AuthorizationManager() - -Constructor for class org.apache.wiki.auth.AuthorizationManager -
Constructs a new AuthorizationManager instance. -
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

-
-
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. -
BASE64_PREFIX - -Static variable in class org.apache.wiki.util.Serializer -
Prefix used to indicated that a serialized item was encoded with Base64. -
BASE_URL - -Static variable in class org.apache.wiki.ui.Installer -
  -
BaseURLTag - Class in org.apache.wiki.tags
Writes the jspwiki.baseURL property.
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.AttachmentFilter() - -Constructor for class org.apache.wiki.providers.BasicAttachmentProvider.AttachmentFilter -
  -
BasicAttachmentProvider.AttachmentVersionFilter - Class in org.apache.wiki.providers
Accepts only files that are actual versions, no control files.
BasicAttachmentProvider.AttachmentVersionFilter() - -Constructor for class org.apache.wiki.providers.BasicAttachmentProvider.AttachmentVersionFilter -
  -
BasicPageFilter - Class in org.apache.wiki.api.filters
Provides a base implementation of a PageFilter.
BasicPageFilter() - -Constructor for class org.apache.wiki.api.filters.BasicPageFilter -
  -
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 -
  -
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.WikiEngine -
Beautifies the title of the page by appending spaces in suitable - places, if the user has so decreed in the properties when constructing - this WikiEngine. -
beautifyTitleNoBreak(String) - -Method in class org.apache.wiki.WikiEngine -
Beautifies the title of the page by appending non-breaking spaces - in suitable places. -
BLANK - -Static variable in class org.apache.wiki.tags.UserProfileTag -
  -
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.Release -
The build number/identifier. -
buildApprovalWorkflow(Principal, String, Task, String, Fact[], Task, 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. -
-
-

-C

-
-
CACHE_NAME - -Static variable in class org.apache.wiki.attachment.AttachmentManager -
Name of the page cache. -
CACHE_NAME - -Static variable in class org.apache.wiki.providers.CachingProvider -
Name of the regular page cache. -
CachingAttachmentProvider - Class in org.apache.wiki.providers
Provides a caching attachment provider.
CachingAttachmentProvider() - -Constructor for class org.apache.wiki.providers.CachingAttachmentProvider -
  -
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 -
  -
callHeadingListenerChain(Heading) - -Method in class org.apache.wiki.parser.JSPWikiMarkupParser -
Calls the heading listeners. -
callMutatorChain(Collection, String) - -Method in class org.apache.wiki.parser.JSPWikiMarkupParser -
Calls a transmutator chain. -
changeAcl(WikiPage, Principal[], Principal) - -Method in class org.apache.wiki.PageManager -
For a single wiki page, replaces all Acl entries matching a supplied array of Principals - with a new Principal. -
CHANGENOTE - -Static variable in class org.apache.wiki.WikiPage -
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.ModuleManager -
Returns true, if the given module is compatible with this version of JSPWiki. -
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(WikiContext, String) - -Method in class 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 WikiSession's message list. -
checkHash(WikiContext, 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.auth.acl.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(WikiSession, Permission) - -Method in class org.apache.wiki.auth.AuthorizationManager -
Returns true or false, depending on - whether a Permission is allowed for the Subject associated with - a supplied WikiSession. -
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. -
CheckRequestContextTag - Class in org.apache.wiki.tags
Includes body, if the request context matches.
CheckRequestContextTag() - -Constructor for class org.apache.wiki.tags.CheckRequestContextTag -
  -
checkStaticPermission(WikiSession, Permission) - -Method in class org.apache.wiki.auth.AuthorizationManager -
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 -
  -
CLASS_EDITPAGE - -Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser -
The value for anchor element class attributes when used - for edit page links. -
CLASS_INTERWIKI - -Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser -
The value for anchor element class attributes when used - for interwiki page links. -
CLASS_WIKIPAGE - -Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser -
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.