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 com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Aborts the login; called if the LoginContext's overall authentication failed.
abort() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.event.WorkflowEvent
If a Step has elected to abort the Workflow.
ABORTED - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
State value: Workflow aborted before completion.
AbstractCommand - Class in com.ecyrd.jspwiki.ui
Abstract, immutable Command implementation class.
AbstractCommand(String, String, String, Object) - Constructor for class com.ecyrd.jspwiki.ui.AbstractCommand
Constructs a new Command with a specified wiki context, URL pattern, content template and target.
AbstractFileProvider - Class in com.ecyrd.jspwiki.providers
Provides a simple directory based repository for Wiki pages.
AbstractFileProvider() - Constructor for class com.ecyrd.jspwiki.providers.AbstractFileProvider
 
AbstractFileProvider.WikiFileFilter - Class in com.ecyrd.jspwiki.providers
A simple filter which filters only those filenames which correspond to the file extension used.
AbstractFileProvider.WikiFileFilter() - Constructor for class com.ecyrd.jspwiki.providers.AbstractFileProvider.WikiFileFilter
 
AbstractLoginModule - Class in com.ecyrd.jspwiki.auth.login
Abstract JAAS LoginModulethat implements base functionality.
AbstractLoginModule() - Constructor for class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
 
AbstractReferralPlugin - Class in com.ecyrd.jspwiki.plugin
This is a base class for all plugins using referral things.
AbstractReferralPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
AbstractRPCHandler - Class in com.ecyrd.jspwiki.xmlrpc
Provides definitions for RPC handler routines.
AbstractRPCHandler() - Constructor for class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
AbstractStep - Class in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.workflow.AbstractStep
Protected constructor that creates a new Step with a specified message key.
AbstractStep(Workflow, String) - Constructor for class com.ecyrd.jspwiki.workflow.AbstractStep
Constructs a new Step belonging to a specified Workflow and having a specified message key.
AbstractUserDatabase - Class in com.ecyrd.jspwiki.auth.user
Abstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.
AbstractUserDatabase() - Constructor for class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
 
accept(File, String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider.WikiFileFilter
accept(File, String) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentFilter
accept(File, String) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentVersionFilter
ACCESS_ALLOWED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When access to a resource is allowed.
ACCESS_DENIED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When access to a resource is allowed.
acknowledge() - Method in class com.ecyrd.jspwiki.workflow.SimpleNotification
Convenience method that simply calls Decision.decide(Outcome) with the value Outcome.DECISION_ACKNOWLEDGE.
Acl - Interface in com.ecyrd.jspwiki.auth.acl
Defines an access control list (ACL) for wiki pages.
ACL_PATTERN - Static variable in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.acl
Represents one entry in an Access Control List (ACL).
AclEntryImpl - Class in com.ecyrd.jspwiki.auth.acl
Implementation of a JSPWiki AclEntry.
AclEntryImpl() - Constructor for class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Constructs a new AclEntryImpl instance.
AclImpl - Class in com.ecyrd.jspwiki.auth.acl
JSPWiki implementation of an Access Control List.
AclImpl() - Constructor for class com.ecyrd.jspwiki.auth.acl.AclImpl
Constructs a new AclImpl instance.
AclManager - Interface in com.ecyrd.jspwiki.auth.acl
Specifies how to parse and return ACLs from wiki pages.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Listens for WikiSecurityEvent.PROFILE_NAME_CHANGED events.
actionPerformed(WikiEvent) - Method in interface com.ecyrd.jspwiki.event.WikiEventListener
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.PageManager
Listens for WikiSecurityEvent.PROFILE_NAME_CHANGED events.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin.PageViewManager
Inspect wiki events for shutdown.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.ReferenceManager
Fired when a WikiEvent is triggered by an event source.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Flushes the document cache in response to a POST_SAVE_BEGIN event.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.search.SearchManager
If the page has been deleted, removes it from the index.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.ui.admin.AdminBeanManager
Unregisters AdminBeans upon SHUTDOWN event.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Listens for WikiEngineEvent.SHUTDOWN and, if detected, marks the thread for death.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.WikiSession
Listens for WikiEvents generated by source objects such as the GroupManager.
actionPerformed(WikiEvent) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Listens for WorkflowEvent objects emitted by Workflows.
add(Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Adds a Principal to the group.
add(Permission) - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermissionCollection
Adds an AllPermission object to this AllPermissionCollection.
add(Object, int) - Method in class com.ecyrd.jspwiki.util.PriorityList
Adds an object to its correct place in the list, using the given priority.
add(Object) - Method in class com.ecyrd.jspwiki.util.PriorityList
Adds an object using the default priority to the List.
add(int, T) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
add(Decision) - Method in class com.ecyrd.jspwiki.workflow.DecisionQueue
Adds a Decision to the DecisionQueue; also sets the Decision's unique identifier.
add(Workflow) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.parser.MarkupParser
Adds a hook for processing attachment links.
addAttachmentLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Adds a hook for processing attachment links.
addAttribute(Attribute) - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Adds another attribute to the link.
addDavItem(DavItem) - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
addDavItems(Collection) - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
addEntry(AclEntry) - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Adds an ACL entry to this ACL.
addEntry(AclEntry) - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Adds an ACL entry to this ACL.
addEntry(Entry) - Method in class com.ecyrd.jspwiki.rss.Feed
Adds a new Entry to the Feed, at the end of the list.
addError(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.parser.MarkupParser
Adds a hook for processing external links.
addExternalLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Adds a hook for processing external links.
addFact(Fact) - Method in class com.ecyrd.jspwiki.workflow.Decision
Appends a Fact to the list of Facts associated with this Decision.
addHeadingListener(HeadingListener) - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Adds a HeadingListener to the parser chain.
addHeadingListener(HeadingListener) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Adds a listener to headings.
addLinkTransmutator(StringTransmutator) - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Adds a hook for processing link texts.
addLinkTransmutator(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Adds a hook for processing link texts.
addLocalLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Adds a hook for processing local links.
addLocalLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Adds a hook for processing local links.
addMessage(String) - Method in class com.ecyrd.jspwiki.WikiSession
Adds a message to the generic list of messages associated with the session.
addMessage(String, String) - Method in class com.ecyrd.jspwiki.WikiSession
Adds a message to the specific set of messages associated with the session.
addMessageArgument(Serializable) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Appends a message argument object to the array returned by Workflow.getMessageArguments().
addPageFilter(PageFilter, int) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Adds a page filter to the queue.
addPermission(Permission) - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Adds the specified permission to this ACL entry.
addPermission(Permission) - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Adds the specified permission to this ACL entry.
addResourceRequest(WikiContext, String, String) - Static method in class com.ecyrd.jspwiki.ui.TemplateManager
Adds a resource request to the current request context.
addSubmission(Map) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Adds the given values into the handler parameter map.
addSuccessor(Outcome, Step) - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Adds a successor Step to this one, which will be triggered by a supplied Outcome.
addSuccessor(Outcome, Step) - Method in interface com.ecyrd.jspwiki.workflow.Step
Adds a successor Step to this one, which will be triggered by a supplied Outcome.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.UserManager
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
Registers a WikiEventListener with this instance.
addWikiEventListener(Object, WikiEventListener) - Static method in class com.ecyrd.jspwiki.event.WikiEventManager
Registers a WikiEventListener with a WikiEventDelegate for the provided client object.
addWikiEventListener(Object, int, WikiEventListener) - Static method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.WikiEngine
Registers a WikiEventListener with this instance.
addWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Registers a WikiEventListener with this instance.
ADMIN - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
ADMIN - Static variable in class com.ecyrd.jspwiki.WikiContext
User is doing administrative things.
ADMIN_GROUP - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
ADMIN_ID - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
ADMIN_NAME - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
AdminBean - Interface in com.ecyrd.jspwiki.ui.admin
Describes an administrative bean.
AdminBeanIteratorInfo - Class in com.ecyrd.jspwiki.tags
Just provides iteration support for AdminBeanIteratorTag
AdminBeanIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.AdminBeanIteratorInfo
 
AdminBeanIteratorTag - Class in com.ecyrd.jspwiki.tags
Provides an iterator for all AdminBeans of a given type.
AdminBeanIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.AdminBeanIteratorTag
 
AdminBeanManager - Class in com.ecyrd.jspwiki.ui.admin
Provides a manager class for all AdminBeans within JSPWiki.
AdminBeanManager(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ui.admin.AdminBeanManager
 
adminExists() - Method in class com.ecyrd.jspwiki.ui.Installer
Returns true if the administrative user had been created previously.
ALIAS - Static variable in class com.ecyrd.jspwiki.WikiPage
A special variable name for storing a page alias.
ALL - Static variable in class com.ecyrd.jspwiki.auth.authorize.Role
All users, regardless of authentication status
ALL_ITEMS - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Magic value for rendering all items.
allCommands() - Static method in class com.ecyrd.jspwiki.ui.AbstractCommand
Returns a defensively-created array of all static Commands.
allowedByLocalPolicy(Principal[], Permission) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Checks to see if the local security policy allows a particular static Permission.
allowsCookieAssertions() - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Determines whether this WikiEngine allows users to assert identities using cookies instead of passwords.
allowsCookieAuthentication() - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Determines whether this WikiEngine allows users to authenticate using cookies instead of passwords.
AllPermission - Class in com.ecyrd.jspwiki.auth.permissions
Permission to perform all operations on a given wiki.
AllPermission() - Constructor for class com.ecyrd.jspwiki.auth.permissions.AllPermission
For serialization purposes.
AllPermission(String) - Constructor for class com.ecyrd.jspwiki.auth.permissions.AllPermission
Creates a new AllPermission for the given wikis.
AllPermissionCollection - Class in com.ecyrd.jspwiki.auth.permissions
A collection of AllPermission objects.
AllPermissionCollection() - Constructor for class com.ecyrd.jspwiki.auth.permissions.AllPermissionCollection
 
ANCHOR - Static variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
ANONYMOUS - Static variable in class com.ecyrd.jspwiki.auth.authorize.Role
If the user hasn't supplied a name
ANONYMOUS - Static variable in class com.ecyrd.jspwiki.WikiSession
An anonymous user's session status.
AnonymousLoginModule - Class in com.ecyrd.jspwiki.auth.login
Logs in a user based solely on IP address; no other authentication is performed.
AnonymousLoginModule() - Constructor for class com.ecyrd.jspwiki.auth.login.AnonymousLoginModule
 
APP_NAME - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
append(DavPath) - Method in class com.ecyrd.jspwiki.dav.DavPath
Adds another path to the end of this path.
append(String) - Method in class com.ecyrd.jspwiki.dav.DavPath
Adds another path to the end of this path.
APPNAME - Static variable in class com.ecyrd.jspwiki.Release
This is the default application name.
ASSERTED - Static variable in class com.ecyrd.jspwiki.auth.authorize.Role
If the user has supplied a cookie with a username
ASSERTED - Static variable in class com.ecyrd.jspwiki.WikiSession
An asserted user's session status.
ATOM - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Parameter value to represent Atom feeds.
AtomAPIServlet - Class in com.ecyrd.jspwiki.rpc.atom
Handles incoming requests for the Atom API.
AtomAPIServlet() - Constructor for class com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
 
AtomFeed - Class in com.ecyrd.jspwiki.rss
Provides an Atom 1.0 standard feed, with enclosures.
AtomFeed(WikiContext) - Constructor for class com.ecyrd.jspwiki.rss.AtomFeed
Create a new AtomFeed for a given WikiContext.
ATTACH - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
ATTACH - Static variable in class com.ecyrd.jspwiki.WikiContext
User is downloading an attachment.
Attachment - Class in com.ecyrd.jspwiki.attachment
Describes an attachment.
Attachment(WikiEngine, String, String) - Constructor for class com.ecyrd.jspwiki.attachment.Attachment
Creates a new attachment.
ATTACHMENT - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
AttachmentDavProvider - Class in com.ecyrd.jspwiki.dav
 
AttachmentDavProvider(WikiEngine) - Constructor for class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
AttachmentDirectoryItem - Class in com.ecyrd.jspwiki.dav.items
 
AttachmentDirectoryItem(DavProvider, DavPath) - Constructor for class com.ecyrd.jspwiki.dav.items.AttachmentDirectoryItem
 
AttachmentItem - Class in com.ecyrd.jspwiki.dav.items
Represents a DAV attachment.
AttachmentItem(AttachmentDavProvider, DavPath, Attachment) - Constructor for class com.ecyrd.jspwiki.dav.items.AttachmentItem
Constructs a new DAV attachment.
AttachmentManager - Class in com.ecyrd.jspwiki.attachment
Provides facilities for handling attachments.
AttachmentManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.attachment.AttachmentManager
Creates a new AttachmentManager.
attachmentsEnabled() - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns true, if attachments are enabled and running.
AttachmentServlet - Class in com.ecyrd.jspwiki.attachment
This is the chief JSPWiki attachment management servlet.
AttachmentServlet() - Constructor for class com.ecyrd.jspwiki.attachment.AttachmentServlet
 
AttachmentsIteratorInfo - Class in com.ecyrd.jspwiki.tags
Just provides the TEI data for AttachmentsIteratorTag.
AttachmentsIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.AttachmentsIteratorInfo
 
AttachmentsIteratorTag - Class in com.ecyrd.jspwiki.tags
Iterates through the list of attachments one has.
AttachmentsIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag
 
ATTDIR_EXTENSION - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
The default extension for the attachment directory.
ATTR_CONTEXT - Static variable in class com.ecyrd.jspwiki.tags.WikiTagBase
 
ATTR_EDITEDTEXT - Static variable in class com.ecyrd.jspwiki.ui.EditorManager
Known attribute name for storing the user edited text inside a session or a page context
ATTR_ISWEBLOG - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
The attribute which is stashed to the WikiPage attributes to check if a page is a weblog or not.
ATTR_NEWVERSION - Static variable in class com.ecyrd.jspwiki.tags.InsertDiffTag
Attribute which is used to store the new page content to the Page Context
ATTR_OLDVERSION - Static variable in class com.ecyrd.jspwiki.tags.InsertDiffTag
Attribute which is used to store the old page content to the Page Context
ATTR_RECURSE - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
This attribute is stashed in the WikiContext to make sure that we don't have circular references.
attributeCount() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns the number of attributes on this link.
AUTHENTICATED - Static variable in class com.ecyrd.jspwiki.auth.authorize.Role
If the user has authenticated with the Container or UserDatabase
AUTHENTICATED - Static variable in class com.ecyrd.jspwiki.WikiSession
An authenticated user's session status.
AuthenticationManager - Class in com.ecyrd.jspwiki.auth
Manages authentication activities for a WikiEngine: user login, logout, and credential refreshes.
AuthenticationManager() - Constructor for class com.ecyrd.jspwiki.auth.AuthenticationManager
 
AuthorizationManager - Class in com.ecyrd.jspwiki.auth
Manages all access control and authorization; determines what authenticated users are allowed to do.
AuthorizationManager() - Constructor for class com.ecyrd.jspwiki.auth.AuthorizationManager
Constructs a new AuthorizationManager instance.
Authorizer - Interface in com.ecyrd.jspwiki.auth
Interface for service providers of authorization information.
AuthorizerCallback - Class in com.ecyrd.jspwiki.auth.login
Callback for requesting and supplying an Authorizer required by a LoginModule.
AuthorizerCallback() - Constructor for class com.ecyrd.jspwiki.auth.login.AuthorizerCallback
 
AuthorTag - Class in com.ecyrd.jspwiki.tags
Writes the author name of the current page, including a link to that page, if that page exists.
AuthorTag() - Constructor for class com.ecyrd.jspwiki.tags.AuthorTag
 

B

backgroundTask() - Method in class com.ecyrd.jspwiki.rss.RSSThread
Runs the RSS generator thread.
backgroundTask() - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Abstract method that performs the actual work for this background thread; subclasses must implement this method.
BASE64_PREFIX - Static variable in class com.ecyrd.jspwiki.util.Serializer
Prefix used to indicated that a serialized item was encoded with Base64.
BASE_URL - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
BaseURLTag - Class in com.ecyrd.jspwiki.tags
Writes the jspwiki.baseURL property.
BaseURLTag() - Constructor for class com.ecyrd.jspwiki.tags.BaseURLTag
 
BasicAttachmentProvider - Class in com.ecyrd.jspwiki.providers
Provides basic, versioning attachments.
BasicAttachmentProvider() - Constructor for class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
BasicAttachmentProvider.AttachmentFilter - Class in com.ecyrd.jspwiki.providers
Returns only those directories that contain attachments.
BasicAttachmentProvider.AttachmentFilter() - Constructor for class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentFilter
 
BasicAttachmentProvider.AttachmentVersionFilter - Class in com.ecyrd.jspwiki.providers
Accepts only files that are actual versions, no control files.
BasicAttachmentProvider.AttachmentVersionFilter() - Constructor for class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentVersionFilter
 
BasicPageFilter - Class in com.ecyrd.jspwiki.filters
Provides a base implementation of a PageFilter.
BasicPageFilter() - Constructor for class com.ecyrd.jspwiki.filters.BasicPageFilter
 
BasicSearchProvider - Class in com.ecyrd.jspwiki.search
Interface for the search providers that handle searching the Wiki
BasicSearchProvider() - Constructor for class com.ecyrd.jspwiki.search.BasicSearchProvider
 
beautifyString(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Adds spaces in suitable locations of the input string.
beautifyString(String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Adds spaces in suitable locations of the input string.
beautifyTitle(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.WikiEngine
Beautifies the title of the page by appending non-breaking spaces in suitable places.
BLANK - Static variable in class com.ecyrd.jspwiki.tags.UserProfileTag
 
BlogUtil - Class in com.ecyrd.jspwiki.util
Contains useful utilities for JSPWiki blogging functionality.
BreadcrumbsTag - Class in com.ecyrd.jspwiki.tags
Implement a "breadcrumb" (most recently visited) trail.
BreadcrumbsTag() - Constructor for class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
BreadcrumbsTag.FixedQueue - Class in com.ecyrd.jspwiki.tags
Extends the LinkedList class to provide a fixed-size queue implementation
BREADCRUMBTRAIL_KEY - Static variable in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
The name of the session attribute representing the breadcrumbtrail
BugReportHandler - Class in com.ecyrd.jspwiki.plugin
Provides a handler for bug reports.
BugReportHandler() - Constructor for class com.ecyrd.jspwiki.plugin.BugReportHandler
 
BUILD - Static variable in class com.ecyrd.jspwiki.Release
The build number/identifier.
buildApprovalWorkflow(Principal, String, Task, String, Fact[], Task, String) - Method in class com.ecyrd.jspwiki.workflow.WorkflowBuilder
Builds an approval workflow that requests approval from a named user, Group or Role before running a Task.

C

CachingAttachmentProvider - Class in com.ecyrd.jspwiki.providers
Provides a caching attachment provider.
CachingAttachmentProvider() - Constructor for class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
 
CachingProvider - Class in com.ecyrd.jspwiki.providers
Provides a caching page provider.
CachingProvider() - Constructor for class com.ecyrd.jspwiki.providers.CachingProvider
 
CalendarTag - Class in com.ecyrd.jspwiki.tags
Provides a nice calendar.
CalendarTag() - Constructor for class com.ecyrd.jspwiki.tags.CalendarTag
 
callHeadingListenerChain(Heading) - Method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Calls the heading listeners.
callMutatorChain(Collection, String) - Method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Calls a transmutator chain.
changeAcl(WikiPage, Principal[], Principal) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.WikiPage
A special variable name for storing a changenote.
CHARACTER - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The token is a plain character.
checkCompatibility(WikiModuleInfo) - Method in class com.ecyrd.jspwiki.modules.ModuleManager
Returns true, if the given module is compatible with this version of JSPWiki.
checkFor304(HttpServletRequest, WikiPage) - Static method in class com.ecyrd.jspwiki.util.HttpUtil
If returns true, then should return a 304 (HTTP_NOT_MODIFIED)
checkGroupName(WikiContext, String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.filters.SpamFilter
This method checks if the hash value is still valid, i.e. if it exists at all.
CheckLockInfo - Class in com.ecyrd.jspwiki.tags
A companion to CheckLogTag.
CheckLockInfo() - Constructor for class com.ecyrd.jspwiki.tags.CheckLockInfo
 
CheckLockTag - Class in com.ecyrd.jspwiki.tags
Checks whether the page is locked for editing.
CheckLockTag() - Constructor for class com.ecyrd.jspwiki.tags.CheckLockTag
 
checkPermission(Permission) - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Checks if the specified permission is part of the permission set in this entry.
checkPermission(Permission) - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Checks if the specified permission is part of the permission set in this entry.
checkPermission(WikiSession, Permission) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags
Includes body, if the request context matches.
CheckRequestContextTag() - Constructor for class com.ecyrd.jspwiki.tags.CheckRequestContextTag
 
checkStaticPermission(WikiSession, Permission) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Determines whether a Subject possesses a given "static" Permission as defined in the security policy file.
CheckVersionTag - Class in com.ecyrd.jspwiki.tags
Does a version check on the page.
CheckVersionTag() - Constructor for class com.ecyrd.jspwiki.tags.CheckVersionTag
 
CLASS_EDITPAGE - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The value for anchor element class attributes when used for edit page links.
CLASS_INTERWIKI - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The value for anchor element class attributes when used for interwiki page links.
CLASS_WIKIPAGE - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The value for anchor element class attributes when used for wiki page (normal) links.
ClassUtil - Class in com.ecyrd.jspwiki.util
Contains useful utilities for class file manipulation.
cleanLink(String) - Static method in class com.ecyrd.jspwiki.parser.MarkupParser
Cleans a Wiki name.
cleanLink(String, String) - Static method in class com.ecyrd.jspwiki.parser.MarkupParser
Cleans a Wiki name based on a list of characters.
cleanLink(String) - Static method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Cleans a Wiki name.
CleanTextRenderer - Class in com.ecyrd.jspwiki.render
A simple renderer that just renders all the text() nodes from the DOM tree.
CleanTextRenderer(WikiContext, WikiDocument) - Constructor for class com.ecyrd.jspwiki.render.CleanTextRenderer
Create a renderer.
cleanup(long) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
Performs a cleanup of all items older than maxage.
cleanup() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Clears the attribute map and sets the current step field to null.
clear() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Clears all Principals from the group list.
clear() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
clearList() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
Clears the iterator away.
clearLoginCookie(WikiEngine, HttpServletRequest, HttpServletResponse) - Static method in class com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule
Clears away the login cookie, and removes the uid-username mapping file as well.
clearMessages() - Method in class com.ecyrd.jspwiki.WikiSession
Clears all messages associated with this session.
clearMessages(String) - Method in class com.ecyrd.jspwiki.WikiSession
Clears all messages associated with a session topic.
clearPageEntries(String) - Method in class com.ecyrd.jspwiki.ReferenceManager
Clears the references to a certain page so it's no longer in the map.
clearUserCookie(HttpServletResponse) - Static method in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
Removes the user cookie from the response.
clone() - Method in class com.ecyrd.jspwiki.WikiContext
Returns a shallow clone of the WikiContext.
clone() - Method in class com.ecyrd.jspwiki.WikiPage
Creates a deep clone of a WikiPage.
close() - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
close() - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. 
CollatorComparator - Class in com.ecyrd.jspwiki.util.comparators
A comparator that sorts Strings using a Collator.
CollatorComparator() - Constructor for class com.ecyrd.jspwiki.util.comparators.CollatorComparator
Default constructor uses the current locale's collator.
CollatorComparator(Collator) - Constructor for class com.ecyrd.jspwiki.util.comparators.CollatorComparator
Construct with a specific collator.
com.ecyrd.jspwiki - package com.ecyrd.jspwiki
The chief package of JSPWiki.
com.ecyrd.jspwiki.attachment - package com.ecyrd.jspwiki.attachment
Attachment management, uploading and downloading.
com.ecyrd.jspwiki.auth - package com.ecyrd.jspwiki.auth
Authentication, Authorization and the third A thing.
com.ecyrd.jspwiki.auth.acl - package com.ecyrd.jspwiki.auth.acl
Access Control List implementation.
com.ecyrd.jspwiki.auth.authorize - package com.ecyrd.jspwiki.auth.authorize
Authorizer implementation.
com.ecyrd.jspwiki.auth.login - package com.ecyrd.jspwiki.auth.login
Provides the different login modules that JSPWiki uses.
com.ecyrd.jspwiki.auth.permissions - package com.ecyrd.jspwiki.auth.permissions
 
com.ecyrd.jspwiki.auth.user - package com.ecyrd.jspwiki.auth.user
 
com.ecyrd.jspwiki.content - package com.ecyrd.jspwiki.content
Provides content management functionality for JSPWiki.
com.ecyrd.jspwiki.dav - package com.ecyrd.jspwiki.dav
 
com.ecyrd.jspwiki.dav.items - package com.ecyrd.jspwiki.dav.items
 
com.ecyrd.jspwiki.dav.methods - package com.ecyrd.jspwiki.dav.methods
 
com.ecyrd.jspwiki.diff - package com.ecyrd.jspwiki.diff
 
com.ecyrd.jspwiki.event - package com.ecyrd.jspwiki.event
 
com.ecyrd.jspwiki.filters - package com.ecyrd.jspwiki.filters
Provides page and content filtering functionality for JSPWiki.
com.ecyrd.jspwiki.forms - package com.ecyrd.jspwiki.forms
Contains classes for doing form handling within JSPWiki.
com.ecyrd.jspwiki.htmltowiki - package com.ecyrd.jspwiki.htmltowiki
 
com.ecyrd.jspwiki.i18n - package com.ecyrd.jspwiki.i18n
 
com.ecyrd.jspwiki.modules - package com.ecyrd.jspwiki.modules
 
com.ecyrd.jspwiki.parser - package com.ecyrd.jspwiki.parser
 
com.ecyrd.jspwiki.plugin - package com.ecyrd.jspwiki.plugin
Provides plugins to the JSPWiki.
com.ecyrd.jspwiki.preferences - package com.ecyrd.jspwiki.preferences
Preferences storage.
com.ecyrd.jspwiki.providers - package com.ecyrd.jspwiki.providers
Provides storage for JSPWiki.
com.ecyrd.jspwiki.render - package com.ecyrd.jspwiki.render
 
com.ecyrd.jspwiki.rpc - package com.ecyrd.jspwiki.rpc
 
com.ecyrd.jspwiki.rpc.atom - package com.ecyrd.jspwiki.rpc.atom
 
com.ecyrd.jspwiki.rpc.json - package com.ecyrd.jspwiki.rpc.json
Provides utility classes for using the JSON-RPC AJAX library.
com.ecyrd.jspwiki.rss - package com.ecyrd.jspwiki.rss
 
com.ecyrd.jspwiki.search - package com.ecyrd.jspwiki.search
Provides the JSPWiki search functionality.
com.ecyrd.jspwiki.tags - package com.ecyrd.jspwiki.tags
Provides standard JSP tags for JSPWiki.
com.ecyrd.jspwiki.ui - package com.ecyrd.jspwiki.ui
Java classes for management of the JSP user interface.
com.ecyrd.jspwiki.ui.admin - package com.ecyrd.jspwiki.ui.admin
Contains classes for the JSPWiki administrative interface.
com.ecyrd.jspwiki.ui.admin.beans - package com.ecyrd.jspwiki.ui.admin.beans
 
com.ecyrd.jspwiki.ui.progress - package com.ecyrd.jspwiki.ui.progress
Provides progress management routines.
com.ecyrd.jspwiki.url - package com.ecyrd.jspwiki.url
Provides the URL generation routines.
com.ecyrd.jspwiki.util - package com.ecyrd.jspwiki.util
Provides a number of utility libraries that are of general use.
com.ecyrd.jspwiki.util.comparators - package com.ecyrd.jspwiki.util.comparators
 
com.ecyrd.jspwiki.workflow - package com.ecyrd.jspwiki.workflow
 
com.ecyrd.jspwiki.xmlrpc - package com.ecyrd.jspwiki.xmlrpc
 
com.ecyrd.management - package com.ecyrd.management
 
combineURL(String, String) - Static method in class com.ecyrd.jspwiki.dav.DavUtil
 
Command - Interface in com.ecyrd.jspwiki.ui
Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.
CommandResolver - Class in com.ecyrd.jspwiki.ui
Resolves special pages, JSPs and Commands on behalf of a WikiEngine.
CommandResolver(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.ui.CommandResolver
Constructs a CommandResolver for a given WikiEngine.
COMMENT - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the comment permission.
COMMENT - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
COMMENT - Static variable in class com.ecyrd.jspwiki.WikiContext
User is commenting something.
COMMENT_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the comment permission.
COMMENT_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 
CommentedProperties - Class in com.ecyrd.jspwiki.util
Extends Properties by providing support for comment preservation.
CommentedProperties() - Constructor for class com.ecyrd.jspwiki.util.CommentedProperties
 
CommentedProperties(Properties) - Constructor for class com.ecyrd.jspwiki.util.CommentedProperties
Creates new properties.
CommentLinkTag - Class in com.ecyrd.jspwiki.tags
Writes a comment link.
CommentLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.CommentLinkTag
 
commit() - Method in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
Deprecated. there is no need to call this method because the save and delete methods contain their own commit logic
commit() - Method in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Deprecated. there is no need to call this method because the save and delete methods contain their own commit logic
commit() - Method in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
Deprecated. there is no need to call this method because the save and delete methods contain their own commit logic
commit() - Method in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Commits the login.
commit() - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Deprecated. there is no need to call this method because the save, rename and delete methods contain their own commit logic
commit() - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Deprecated. there is no need to call this method because the save, rename and delete methods contain their own commit logic
commit() - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op.
COMPARATOR - Static variable in class com.ecyrd.jspwiki.auth.WikiPrincipal
Static instance of Comparator that allows Principals to be sorted.
compare(Principal, Principal) - Method in class com.ecyrd.jspwiki.auth.PrincipalComparator
Compares two Principal objects.
compare(WikiPage, WikiPage) - Method in class com.ecyrd.jspwiki.PageTimeComparator
compare(SearchResult, SearchResult) - Method in class com.ecyrd.jspwiki.SearchResultComparator
Compares two SearchResult objects, returning the one that scored higher.
compare(String, String) - Method in class com.ecyrd.jspwiki.util.comparators.CollatorComparator
 
compare(String, String) - Method in class com.ecyrd.jspwiki.util.comparators.HumanComparator
 
compare(String, String) - Method in class com.ecyrd.jspwiki.util.comparators.JavaNaturalComparator
 
compare(Object, Object) - Method in class com.ecyrd.jspwiki.util.PageSorter
Compare two page names (Object version).
compare(String, String) - Method in class com.ecyrd.jspwiki.util.PageSorter
Compare two page names (String version).
compare(WikiPage, WikiPage) - Method in class com.ecyrd.jspwiki.util.PageSorter
Compare two pages (WikiPage version).
compareTo(Principal) - Method in class com.ecyrd.jspwiki.auth.WikiPrincipal
Allows comparisons to any other Principal objects.
compareTo(WikiModuleInfo) - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
compareTo(Object) - Method in class com.ecyrd.jspwiki.WikiPage
Compares a page with another using the defined PageNameComparator.
complete() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.event.WorkflowEvent
After the Workflow has finished processing all Steps, without errors.
COMPLETED - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
State value: Workflow completed all Steps without errors.
CONFLICT - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
CONFLICT - Static variable in class com.ecyrd.jspwiki.WikiContext
User has an internal conflict, and does quite not know what to do.
containerRoleTable() - Method in class com.ecyrd.jspwiki.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.
containsKey(Object) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
containsValue(Object) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
ContentEncodingTag - Class in com.ecyrd.jspwiki.tags
Returns the app name.
ContentEncodingTag() - Constructor for class com.ecyrd.jspwiki.tags.ContentEncodingTag
 
ContentTag - Class in com.ecyrd.jspwiki.tags
Is used as a "super include" tag, which can include the proper context based on the wikicontext.
ContentTag() - Constructor for class com.ecyrd.jspwiki.tags.ContentTag
 
ContextualDiffProvider - Class in com.ecyrd.jspwiki.diff
A seriously better diff provider, which highlights changes word-by-word using CSS.
ContextualDiffProvider() - Constructor for class com.ecyrd.jspwiki.diff.ContextualDiffProvider
Constructs this provider.
convert() - Method in class com.ecyrd.jspwiki.util.ProviderConverter
 
COOKIE_AUTHENTICATION_MODULE - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
The name of the built-in cookie authentication module
COOKIE_DIR - Static variable in class com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule
The directory name under which the cookies are stored.
COOKIE_MODULE - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
The name of the built-in cookie assertion module
CookieAssertionLoginModule - Class in com.ecyrd.jspwiki.auth.login
Logs in a user based on assertion of a name supplied in a cookie.
CookieAssertionLoginModule() - Constructor for class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
 
CookieAuthenticationLoginModule - Class in com.ecyrd.jspwiki.auth.login
Logs in an user based on a cookie stored in the user's computer.
CookieAuthenticationLoginModule() - Constructor for class com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule
 
CookieTag - Class in com.ecyrd.jspwiki.tags
Sets or gets Cookie values.
CookieTag() - Constructor for class com.ecyrd.jspwiki.tags.CookieTag
 
copyContents(Reader, Writer) - Static method in class com.ecyrd.jspwiki.FileUtil
Just copies all characters from in to out.
copyContents(InputStream, OutputStream) - Static method in class com.ecyrd.jspwiki.FileUtil
Just copies all bytes from in to out.
CORE - Static variable in interface com.ecyrd.jspwiki.ui.admin.AdminBean
 
CORE_BUNDLE - Static variable in class com.ecyrd.jspwiki.i18n.InternationalizationManager
The name of the ResourceBundle which contains any and all JSPWiki core resource strings.
CORE_PLUGINS_RESOURCEBUNDLE - Static variable in interface com.ecyrd.jspwiki.plugin.WikiPlugin
Name of the default plugin resource bundle.
CoreBean - Class in com.ecyrd.jspwiki.ui.admin.beans
An AdminBean which manages the JSPWiki core operations.
CoreBean(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
count(T) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
Returns the count how many times this object is available in this list, using equals().
Counter - Class in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.plugin.Counter
 
countSections(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Counts the number of sections (separated with "----") from the page.
CREATE_GROUP - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
CREATE_GROUP - Static variable in class com.ecyrd.jspwiki.WikiContext
User wishes to create a new group
CREATE_GROUPS - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
A static instance of the createGroups permission.
CREATE_GROUPS_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Name of the action for createGroups permission.
CREATE_GROUPS_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
 
CREATE_PAGES - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
A static instance of the createPages permission.
CREATE_PAGES_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Name of the action for createPages permission.
CREATE_PAGES_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
 
createAdministrator() - Method in class com.ecyrd.jspwiki.ui.Installer
Creates an adminstrative user and returns the new password.
createAnchor(int, String, String, String) - Method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Creates a JDOM anchor element.
createContext(HttpServletRequest, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Shortcut to create a WikiContext from a supplied HTTP request, using a default wiki context.
CREATED - Static variable in class com.ecyrd.jspwiki.event.WorkflowEvent
After Workflow instantiation.
CREATED - Static variable in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Status: The PI is created.
CREATED - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
State value: Workflow instantiated, but not started.
createETag(WikiPage) - Static method in class com.ecyrd.jspwiki.util.HttpUtil
Creates an ETag based on page information.
createMask(String) - Static method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Protected method that creates a binary mask based on the actions specified.
createMask(String) - Static method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Private method that creates a binary mask based on the actions specified.
createMask(String) - Static method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Private method that creates a binary mask based on the actions specified.
createProperties(String[]) - Static method in class com.ecyrd.jspwiki.TextUtil
Creates a Properties object based on an array which contains alternatively a key and a value.
CreoleFilter - Class in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.filters.CreoleFilter
 
CreoleRenderer - Class in com.ecyrd.jspwiki.render
Implements DOM-to-Creole rendering.
CreoleRenderer(WikiContext, WikiDocument) - Constructor for class com.ecyrd.jspwiki.render.CreoleRenderer
Creates a new Creole Renderer.
CreoleToJSPWikiTranslator - Class in com.ecyrd.jspwiki.parser
Translates Creole markp to JSPWiki markup.
CreoleToJSPWikiTranslator() - Constructor for class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
 
CryptoUtil - Class in com.ecyrd.jspwiki.util
Hashes and verifies salted SHA-1 passwords, which are compliant with RFC 2307.
CurrentTimePlugin - Class in com.ecyrd.jspwiki.plugin
Just displays the current date and time.
CurrentTimePlugin() - Constructor for class com.ecyrd.jspwiki.plugin.CurrentTimePlugin
 

D

DavContext - Class in com.ecyrd.jspwiki.dav
 
DavContext(HttpServletRequest, DavPath) - Constructor for class com.ecyrd.jspwiki.dav.DavContext
 
DavItem - Class in com.ecyrd.jspwiki.dav.items
 
DavItem(DavProvider, DavPath) - Constructor for class com.ecyrd.jspwiki.dav.items.DavItem
 
DavMethod - Class in com.ecyrd.jspwiki.dav.methods
 
DavMethod(DavProvider) - Constructor for class com.ecyrd.jspwiki.dav.methods.DavMethod
 
DavPath - Class in com.ecyrd.jspwiki.dav
The DavPath represents an abstract path to any resource within the WebDav system.
DavPath(DavPath) - Constructor for class com.ecyrd.jspwiki.dav.DavPath
Creates a new DavPath from an old one.
DavPath(String) - Constructor for class com.ecyrd.jspwiki.dav.DavPath
Creates a new DavPath object.
DavProvider - Interface in com.ecyrd.jspwiki.dav
 
DavUtil - Class in com.ecyrd.jspwiki.dav
 
DavUtil() - Constructor for class com.ecyrd.jspwiki.dav.DavUtil
 
decide(Outcome) - Method in class com.ecyrd.jspwiki.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.
decide(Decision, Outcome) - Method in class com.ecyrd.jspwiki.workflow.DecisionQueue
Attempts to complete a Decision by calling Decision.decide(Outcome).
Decision - Class in com.ecyrd.jspwiki.workflow
AbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal).
Decision(Workflow, String, Principal, Outcome) - Constructor for class com.ecyrd.jspwiki.workflow.Decision
Constructs a new Decision for a required "actor" Principal, having a default Outcome.
DECISION_ACKNOWLEDGE - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Acknowlege the Decision.
DECISION_APPROVE - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Approve the Decision (and complete the step).
DECISION_DENY - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Deny the Decision (and complete the step).
DECISION_HOLD - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Put the Decision on hold (and pause the step).
DECISION_REASSIGN - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Reassign the Decision to another actor (and pause the step).
DecisionQueue - Class in com.ecyrd.jspwiki.workflow
Keeps a queue of pending Decisions that need to be acted on by named Principals.
DecisionQueue() - Constructor for class com.ecyrd.jspwiki.workflow.DecisionQueue
Constructs a new DecisionQueue.
DecisionRequiredException - Exception in com.ecyrd.jspwiki.workflow
Exception thrown when an activity -- that would otherwise complete silently -- cannot complete because a workflow Decision is required.
DecisionRequiredException(String) - Constructor for exception com.ecyrd.jspwiki.workflow.DecisionRequiredException
Constructs a new exception.
decisions() - Method in class com.ecyrd.jspwiki.workflow.DecisionQueue
Protected method that returns all pending Decisions in the queue, in order of submission.
decodeName(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Decodes a URL-encoded request back to regular life.
deepClone() - Method in class com.ecyrd.jspwiki.WikiContext
Creates a deep clone of the WikiContext.
deepHashCode() - Method in class com.ecyrd.jspwiki.ReferenceManager
This 'deepHashCode' can be used to determine if there were any modifications made to the underlying to and by maps of the ReferenceManager.
DEFAULT_AUTHORIZER - Static variable in class com.ecyrd.jspwiki.auth.AuthorizationManager
The default external Authorizer is the WebContainerAuthorizer
DEFAULT_DATE_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
 
DEFAULT_DATEFORMAT - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
The default date format used in the blog entry page names.
DEFAULT_DB_ATTRIBUTES - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_CREATED - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_EMAIL - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_FULL_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_JNDI_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_LOCK_EXPIRY - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_LOGIN_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_MODIFIED - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_PASSWORD - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_ROLE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_ROLE_TABLE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_TABLE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_UID - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_DB_WIKI_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
DEFAULT_ENCODING - Static variable in class com.ecyrd.jspwiki.providers.AbstractFileProvider
The default encoding.
DEFAULT_EXPIRY - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Default expiry period is 1 day
DEFAULT_FORMAT - Static variable in class com.ecyrd.jspwiki.tags.PageDateTag
 
DEFAULT_GROUPDB_CREATED - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the the group creation timestamps.
DEFAULT_GROUPDB_CREATOR - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores group creator names.
DEFAULT_GROUPDB_DATASOURCE - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the JNDI name of the DataSource.
DEFAULT_GROUPDB_MEMBER - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores group member names.
DEFAULT_GROUPDB_MEMBER_TABLE - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the names of group members.
DEFAULT_GROUPDB_MODIFIED - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores group last-modified timestamps.
DEFAULT_GROUPDB_MODIFIER - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores names of users who last modified groups.
DEFAULT_GROUPDB_NAME - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default column name that stores the group names.
DEFAULT_GROUPDB_TABLE - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Default table name for the table that stores groups.
DEFAULT_HUMAN_COMPARATOR - Static variable in class com.ecyrd.jspwiki.util.comparators.HumanComparator
 
DEFAULT_INLINEPATTERN - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The default inlining pattern.
DEFAULT_INLINEPATTERN - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. The default inlining pattern.
DEFAULT_JAVA_COMPARATOR - Static variable in class com.ecyrd.jspwiki.util.comparators.JavaNaturalComparator
 
DEFAULT_LOCALE_COMPARATOR - Static variable in class com.ecyrd.jspwiki.util.comparators.CollatorComparator
 
DEFAULT_MAIL_CONN_TIMEOUT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
DEFAULT_MAIL_HOST - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
DEFAULT_MAIL_JNDI_NAME - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
DEFAULT_MAIL_PORT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
DEFAULT_MAIL_TIMEOUT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
DEFAULT_NAME - Static variable in class com.ecyrd.jspwiki.plugin.Counter
 
DEFAULT_NOTE_IMAGE - Static variable in class com.ecyrd.jspwiki.plugin.Note
The default name for the note.
DEFAULT_PACKAGE - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
This is the default package to try in case the instantiation fails.
DEFAULT_POLICY - Static variable in class com.ecyrd.jspwiki.auth.AuthorizationManager
Name of the default security policy file, in WEB-INF.
DEFAULT_PRIORITY - Static variable in class com.ecyrd.jspwiki.util.PriorityList
This is the default priority, which is used if no priority is defined.
DEFAULT_PROPERTYFILE - Static variable in class com.ecyrd.jspwiki.PropertyReader
Path to the default property file.
DEFAULT_RENDERER - Static variable in class com.ecyrd.jspwiki.render.RenderingManager
The name of the default renderer.
DEFAULT_SENDER - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
DEFAULT_SETNAME - Static variable in class com.ecyrd.jspwiki.plugin.Search
The default name of the result set.
DEFAULT_TEMPLATE - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
The name of the default template.
DEFAULT_TIME_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
 
DEFAULT_XMLFILE - Static variable in class com.ecyrd.jspwiki.filters.FilterManager
Default location for the filter XML property file.
DefaultAclManager - Class in com.ecyrd.jspwiki.auth.acl
Default implementation that parses Acls from wiki page markup.
DefaultAclManager() - Constructor for class com.ecyrd.jspwiki.auth.acl.DefaultAclManager
 
DefaultURLConstructor - Class in com.ecyrd.jspwiki.url
Implements the default URL constructor using links directly to the JSP pages.
DefaultURLConstructor() - Constructor for class com.ecyrd.jspwiki.url.DefaultURLConstructor
 
DefaultUserProfile - Class in com.ecyrd.jspwiki.auth.user
Default implementation for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.
delete(Group) - Method in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
Looks up and deletes a Group from the group database.
delete(Group) - Method in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Looks up and deletes a Group from the group database.
delete(Group) - Method in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
Looks up and deletes a Group from the group database.
DELETE - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Convenience constant that denotes GroupPermission( "*:*, "delete" ).
DELETE - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the delete permission.
DELETE - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
DELETE - Static variable in class com.ecyrd.jspwiki.WikiContext
User is deleting a page or an attachment.
DELETE_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Action for deleting a group or collection of groups.
DELETE_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the delete permission.
DELETE_GROUP - Static variable in class com.ecyrd.jspwiki.ui.GroupCommand
GroupCommand for deleting a group.
DELETE_GROUP - Static variable in class com.ecyrd.jspwiki.WikiContext
User is deleting an existing group.
DELETE_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
 
DELETE_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 
deleteAttachment(Attachment) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Deletes all versions of the given attachment.
deleteAttachment(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Removes an entire page from the repository.
deleteAttachment(Attachment) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Removes an entire page from the repository.
deleteAttachment(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Removes an entire page from the repository.
deleteByLoginName(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.XMLUserDatabase
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 com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op.
deletePage(WikiPage) - Method in class com.ecyrd.jspwiki.PageManager
Deletes an entire page, all versions, all traces.
deletePage(String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Removes an entire page from the repository.
deletePage(String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Removes an entire page from the repository.
deletePage(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
Removes an entire page from the repository. The implementations should really do no more security checks, since that is the domain of the PageManager. Just delete it as efficiently as you can. You should also delete any auxiliary files that belong to this page, IF they were created by this provider.

The reason why this is named differently from deleteVersion() (logically, this method should be an overloaded version) is that I want to be absolutely sure I don't accidentally use the wrong method. With overloading something like that happens sometimes...

deletePage(String) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Removes the page file and the RCS archive from the repository.
deletePage(String) - Method in class com.ecyrd.jspwiki.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 interface com.ecyrd.jspwiki.providers.WikiPageProvider
Removes an entire page from the repository.
deletePage(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Deletes a page or an attachment completely, including all versions.
deleteVersion(Attachment) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Deletes the given attachment version.
deleteVersion(WikiPage) - Method in class com.ecyrd.jspwiki.PageManager
Deletes only a specific version of a WikiPage.
deleteVersion(String, int) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Removes a specific version from the repository.
deleteVersion(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Removes a specific version from the repository.
deleteVersion(Attachment) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Removes a specific version from the repository. The implementations should really do no more security checks, since that is the domain of the PageManager. Just delete it as efficiently as you can.
deleteVersion(String, int) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Removes a specific version from the repository. The implementations should really do no more security checks, since that is the domain of the PageManager. Just delete it as efficiently as you can. Deleting versions has never really worked, JSPWiki assumes that version histories are "not gappy".
deleteVersion(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Removes a specific version from the repository.
deleteVersion(WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Deletes a specific version of a page or an attachment.
Denounce - Class in com.ecyrd.jspwiki.plugin
Denounces a link by removing it from any search engine.
Denounce() - Constructor for class com.ecyrd.jspwiki.plugin.Denounce
 
DESCRIPTION - Static variable in class com.ecyrd.jspwiki.WikiPage
"Summary" is a short summary of the page.
deserializeFromBase64(String) - Static method in class com.ecyrd.jspwiki.util.Serializer
Deserializes a Base64-encoded String into a HashMap.
destroy(WikiEngine) - Method in class com.ecyrd.jspwiki.filters.BasicPageFilter
Called for every filter, e.g. on wiki eingine shutdown.
destroy() - Method in class com.ecyrd.jspwiki.filters.FilterManager
Notifies PageFilters to clean up their ressources.
destroy(WikiEngine) - Method in interface com.ecyrd.jspwiki.filters.PageFilter
Called for every filter, e.g. on wiki eingine shutdown.
destroy() - Method in class com.ecyrd.jspwiki.ui.WikiServletFilter
Destroys the WikiServletFilter.
destroy() - Method in class com.ecyrd.jspwiki.WikiServlet
Destroys the WikiServlet; called by the servlet container when shutting down the webapp.
DIFF - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
DIFF - Static variable in class com.ecyrd.jspwiki.WikiContext
User is viewing a DIFF between the two versions of the page.
DifferenceManager - Class in com.ecyrd.jspwiki.diff
Load, initialize and delegate to the DiffProvider that will actually do the work.
DifferenceManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.diff.DifferenceManager
Creates a new DifferenceManager for the given engine.
DiffLinkTag - Class in com.ecyrd.jspwiki.tags
Writes a diff link.
DiffLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.DiffLinkTag
 
DiffProvider - Interface in com.ecyrd.jspwiki.diff
Provides an SPI for creating a diff between two page versions.
DiffProvider.NullDiffProvider - Class in com.ecyrd.jspwiki.diff
If there is no diff provider set, this provider will work instead.
DiffProvider.NullDiffProvider() - Constructor for class com.ecyrd.jspwiki.diff.DiffProvider.NullDiffProvider
 
DIR_EXTENSION - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
The default extension for the page attachment directory name.
DIR_EXTENSION - Static variable in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
The extension to append to directory names to denote an attachment directory.
DIRECTORY - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
The default directory for the properties.
DirectoryItem - Class in com.ecyrd.jspwiki.dav.items
 
DirectoryItem(DavProvider, DavPath) - Constructor for class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
disable() - Method in class com.ecyrd.jspwiki.util.WatchDog
Is used to disable a WatchDog.
disableAccessRules() - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Disables access rule parsing.
disableAccessRules() - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Disables access rules parsing.
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.HistoryIteratorTag
 
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.PluginTag
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
doAfterBody() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags.TranslateTag
 
doCatch(Throwable) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags.WikiBodyTag
 
doCatch(Throwable) - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
doCopy(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
 
doCopy(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
doEndTag() - Method in class com.ecyrd.jspwiki.tags.ContentTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.CookieTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.EditorTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.ParamTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.PluginTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.TabTag
doEndTag() - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.ecyrd.jspwiki.ui.WikiJSPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.ecyrd.jspwiki.ui.WikiServletFilter
Checks that the WikiEngine is running ok, wraps the current HTTP request, and sets the correct authentication state for the users's WikiSession.
doFinally() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
Executed after the tag has been finished.
doFinally() - Method in class com.ecyrd.jspwiki.tags.TabTag
doFinally() - Method in class com.ecyrd.jspwiki.tags.WikiBodyTag
 
doFinally() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
doFullLuceneReindex() - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Performs a full Lucene reindex, if necessary.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.dav.WikiDavServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
Handles HTTP GET.
doGet(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
doGet(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.beans.PluginBean
 
doGet(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
doGet(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.SimpleAdminBean
By default, this method creates a blob of HTML, listing all the attributes which can be read or written to.
doGet(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.WikiFormAdminBean
 
doGet(WikiContext) - Method in interface com.ecyrd.jspwiki.ui.GenericHTTPHandler
Return basic HTML.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.WikiServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
Handles HTTP GET.
doInitBody() - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
doJAASLogin(Class<? extends LoginModule>, CallbackHandler, Map<String, String>) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Instantiates and executes a single JAAS LoginModule, and returns a Set of Principals that results from a successful login.
doLock(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
The default implementation of this class just returns an error code.
doMkCol(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
 
doMkCol(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doMove(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
 
doMove(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Implements the OPTIONS method.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Grabs mime/multipart data and stores it into the temporary area.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
Implements the PostURI of the Atom spec.
doPost(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
doPost(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
doPost(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.beans.UserBean
 
doPost(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.SimpleAdminBean
Not implemented yet.
doPost(WikiContext) - Method in interface com.ecyrd.jspwiki.ui.GenericHTTPHandler
Handles a POST response.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.WikiServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
Handle HTTP POST.
doPostSaveFiltering(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Does the page filtering after the page has been saved.
doPostTranslateFiltering(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Does the filtering after HTML translation.
doPreSaveFiltering(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Does the filtering before a save to the page repository.
doPreTranslateFiltering(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Does the filtering before a translation.
doPrivileged(WikiSession, PrivilegedAction<?>) - Static method in class com.ecyrd.jspwiki.WikiSession
Wrapper for Subject.doAsPrivileged(Subject, java.security.PrivilegedExceptionAction, java.security.AccessControlContext) that executes an action with the privileges posssessed by a WikiSession's Subject.
doPropFind(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Implements the PROPFIND method.
doPropFind(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
 
doPropFind(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doPropPatch(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
 
doPropPatch(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
doReplacement(String, String, boolean) - Method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Does replacement of some particular variables.
doStartTag() - Method in class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag
doStartTag() - Method in class com.ecyrd.jspwiki.tags.EditorIteratorTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.HistoryIteratorTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
doStartTag() - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
doStartTag() - Method in class com.ecyrd.jspwiki.tags.WikiBodyTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
The default implementation of this class just returns an error code.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.AuthorTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.BaseURLTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CalendarTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CheckLockTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CheckRequestContextTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CheckVersionTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CommentLinkTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.ContentEncodingTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.ContentTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.EditorTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.FeedDiscoveryTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.HasAttachmentsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.IfNoSearchResultsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.IncludeResourcesTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.InsertDiffTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.LinkToParentTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.MessagesTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.NextVersionTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageExistsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageNameTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageSizeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageTypeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageVersionTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.ParentPageNameTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PermissionTag
Initializes the tag.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PluginTag
A local stub for doing tags.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PreviousVersionTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.RequestResourceTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.RSSLinkTag
Deprecated. This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.SearchResultsSizeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.SearchResultsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.TabTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.TemplateDirTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UploadLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UserNameTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UserProfileTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.WikiBodyTag
A local stub for doing tags.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
This method is allowed to do pretty much whatever he wants.
DuplicateUserException - Exception in com.ecyrd.jspwiki.auth.user
Exception indicating that an identical user already exists in the user database.
DuplicateUserException(String) - Constructor for exception com.ecyrd.jspwiki.auth.user.DuplicateUserException
 
DynamicAttachment - Class in com.ecyrd.jspwiki.attachment
A DynamicAttachment is an attachment which does not really exist, but is created dynamically by a JSPWiki component.
DynamicAttachment(WikiEngine, String, String, DynamicAttachmentProvider) - Constructor for class com.ecyrd.jspwiki.attachment.DynamicAttachment
Creates a DynamicAttachment.
DynamicAttachmentProvider - Interface in com.ecyrd.jspwiki.attachment
Provides the data for an attachment.

E

EDIT - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Convenience constant that denotes GroupPermission( "*:*, "edit" ).
EDIT - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the edit permission.
EDIT - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
EDIT - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
EDIT - Static variable in class com.ecyrd.jspwiki.WikiContext
The EDIT context - the user is editing the page.
EDIT_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Action for editing a group or collection of groups.
EDIT_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the edit permission.
EDIT_GROUP - Static variable in class com.ecyrd.jspwiki.ui.GroupCommand
GroupCommand for editing a group.
EDIT_GROUP - Static variable in class com.ecyrd.jspwiki.WikiContext
User is editing an existing group.
EDIT_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
 
EDIT_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 
EDIT_PREFERENCES - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
A static instance of the editPreferences permission.
EDIT_PREFERENCES_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Name of the action for editPreferences permission.
EDIT_PREFERENCES_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
 
EDIT_PROFILE - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
A static instance of the editProfile permission.
EDIT_PROFILE_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Name of the action for editProfile permission.
EDIT_PROFILE_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
 
EditLinkTag - Class in com.ecyrd.jspwiki.tags
Writes an edit link.
EditLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.EditLinkTag
 
EDITOR - Static variable in interface com.ecyrd.jspwiki.ui.admin.AdminBean
 
Editor - Class in com.ecyrd.jspwiki.ui
Describes an editor.
Editor(WikiContext, String) - Constructor for class com.ecyrd.jspwiki.ui.Editor
 
EDITOR_PLAIN - Static variable in class com.ecyrd.jspwiki.ui.EditorManager
Known name for the plain wikimarkup editor.
EDITOR_PREVIEW - Static variable in class com.ecyrd.jspwiki.ui.EditorManager
Known name for the preview editor component.
EditorIteratorInfo - Class in com.ecyrd.jspwiki.tags
Just provides the TEI data for EditorIteratorTag.
EditorIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.EditorIteratorInfo
 
EditorIteratorTag - Class in com.ecyrd.jspwiki.tags
Iterates through editors.
EditorIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.EditorIteratorTag
 
EditorManager - Class in com.ecyrd.jspwiki.ui
Defines an editor manager.
EditorManager(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ui.EditorManager
 
EditorTag - Class in com.ecyrd.jspwiki.tags
Creates an editor component with all the necessary parts to get it working.
EditorTag() - Constructor for class com.ecyrd.jspwiki.tags.EditorTag
 
ELEMENT - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The token is a wikimarkup element.
element2String(Element) - Static method in class com.ecyrd.jspwiki.htmltowiki.HtmlStringToWikiTranslator
A static helper method to create HTML from an Element.
elements() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermissionCollection
Returns an enumeration of all AllPermission objects stored in this collection.
EMAIL - Static variable in class com.ecyrd.jspwiki.ui.InputValidator
Input validator for e-mail addresses.
EMAIL_PATTERN - Static variable in class com.ecyrd.jspwiki.ui.InputValidator
 
emitJSONCall(WikiContext, RPCCallable, String, String) - Static method in class com.ecyrd.jspwiki.rpc.json.JSONRPCManager
Emits JavaScript to do a JSON RPC Call.
EMPTY - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
EMPTY_MAP - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Empty Map passed to JAAS AuthenticationManager.doJAASLogin(Class, CallbackHandler, Map) method.
enable() - Method in class com.ecyrd.jspwiki.util.WatchDog
Can be used to enable the WatchDog.
enableImageInlining(boolean) - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Use this to turn on or off image inlining.
enableImageInlining(boolean) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Use this to turn on or off image inlining.
enablePlugins(boolean) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Enables or disables plugin execution.
enablePlugins(boolean) - Method in class com.ecyrd.jspwiki.render.WikiRenderer
Can be used to turn on plugin execution on a translator-reader basis.
enablePlugins(boolean) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Can be used to turn on plugin execution on a translator-reader basis
encodeName(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Turns a WikiName into something that can be called through using an URL.
encodeWikiPage(WikiPage) - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
encodeWikiPage(WikiPage) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
Encodes a single wiki page info into a Hashtable.
encodeWikiPage(WikiPage) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
Encodes a single wiki page info into a Hashtable.
enterState(String) - Method in class com.ecyrd.jspwiki.util.WatchDog
Enters a watched state with no expectation of the expected completion time.
enterState(String, int) - Method in class com.ecyrd.jspwiki.util.WatchDog
Enters a watched state which has an expected completion time.
entries() - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Returns an enumeration of the entries in this ACL.
entries() - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Returns an enumeration of the entries in this ACL.
Entry - Class in com.ecyrd.jspwiki.rss
Represents an entry, that is, an unit of change, in a Feed.
Entry() - Constructor for class com.ecyrd.jspwiki.rss.Entry
 
entrySet() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
equals(Object) - Method in class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal
An unresolved principal is equal to another unresolved principal if their names match.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Two DefaultGroups are equal if they contain identical member Principals and have the same name.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.authorize.Role
Two Role objects are considered equal if their names are identical.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.GroupPrincipal
Two GroupPrincipals are equal if their names are equal.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.login.PrincipalWrapper
Two PrincipalWrapper objects are equal if their internally-wrapped principals are also equal.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
Two AllPermission objects are considered equal if their wikis are equal.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Two PagePermission objects are considered equal if their actions (after normalization), wiki and target are equal.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Two PagePermission objects are considered equal if their actions (after normalization), wiki and target are equal.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Two WikiPermission objects are considered equal if their wikis and actions (after normalization) are equal.
equals(Object) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
equals(Object) - Method in class com.ecyrd.jspwiki.auth.WikiPrincipal
Two WikiPrincipals are considered equal if their names are equal (case-sensitive).
equals(Object) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
equals(Object) - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
The WikiModuleInfo is equal to another WikiModuleInfo, if the name is equal.
equals(Object) - Method in class com.ecyrd.jspwiki.util.PageSorter
 
equals(Object) - Method in class com.ecyrd.jspwiki.workflow.Fact
Two Facts are considered equal if their message keys and value objects are equal.
equals(Object) - Method in class com.ecyrd.jspwiki.workflow.Outcome
Two Outcome objects are equal if their message keys are equal.
ERR_NOPAGE - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
Error code: no such page.
ERR_NOPERMISSION - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
ERROR - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message prefix for errors.
ERROR - Static variable in class com.ecyrd.jspwiki.event.WikiEvent
Indicates a exception or error state.
ERROR - Static variable in class com.ecyrd.jspwiki.forms.FormInfo
State: There was an error.
ERROR - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
ERROR - Static variable in class com.ecyrd.jspwiki.WikiContext
An error has been encountered and the user needs to be informed.
ERROR_DB - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for user database errors.
ERROR_GROUPS - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for group database errors.
ERROR_JAAS - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for JAAS errors.
ERROR_POLICY - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for policy errors.
ERROR_ROLES - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for role-checking errors.
eventName() - Method in class com.ecyrd.jspwiki.event.WikiEngineEvent
Returns a textual representation of the event type.
eventName() - Method in class com.ecyrd.jspwiki.event.WikiEvent
Returns a textual representation of an event type.
eventName() - Method in class com.ecyrd.jspwiki.event.WikiPageEvent
Returns a textual representation of the event type.
eventName() - Method in class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Returns a textual representation of the event type.
eventName(int) - Method in class com.ecyrd.jspwiki.event.WikiSecurityEvent
Returns a textual representation of an event type.
eventName(int) - Method in class com.ecyrd.jspwiki.event.WorkflowEvent
Returns a textual representation of an event type.
execute() - Method in class com.ecyrd.jspwiki.auth.UserManager.SaveUserProfileTask
Saves the user profile to the user database.
execute(HttpServletRequest, HttpServletResponse, DavPath) - Method in class com.ecyrd.jspwiki.dav.methods.DavMethod
 
execute(HttpServletRequest, HttpServletResponse, DavPath) - Method in class com.ecyrd.jspwiki.dav.methods.GetMethod
 
execute(HttpServletRequest, HttpServletResponse, DavPath) - Method in class com.ecyrd.jspwiki.dav.methods.PropFindMethod
 
execute(HttpServletRequest, HttpServletResponse, DavPath) - Method in class com.ecyrd.jspwiki.dav.methods.PropPatchMethod
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormClose
Builds a Form close tag.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormInput
Generates a dynamic form element on the WikiPage.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormOpen
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormOutput
Executes the FormHandler specified in a Form 'output' plugin, using entries provided in the HttpRequest as FormHandler parameters.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormSelect
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormSet
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.forms.FormTextarea
This is the main entry point for any plugin.
execute() - Method in class com.ecyrd.jspwiki.PageManager.PreSaveWikiPageTask

Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT). Processing instructions can do just about anything, such as executing custom business logic or changing the Step's final outcome via Step.setOutcome(Outcome). A return value of STEP_COMPLETE indicates that the instructions executed completely, without errors; STEP_ABORT indicates that the Step and its parent Workflow should be aborted (that is, fail silently without error). If the execution step encounters any errors, it should throw a WikiException or a subclass.

Note that successful execution of this methods does not necessarily mean that the Step is considered "complete"; rather, it just means that it has executed. Therefore, it is possible that execute could run multiple times.

execute() - Method in class com.ecyrd.jspwiki.PageManager.SaveWikiPageTask

Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT). Processing instructions can do just about anything, such as executing custom business logic or changing the Step's final outcome via Step.setOutcome(Outcome). A return value of STEP_COMPLETE indicates that the instructions executed completely, without errors; STEP_ABORT indicates that the Step and its parent Workflow should be aborted (that is, fail silently without error). If the execution step encounters any errors, it should throw a WikiException or a subclass.

Note that successful execution of this methods does not necessarily mean that the Step is considered "complete"; rather, it just means that it has executed. Therefore, it is possible that execute could run multiple times.

execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.BugReportHandler
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Counter
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.CurrentTimePlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Denounce
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Groups
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.IfPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Image
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.IndexPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.InsertPage
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.ListLocksPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Note
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin.PageViewManager
Count a page hit, present a pages' counter or output a list of pagecounts.
execute(WikiContext, String, Map) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Executes a plugin class in the given context.
execute(WikiContext, String) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Parses a plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.RPCSamplePlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Search
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.SessionsPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.TableOfContents
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.UndefinedPagesPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.UnusedPagesPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.WeblogArchivePlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
This is the main entry point for any plugin.
execute(WikiContext, Map) - Method in interface com.ecyrd.jspwiki.plugin.WikiPlugin
This is the main entry point for any plugin.
execute() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep

Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT).

execute() - Method in class com.ecyrd.jspwiki.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) method hasn't been executed yet.
execute() - Method in interface com.ecyrd.jspwiki.workflow.Step
Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETE or Outcome.STEP_ABORT).
EXECUTED - Static variable in class com.ecyrd.jspwiki.forms.FormInfo
State: Form is executed.
executeParse(WikiContext) - Method in class com.ecyrd.jspwiki.parser.PluginContent
Executes the executeParse() method.
executeParse(PluginContent, WikiContext) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Executes parse stage, unless plugins are disabled.
executeParser(PluginContent, WikiContext, Map) - Method in interface com.ecyrd.jspwiki.plugin.ParserStagePlugin
Method which is executed during parsing.
executeParser(PluginContent, WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Mark us as being a real weblog.
executeUpload(WikiContext, InputStream, String, String, String, String, long) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
 
exitState() - Method in class com.ecyrd.jspwiki.util.WatchDog
Exits a state entered with enterState().
exitState(String) - Method in class com.ecyrd.jspwiki.util.WatchDog
Exits a particular state entered with enterState().
expandVariables(WikiContext, String) - Method in class com.ecyrd.jspwiki.VariableManager
This method does in-place expansion of any variables.
expandVars(Properties) - Static method in class com.ecyrd.jspwiki.PropertyReader
You define a property variable by using the prefix "var.x" as a property.
export(WikiEngine) - Method in class com.ecyrd.jspwiki.content.Exporter
Exports the entire repository using a WikiEngine.
export(String) - Method in class com.ecyrd.jspwiki.content.Exporter
 
Exporter - Class in com.ecyrd.jspwiki.content
Exports the contents of the wiki in a JCR System Tree format.
Exporter(OutputStream, boolean) - Constructor for class com.ecyrd.jspwiki.content.Exporter
Create a new wiki exporter.
exportPage(WikiEngine, WikiPage) - Method in class com.ecyrd.jspwiki.content.Exporter
 
exportPage(WikiEngine, Attachment) - Method in class com.ecyrd.jspwiki.content.Exporter
 
exportWithDir(String, String) - Static method in class com.ecyrd.jspwiki.content.Exporter
This is a special version of the routine which knows the FileSystemProvider default format.
exportWithProperties(String, String) - Static method in class com.ecyrd.jspwiki.content.Exporter
 
EXTERNAL - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
ExternalDiffProvider - Class in com.ecyrd.jspwiki.diff
This DiffProvider allows external command line tools to be used to generate the diff.
ExternalDiffProvider() - Constructor for class com.ecyrd.jspwiki.diff.ExternalDiffProvider
Creates a new ExternalDiffProvider.
extractCommandFromPath(HttpServletRequest) - Method in class com.ecyrd.jspwiki.ui.CommandResolver
Extracts a Command based on the JSP path of an HTTP request.
extractMembers(String) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Extracts carriage-return separated members into a Set of String objects.
extractPageFromParameter(String, HttpServletRequest) - Method in class com.ecyrd.jspwiki.ui.CommandResolver
Determines the correct wiki page based on a supplied request context and HTTP request.
extractPasswordHash(byte[]) - Static method in class com.ecyrd.jspwiki.util.CryptoUtil
Helper method that extracts the hashed password fragment from a supplied salted SHA digest by taking all of the characters before position 20.
extractSalt(byte[]) - Static method in class com.ecyrd.jspwiki.util.CryptoUtil
Helper method that extracts the salt from supplied salted digest by taking all of the characters at position 20 and higher.

F

Fact - Class in com.ecyrd.jspwiki.workflow
Represents a contextual artifact, which can be any serializable object, useful for making a Decision.
Fact(String, Serializable) - Constructor for class com.ecyrd.jspwiki.workflow.Fact
Constructs a new Fact with a supplied message key and value.
FACT_CURRENT_TEXT - Static variable in class com.ecyrd.jspwiki.PageManager
Fact name for storing the current text.
FACT_DIFF_TEXT - Static variable in class com.ecyrd.jspwiki.PageManager
Fact name for storing a diff text.
FACT_IS_AUTHENTICATED - Static variable in class com.ecyrd.jspwiki.PageManager
Fact name for storing whether the user is authenticated or not.
FACT_PAGE_NAME - Static variable in class com.ecyrd.jspwiki.PageManager
Fact name for storing the page name.
FACT_PROPOSED_TEXT - Static variable in class com.ecyrd.jspwiki.PageManager
Fact name for storing the proposed (edited) text.
FACT_SUBMITTER - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
FastSearch - Interface in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.rss
Represents an abstract feed.
Feed(WikiContext) - Constructor for class com.ecyrd.jspwiki.rss.Feed
Create a new Feed for a particular WikiContext.
FeedDiscoveryTag - Class in com.ecyrd.jspwiki.tags
Outputs links to all the site feeds and APIs this Wiki/blog supports.
FeedDiscoveryTag() - Constructor for class com.ecyrd.jspwiki.tags.FeedDiscoveryTag
 
FILE_EXT - Static variable in class com.ecyrd.jspwiki.providers.AbstractFileProvider
All files should have this extension to be recognized as JSPWiki files.
filePart() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns the file part of the DavPath.
FileSystemProvider - Class in com.ecyrd.jspwiki.providers
Provides a simple directory based repository for Wiki pages.
FileSystemProvider() - Constructor for class com.ecyrd.jspwiki.providers.FileSystemProvider
 
FileUtil - Class in com.ecyrd.jspwiki
Generic utilities related to file and stream handling.
filterAndSortCollection(Collection) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Filters and sorts a collection according to the include and exclude parameters.
filterCollection(Collection) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Filters a collection according to the include and exclude parameters.
FilterException - Exception in com.ecyrd.jspwiki.filters
A generic PageFilter exception.
FilterException(String) - Constructor for exception com.ecyrd.jspwiki.filters.FilterException
Constructs an exception.
FilterManager - Class in com.ecyrd.jspwiki.filters
Manages the page filters.
FilterManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.filters.FilterManager
Constructs a new FilterManager object.
find(HttpSession) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Looks up and returns the first UserProfilein the user database that whose login name, full name, or wiki name matches the supplied string.
find(String) - Method in interface com.ecyrd.jspwiki.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 - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
FIND - Static variable in class com.ecyrd.jspwiki.WikiContext
User is searching for content.
findAttachments(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Finds attachments based on the query.
findAttachments(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Finds attachments based on the query.
findAttachments(QueryItem[]) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Finds attachments based on the query.
findBean(String) - Method in class com.ecyrd.jspwiki.ui.admin.AdminBeanManager
Locates a bean based on the AdminBean.getId() out of all the registered beans.
findBlogEntries(PageManager, String, Date, Date) - Method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Attempts to locate all pages that correspond to the blog entry pattern.
findByEmail(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
findByEmail(String) - Method in interface com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfilein the user database that matches a profile having a given e-mail address.
findByEmail(String) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByFullName(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
findByFullName(String) - Method in interface com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfilein the user database that matches a profile having a given full name.
findByFullName(String) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByLoginName(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
findByLoginName(String) - Method in interface com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfilein the user database that matches a profile having a given login name.
findByLoginName(String) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByUid(String) - Method in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
findByUid(String) - Method in interface com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.XMLUserDatabase
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 com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findByWikiName(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
findByWikiName(String) - Method in interface com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Looks up and returns the first UserProfilein the user database that matches a profile having a given wiki name.
findByWikiName(String) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
findClass(List, String) - Static method in class com.ecyrd.jspwiki.util.ClassUtil
Attempts to find a class from a collection of packages.
findClass(String, String) - Static method in class com.ecyrd.jspwiki.util.ClassUtil
A shortcut for findClass when you only have a singular package to search.
findCommand(String) - Static method in class com.ecyrd.jspwiki.ui.CommandResolver
Attempts to locate a wiki command for a supplied request context.
findCommand(HttpServletRequest, String) - Method in class com.ecyrd.jspwiki.ui.CommandResolver
Attempts to locate a Command for a supplied wiki context and HTTP request, incorporating the correct WikiPage into the command if reqiured.
findCommand(WikiEngine, HttpServletRequest, WikiPage) - Static method in class com.ecyrd.jspwiki.WikiContext
Looks up and returns a PageCommand based on a supplied WikiPage and HTTP request.
findConfigFile(WikiEngine, String) - Static method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Looks up and obtains a configuration file inside the WEB-INF folder of a wiki webapp.
findContext(PageContext) - Static method in class com.ecyrd.jspwiki.WikiContext
This method can be used to find the WikiContext programmatically from a JSP PageContext.
findCreated() - Method in class com.ecyrd.jspwiki.ReferenceManager
Returns a list of all pages that the ReferenceManager knows about.
findJSP(PageContext, String) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
An utility method for finding a JSP page.
findJSP(PageContext, String, String) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
Attempts to locate a resource under the given template.
findPage(String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Finds a Wiki page from the page repository.
findPages(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.
findPages(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Finds pages based on the query.
findPages(QueryItem[]) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Finds pages based on the query.
findPages(String) - Method in class com.ecyrd.jspwiki.search.BasicSearchProvider
Search for pages matching a search query
findPages(String) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Search for pages matching a search query
findPages(String, int) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Searches pages using a particular combination of flags.
findPages(String) - Method in class com.ecyrd.jspwiki.search.SearchManager
Sends a search to the current search provider.
findPages(String, int) - Method in class com.ecyrd.jspwiki.search.SearchManager.JSONSearch
Performs a full search of pages.
findPages(String) - Method in interface com.ecyrd.jspwiki.search.SearchProvider
Search for pages matching a search query
findPages(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Parses an incoming search request, then does a search.
findPrincipals(Permission) - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Returns all Principal objects assigned a given Permission in the access control list.
findPrincipals(Permission) - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Returns all Principal objects assigned a given Permission in the access control list.
findReferredBy(String) - Method in class com.ecyrd.jspwiki.ReferenceManager
Returns all pages that refer to this page.
findReferrers(String) - Method in class com.ecyrd.jspwiki.ReferenceManager
Find all pages that refer to this page.
findRefersTo(String) - Method in class com.ecyrd.jspwiki.ReferenceManager
Returns all pages that this page refers to.
findResource(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
Attempts to locate a resource under the given template.
findRole(String) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Returns a GroupPrincipal matching a given name.
findRole(String) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Looks up and returns a Role Principal matching a given String.
findRole(String) - Method in interface com.ecyrd.jspwiki.auth.Authorizer
Looks up and returns a role Principal matching a given String.
findUncreated() - Method in class com.ecyrd.jspwiki.ReferenceManager
Finds all references to non-existant pages.
findUnreferenced() - Method in class com.ecyrd.jspwiki.ReferenceManager
Finds all unreferenced pages.
FINISHED - Static variable in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Status: The PI is finished.
fireEvent(int, Principal, Object) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Fires a WikiSecurityEvent of the provided type, Principal and target Object to all registered listeners.
fireEvent(int, Principal, Object) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Fires a WikiSecurityEvent of the provided type, user, and permission to all registered listeners.
fireEvent(int, Object) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Fires a WikiSecurityEvent of the provided type, Principal and target Object to all registered listeners.
fireEvent(int, Principal, WikiSession) - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Fires a WikiSecurityEvent to all registered listeners.
fireEvent(int, WikiSession, Object) - Method in class com.ecyrd.jspwiki.auth.UserManager
Fires a WikiSecurityEvent of the provided type, Principal and target Object to all registered listeners.
fireEvent(int, WikiContext) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
Fires a WikiPageEvent of the provided type and page name to all registered listeners.
fireEvent(Object, WikiEvent) - Static method in class com.ecyrd.jspwiki.event.WikiEventManager
Notify all listeners of the WikiEventDelegate having a registered interest in change events of the supplied WikiEvent.
fireEvent(int, WikiContext) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Fires a WikiPageEvent of the provided type and WikiContext.
fireEvent(int, String) - Method in class com.ecyrd.jspwiki.PageManager
Fires a WikiPageEvent of the provided type and page name to all registered listeners.
fireEvent(int, String) - Method in class com.ecyrd.jspwiki.ui.WikiJSPFilter
Fires a WikiPageEvent of the provided type and page name to all registered listeners of the current WikiEngine.
fireEvent(int) - Method in class com.ecyrd.jspwiki.WikiEngine
Fires a WikiEngineEvent to all registered listeners.
fireEvent(int) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Fires a WorkflowEvent of the provided type to all registered listeners.
FLAG_CONTEXTS - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Create contexts also.
flush() - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
FORBIDDEN - Static variable in class com.ecyrd.jspwiki.QueryItem
The word may NOT be in the pages
ForgetNullValuesLinkedHashMap<K,V> - Class in com.ecyrd.jspwiki.htmltowiki
A LinkedHashMap that does not put null values into the map.
ForgetNullValuesLinkedHashMap() - Constructor for class com.ecyrd.jspwiki.htmltowiki.ForgetNullValuesLinkedHashMap
 
FORM_VALUES_CARRIER - Static variable in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.rss.Feed
Does the required formatting and entity replacement for XML.
format(String) - Static method in class com.ecyrd.jspwiki.rss.RSSGenerator
Does the required formatting and entity replacement for XML.
FormClose - Class in com.ecyrd.jspwiki.forms
Closes a WikiForm.
FormClose() - Constructor for class com.ecyrd.jspwiki.forms.FormClose
 
FormElement - Class in com.ecyrd.jspwiki.forms
 
FormElement() - Constructor for class com.ecyrd.jspwiki.forms.FormElement
 
FormHandler - Interface in com.ecyrd.jspwiki.forms
A FormHandler performs logic based on input from an HTTP FORM, transmitted through a JSPWiki WikiPlugin (see Form.java).
FormInfo - Class in com.ecyrd.jspwiki.forms
Container for carrying HTTP FORM information between WikiPlugin invocations in the Session.
FormInfo() - Constructor for class com.ecyrd.jspwiki.forms.FormInfo
Creates a new FormInfo with status == OK.
FormInput - Class in com.ecyrd.jspwiki.forms
Creates a simple input text field.
FormInput() - Constructor for class com.ecyrd.jspwiki.forms.FormInput
 
FormOpen - Class in com.ecyrd.jspwiki.forms
Opens a WikiForm.
FormOpen() - Constructor for class com.ecyrd.jspwiki.forms.FormOpen
 
FormOutput - Class in com.ecyrd.jspwiki.forms
 
FormOutput() - Constructor for class com.ecyrd.jspwiki.forms.FormOutput
 
FormSelect - Class in com.ecyrd.jspwiki.forms
Creates a Form select field.
FormSelect() - Constructor for class com.ecyrd.jspwiki.forms.FormSelect
 
FormSet - Class in com.ecyrd.jspwiki.forms
FormSet is a companion WikiPlugin for Form.
FormSet() - Constructor for class com.ecyrd.jspwiki.forms.FormSet
 
FormTextarea - Class in com.ecyrd.jspwiki.forms
Creates a Form text area element.
FormTextarea() - Constructor for class com.ecyrd.jspwiki.forms.FormTextarea
 
FormUtil - Class in com.ecyrd.jspwiki.util
A collection of (static) utilities used by the WikiForms code.
forName(String) - Static method in class com.ecyrd.jspwiki.workflow.Outcome
Returns a named Outcome.
FULL_NAME - Static variable in class com.ecyrd.jspwiki.auth.WikiPrincipal
WikiPrincipal type denoting a user's full name.

G

generate() - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Generates the RSS resource.
generateBlogRSS(WikiContext, List, Feed) - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
generateFeed(WikiContext, List, String, String) - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Generates a feed based on a context and list of changes.
generateFullWikiRSS(WikiContext, Feed) - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Generates an RSS feed for the entire wiki.
generateRandomPassword() - Static method in class com.ecyrd.jspwiki.TextUtil
Generate a random String suitable for use as a temporary password.
generateUid(UserDatabase) - Static method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Generates a new random user identifier (uid) that is guaranteed to be unique.
generateWikiPageRSS(WikiContext, List, Feed) - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).
GenericHTTPHandler - Interface in com.ecyrd.jspwiki.ui
Provides a generic HTTP handler interface.
get(int) - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns the 'idx' component of the path, zero being the first component.
get(Object) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
get(String) - Method in class com.ecyrd.jspwiki.i18n.InternationalizationManager
Returns a String from the CORE_BUNDLE using English as the default locale.
get(String, Locale, String) - Method in class com.ecyrd.jspwiki.i18n.InternationalizationManager
If you are too lazy to open your own bundle, use this method to get a string simply from a bundle.
get(int) - Method in class com.ecyrd.jspwiki.util.PriorityList
Returns the object at index "index".
get(int) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
getAcl() - Method in class com.ecyrd.jspwiki.WikiPage
Returns the Acl for this page.
getAclManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the AclManager employed by this WikiEngine.
getAcquisitionTime() - Method in class com.ecyrd.jspwiki.PageLock
Returns the timestamp on which this lock was acquired.
getAction() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Get the action set in FormInfo.setAction(String).
getActions() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
No-op; always returns null
getActions() - Method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Returns the actions for this permission: “view”, “edit”, or “delete”.
getActions() - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Returns the actions for this permission: "view", "edit", "comment", "modify", "upload" or "delete".
getActions() - Method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Returns the actions for this permission: "createGroups", "createPages", "editPreferences", "editProfile", or "login".
getActiveLocks() - Method in class com.ecyrd.jspwiki.PageManager
Returns a list of currently applicable locks.
getActor() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
The Principal responsible for completing this Step, such as a system user or actor assigned to a Decision.
getActor() - Method in class com.ecyrd.jspwiki.workflow.Decision
The Principal responsible for completing this Step, such as a system user or actor assigned to a Decision.
getActor() - Method in interface com.ecyrd.jspwiki.workflow.Step
The Principal responsible for completing this Step, such as a system user or actor assigned to a Decision.
getActor() - Method in class com.ecyrd.jspwiki.workflow.Task
Returns SystemPrincipal.SYSTEM_USER.
getActorDecisions(WikiSession) - Method in class com.ecyrd.jspwiki.workflow.DecisionQueue
Returns a Collection representing the current Decisions that pertain to a users's WikiSession.
getAddTime(int) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
Returns the time when this particular item was added on the list.
getAdminBeanClass() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Returns the AdminBean class which is supposed to manage this module.
getAdminBeanManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current AdminBeanManager.
getAlias() - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Returns the alias name for this object.
getAllAttachments() - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns a collection of Attachments, containing each and every attachment that is in this Wiki.
getAllBeans() - Method in class com.ecyrd.jspwiki.ui.admin.AdminBeanManager
Lists all administration beans which are currently known and instantiated.
getAllChangedSince(Date) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Does not work.
getAllChangedSince(Date) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Gets a list of recent changes.
getAllChangedSince(Date) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Gets a list of recent changes.
getAllInlinedImagePatterns() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a collection of all image types that get inlined.
getAllInterWikiLinks() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a collection of all supported InterWiki links.
getAllPages() - Method in class com.ecyrd.jspwiki.PageManager
Returns all pages in some random order.
getAllPages() - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Returns all pages.
getAllPages() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Returns all pages.
getAllPages() - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Returns all pages. Each element in the returned Collection should be a WikiPage.
getAllPages() - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Returns all pages.
getAllPages() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getAllPages() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getApplicationName() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the name of the application.
getApplicationName() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getApplicationName() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getApprover(String) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Looks up and resolves the actor who approves a Decision for a particular Workflow, based on the Workflow's message key.
getAttachmentContent(String, int) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Fetches the attachment content from the repository.
getAttachmentContent(Attachment) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
getAttachmentData(WikiContext, Attachment) - Method in interface com.ecyrd.jspwiki.attachment.DynamicAttachmentProvider
Returns a stream of data for this attachment.
getAttachmentData(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Get attachment data.
getAttachmentData(Attachment) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Get attachment data.
getAttachmentData(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Get attachment data.
getAttachmentInfo(String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Gets info on a particular attachment, latest version.
getAttachmentInfo(String, int) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Gets info on a particular attachment with the given version.
getAttachmentInfo(WikiContext, String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentInfo(WikiContext, String, int) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Figures out the full attachment name from the context and attachment name.
getAttachmentInfo(WikiPage, String, int) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Returns info about an attachment.
getAttachmentInfo(WikiPage, String, int) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Returns info about an attachment.
getAttachmentInfo(WikiPage, String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Returns info about an attachment.
getAttachmentManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current AttachmentManager, which is responsible for storing and managing attachments.
getAttachmentStream(Attachment) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Finds a (real) attachment from the repository as a stream.
getAttachmentStream(WikiContext, Attachment) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns an attachment stream using the particular WikiContext.
getAttachmentURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Deprecated.  
getAttachPage() - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Return the URL for the attachments.
getAttribute(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Gets an attribute from the engine.
getAttribute(String) - Method in class com.ecyrd.jspwiki.WikiPage
A WikiPage may have a number of attributes, which might or might not be available.
getAttribute(String) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Retrieves a named Object associated with this Workflow.
getAttribute(String) - Method in class com.ecyrd.management.SimpleMBean
Gets an attribute using reflection from the MBean.
getAttributeNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getAttributeNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
getAttributeNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PluginBean
 
getAttributeNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
getAttributeNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.UserBean
 
getAttributeNames() - Method in class com.ecyrd.management.SimpleMBean
This method must return a list of attributes which are exposed by the SimpleMBean.
getAttributes() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the attributes associated with this profile as a Map of key/value pairs.
getAttributes() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the attributes associated with this profile as a Map of key/value pairs.
getAttributes() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns an Iterator over the list of JDOM Attributes.
getAttributes() - Method in class com.ecyrd.jspwiki.WikiPage
Returns the full attributes Map, in case external code needs to iterate through the attributes.
getAttributes(String[]) - Method in class com.ecyrd.management.SimpleMBean
Gets multiple attributes at the same time.
getAuthenticationManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the currently used authentication manager.
getAuthor() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Returns the name of the author of this plugin (if defined).
getAuthor() - Method in class com.ecyrd.jspwiki.rss.Entry
Return the author set by setAuthor().
getAuthor() - Method in class com.ecyrd.jspwiki.WikiPage
Returns author name, or null, if no author has been defined.
getAuthorizationManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the currently used authorization manager.
getAuthorizer() - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Returns the current external Authorizer in use.
getAuthorizer() - Method in class com.ecyrd.jspwiki.auth.login.AuthorizerCallback
Returns the authorizer.
getAvailableOutcomes() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 class com.ecyrd.jspwiki.WikiEngine
Returns the base URL, telling where this Wiki actually lives.
getBooleanProperty(Properties, String, boolean) - Static method in class com.ecyrd.jspwiki.TextUtil
Gets a boolean property from a standard Properties list.
getBotFieldName() - Static method in class com.ecyrd.jspwiki.filters.SpamFilter
Returns a static string which can be used to detect spambots which just wildly fill in all the fields.
getBuilder(WikiEngine) - Static method in class com.ecyrd.jspwiki.workflow.WorkflowBuilder
Returns the WorkflowBuilder instance for a WikiEngine.
getBundle(String, Locale) - Method in class com.ecyrd.jspwiki.i18n.InternationalizationManager
Finds a resource bundle.
getBundle(String) - Method in class com.ecyrd.jspwiki.WikiContext
Locates the i18n ResourceBundle given.
getCategories(String, String, String) - Method in class com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler
JSPWiki does not support categories, therefore JSPWiki always returns an empty list for categories.
getChannelDescription() - Method in class com.ecyrd.jspwiki.rss.Feed
 
getChannelLanguage() - Method in class com.ecyrd.jspwiki.rss.Feed
 
getChannelTitle() - Method in class com.ecyrd.jspwiki.rss.Feed
 
getChecked() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
getClassName() - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Returns the full class name of this object.
getCollectionInHTML(WikiContext, Collection) - Static method in class com.ecyrd.jspwiki.dav.DavUtil
 
getCommand() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the Command associated with this WikiContext.
getCommandResolver() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the CommandResolver for this wiki engine.
getCommonProperties() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getCompletedWorkflows() - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Returns a collection of finished workflows; that is, those that have aborted or completed.
getContent() - Method in class com.ecyrd.jspwiki.rss.Entry
Return the content set by Entry.setContent(String).
getContentEncoding() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the IANA name of the character set encoding we're supposed to be using right now.
getContentTemplate() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
getContentTemplate() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the content template associated with a Command, such as PreferencesContent.jsp.
getContentTemplate() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the content template associated with a Command, such as PreferencesContent.jsp.
getContentType() - Method in class com.ecyrd.jspwiki.dav.items.AttachmentItem
Returns the content type as defined by the servlet container; or if the container cannot be found, returns "application/octet-stream".
getContentType() - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
getContentType() - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
getContentType() - Method in class com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
Returns the content type for the item.
getContentType() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getContentType(String) - Static method in class com.ecyrd.jspwiki.rss.RSSGenerator
Returns the content type of this RSS feed.
getContext() - Method in class com.ecyrd.jspwiki.parser.WikiDocument
Returns the wiki context for this document.
getContext() - Method in class com.ecyrd.jspwiki.tags.CheckRequestContextTag
Returns the context.
getContexts() - Method in class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
Returns an empty array, since BasicSearchProvider does not support context matching.
getContexts() - Method in interface com.ecyrd.jspwiki.SearchResult
Collection of XHTML fragments representing some contexts in which the match was made (a.k.a., "snippets").
getCount(Object) - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin.PageViewManager
Retrieve a page count.
getCreated() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the creation date.
getCreated() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the creation date
getCreated() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the creation date.
getCreator() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the creator of this Group.
getCurrentActor() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns the actor Principal responsible for the current Step.
getCurrentLock(WikiPage) - Method in class com.ecyrd.jspwiki.PageManager
Returns the current lock owner of a page.
getCurrentProvider() - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns the current attachment provider.
getCurrentProvider() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the provider name.
getCurrentProviderInfo() - Method in class com.ecyrd.jspwiki.WikiEngine
Return information about current provider.
getCurrentState() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns the workflow state: Workflow.CREATED, Workflow.RUNNING, Workflow.WAITING, Workflow.COMPLETED or Workflow.ABORTED.
getCurrentStep() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns the current Step, or null if the workflow has not started or already completed.
getCurrentUser() - Method in class com.ecyrd.jspwiki.WikiContext
Convenience method that gets the current user.
getCurrentWatchDog(WikiEngine) - Static method in class com.ecyrd.jspwiki.util.WatchDog
Returns the current watchdog for the current thread.
getCurrentWatchDog() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a WatchDog for current thread.
getDateFormat(WikiContext, Preferences.TimeFormat) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
Get SimpleTimeFormat according to user browser locale and preferred time formats.
getDecisionQueue() - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Returns the DecisionQueue associated with this WorkflowManager
getDefaultOutcome() - Method in class com.ecyrd.jspwiki.workflow.Decision
Returns the default or suggested outcome, which must be one of those returned by AbstractStep.getAvailableOutcomes().
getDefaultProperties() - Static method in class com.ecyrd.jspwiki.PropertyReader
Returns the default property set as a Properties object.
getDepth() - Method in class com.ecyrd.jspwiki.dav.DavContext
 
getDescription() - Method in class com.ecyrd.management.SimpleMBean
Customization hook: Override this to get a description for your MBean.
getDiff(WikiContext, int, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a diff of two versions of a page.
getDifferenceManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the DifferenceManager so that texts can be compared.
getDynamicAttachment(String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Finds a DynamicAttachment.
getEditedText(PageContext) - Static method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Return the URI to the Edit.jsp page.
getEditorList() - Method in class com.ecyrd.jspwiki.ui.EditorManager
Returns a list of editors as Strings of editor names.
getEditorManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current EditorManager instance.
getEditorName(WikiContext) - Method in class com.ecyrd.jspwiki.ui.EditorManager
Returns an editor for the current context.
getEditorPath(WikiContext) - Method in class com.ecyrd.jspwiki.ui.EditorManager
Convenience method for getting the path to the editor JSP file.
getEditURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Deprecated.  
getEmail() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the user's e-mail address.
getEmail() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the user's e-mail address.
getEndTime() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
The end time for this Step.
getEndTime() - Method in interface com.ecyrd.jspwiki.workflow.Step
The end time for this Step.
getEndTime() - Method in class com.ecyrd.jspwiki.workflow.Workflow
The end time for this Workflow, expressed as a system time number.
getEngine() - Method in class com.ecyrd.jspwiki.auth.login.WikiEngineCallback
Returns the engine.
getEngine() - Method in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
Returns the engine used by this provider.
getEngine() - Method in class com.ecyrd.jspwiki.dav.WikiDavProvider
 
getEngine() - Method in class com.ecyrd.jspwiki.event.WikiEngineEvent
Returns the WikiEngine that spawned this event.
getEngine() - Method in class com.ecyrd.jspwiki.PageManager
Returns the WikiEngine to which this PageManager belongs to.
getEngine() - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Returns the handling engine.
getEngine() - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Returns the WikiEngine that created this background thread.
getEngine() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the handling engine.
getEngine() - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Protected helper method that returns the associated WikiEngine
getEntry(Principal) - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
getEntry(Principal) - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
getError() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Return the error.
getErrors() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Returns a List of error strings generated by this Step.
getErrors() - Method in interface com.ecyrd.jspwiki.workflow.Step
Returns a List of error strings generated by this Step.
getExpiryTime() - Method in class com.ecyrd.jspwiki.PageLock
Returns the timestamp on which this lock will expire.
getExternalWiki() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns the name of the wiki if this is an interwiki link.
getExternalWikiPage() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns the wikiname part of an interwiki link.
getFacts() - Method in class com.ecyrd.jspwiki.workflow.Decision
Returns the Facts associated with this Decision, in the order in which they were added.
getFeedURL() - Method in class com.ecyrd.jspwiki.rss.Feed
 
getFileExtension(String) - Static method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Returns the file extension.
getFileFromProperty(String) - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Looks up a file name based on a JRE system property and returns the associated File object if it exists.
getFileName() - Method in class com.ecyrd.jspwiki.attachment.Attachment
Returns the file name of the attachment.
getFilterList() - Method in class com.ecyrd.jspwiki.filters.FilterManager
Returns the list of filters currently installed.
getFilterManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the manager responsible for the filters.
getFinalPageName(String) - Method in class com.ecyrd.jspwiki.ui.CommandResolver
Returns the correct page name, or null, if no such page can be found.
getFinalPageName(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the correct page name, or null, if no such page can be found.
getForm(WikiContext) - Method in class com.ecyrd.jspwiki.ui.admin.WikiFormAdminBean
 
getFormat() - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
getFormInfo(WikiContext) - Method in class com.ecyrd.jspwiki.forms.FormElement
Attempts to retrieve information on the currently handled form from the WikiContext.
getForwardPage(HttpServletRequest) - Method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
This method is not needed for the DefaultURLConstructor.
getForwardPage(HttpServletRequest) - Method in class com.ecyrd.jspwiki.url.ShortURLConstructor
This method is not needed for the DefaultURLConstructor.
getForwardPage(HttpServletRequest) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.url.URLConstructor
Returns information which JSP page should continue handling this type of request.
getFrontPage() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the default front page, if no page is used.
getFullname() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the user's full name.
getFullname() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the user's full name.
getGlobalRSSURL() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the URL of the global RSS file.
getGroup(String) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Returns the Group matching a given name.
getGroup() - Method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Returns the name of the wiki group represented by this permission.
getGroupDatabase() - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Returns the current external GroupDatabase in use.
getGroupManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the GroupManager employed by this WikiEngine.
getHandler() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Return the name of the handler class.
getHash(String) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Private method that calculates the salted SHA-1 hash of a given String.
getHashFieldName(HttpServletRequest) - Static method in class com.ecyrd.jspwiki.filters.SpamFilter
Returns the name of the hash field to be used in this request.
getHistory() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns a Step history for this Workflow as a List, chronologically, from the first Step to the currently executing one.
getHref() - Method in class com.ecyrd.jspwiki.dav.items.AttachmentDirectoryItem
 
getHref() - Method in class com.ecyrd.jspwiki.dav.items.AttachmentItem
 
getHref() - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
getHref() - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
getHref() - Method in class com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
 
getHref() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getHTML(WikiContext, WikiDocument) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Simply renders a WikiDocument to a String.
getHTML(WikiContext, String) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Convinience method for rendering, using the default parser and renderer.
getHTML(WikiContext, WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the converted HTML of the page using a different context than the default context.
getHTML(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the converted HTML of the page.
getHTML(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the converted HTML of the page's specific version.
getHttpParameter(String) - Method in class com.ecyrd.jspwiki.WikiContext
This method will safely return any HTTP parameters that might have been defined.
getHttpRequest() - Method in class com.ecyrd.jspwiki.WikiContext
If the request did originate from a HTTP request, then the HTTP request can be fetched here.
getId(RPCCallable) - Static method in class com.ecyrd.jspwiki.rpc.RPCManager
Gets an unique RPC ID for a callable object.
getId() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getId() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
getId() - Method in class com.ecyrd.jspwiki.ui.admin.SimpleAdminBean
By default, this method returns the class name of the bean.
getId() - Method in interface com.ecyrd.jspwiki.ui.GenericHTTPHandler
Get an identifier for this particular AdminBean.
getId() - Method in class com.ecyrd.jspwiki.workflow.Decision
Returns the unique identifier for this Decision.
getId() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns the unique identifier for this Workflow.
getImagePatterns(WikiEngine) - Static method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Figure out which image suffixes should be inlined.
getImagePatterns(WikiEngine) - Static method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Figure out which image suffixes should be inlined.
getIncludeText(String) - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Returns a text for IncludeResources.
getInputStream() - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
getInputStream() - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
getInputStream() - Method in class com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
 
getInputStream() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getInstance(WikiEngine) - Static method in class com.ecyrd.jspwiki.auth.SessionMonitor
Returns the instance of the SessionMonitor for this wiki.
getInstance() - Static method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.util.comparators.HumanComparator
Returns a singleton comparator that implements the default behaviour.
getInstance(ServletConfig) - Static method in class com.ecyrd.jspwiki.WikiEngine
Gets a WikiEngine related to this servlet.
getInstance(ServletConfig, Properties) - Static method in class com.ecyrd.jspwiki.WikiEngine
Gets a WikiEngine related to the servlet.
getInstance(ServletContext, Properties) - Static method in class com.ecyrd.jspwiki.WikiEngine
Gets a WikiEngine related to the servlet.
getIntegerProperty(Properties, String, int) - Static method in class com.ecyrd.jspwiki.TextUtil
Gets an integer-valued property from a standard Properties list.
getInternationalizationManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current i18n manager.
getInterWikiURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns an URL to some other Wiki that we know.
getItem(DavPath) - Method in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
getItem(DavPath) - Method in interface com.ecyrd.jspwiki.dav.DavProvider
 
getItem(DavPath) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
getItem(DavPath) - Method in class com.ecyrd.jspwiki.dav.WikiRootProvider
 
getItemNoCache(DavPath) - Method in class com.ecyrd.jspwiki.dav.HTMLPagesDavProvider
 
getItemNoCache(DavPath) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
getJNDIMailSession(String) - Static method in class com.ecyrd.jspwiki.util.MailUtil
Returns a JavaMail Session instance from a JNDI container-managed factory.
getJSP() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
getJSP() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the JSP associated with the Command.
getJSP() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the JSP associated with the Command.
getJSPFriendlyName() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
Returns the "friendly name" for this command's JSP, namely a beatified version of the JSP's name without the .jsp suffix.
getLastModified() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the last-modified date.
getLastModified() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the last-modified date.
getLastModified() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the last-modified date.
getLastModified() - Method in class com.ecyrd.jspwiki.WikiPage
Returns the date when this page was last modified.
getLength() - Method in class com.ecyrd.jspwiki.dav.items.AttachmentItem
Returns the length of the attachment.
getLength() - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
getLength() - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
getLength() - Method in class com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
 
getLength() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getLinks() - Method in class com.ecyrd.jspwiki.LinkCollector
Returns a List of Strings representing links.
getLocale(WikiContext) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
Get Locale according to user-preference settings or the user browser locale
getLocale(WikiContext) - Static method in class com.ecyrd.jspwiki.WikiContext
Returns the locale of the HTTP request if available, otherwise returns the default Locale of the server.
getLocale() - Method in class com.ecyrd.jspwiki.WikiSession
Returns a cached Locale object for this user.
getLocker() - Method in class com.ecyrd.jspwiki.PageLock
Returns the locker name.
getLockExpiry() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the user's login name.
getLoginName() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the user's login name.
getLoginPrincipal(Set<Principal>) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Returns the first Principal in a set that isn't a Role or GroupPrincipal.
getLoginPrincipal() - Method in class com.ecyrd.jspwiki.WikiSession
Returns the Principal used to log in to an authenticated session.
getMappedObject(String) - Static method in class com.ecyrd.jspwiki.util.ClassUtil
This method is used to locate and instantiate a mapped class.
getMappedObject(String, Object) - Static method in class com.ecyrd.jspwiki.util.ClassUtil
This method is used to locate and instantiate a mapped class.
getMappedObject(String, Object, Object) - Static method in class com.ecyrd.jspwiki.util.ClassUtil
This method is used to locate and instantiate a mapped class.
getMappedObject(String, Object[]) - Static method in class com.ecyrd.jspwiki.util.ClassUtil
This method is used to locate and instantiate a mapped class.
getMarker(WikiContext, String) - Static method in class com.ecyrd.jspwiki.ui.TemplateManager
Returns the include resources marker for a given type.
getMaxpages() - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
Returns the maxpages.
getMaxVersion() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Returns the maximum version of JSPWiki that this module supports.
getMBeanInfo() - Method in class com.ecyrd.management.SimpleMBean
Return the MBeanInfo structure.
getMessageArguments() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Returns the message arguments for this Step, typically by delegating to the parent Workflow's Workflow.getMessageArguments() method.
getMessageArguments() - Method in interface com.ecyrd.jspwiki.workflow.Step
Returns the message arguments for this Step, typically by delegating to the parent Workflow's Workflow.getMessageArguments() method.
getMessageArguments() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns an array of message arguments, used by MessageFormat to create localized messages.
getMessageKey() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Message key for human-friendly name of this Step, including any parameter substitutions.
getMessageKey() - Method in class com.ecyrd.jspwiki.workflow.Fact
Returns this Fact's name, as represented an i18n message key.
getMessageKey() - Method in class com.ecyrd.jspwiki.workflow.Outcome
The i18n key for this outcome, which is prefixed by outcome.
getMessageKey() - Method in interface com.ecyrd.jspwiki.workflow.Step
Message key for human-friendly name of this Step, including any parameter substitutions.
getMessageKey() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns an i18n message key for the name of this workflow; for example, workflow.saveWikiPage.
getMessages() - Method in class com.ecyrd.jspwiki.WikiSession
Returns all generic messages associated with this session.
getMessages(String) - Method in class com.ecyrd.jspwiki.WikiSession
Returns all messages associated with a session topic.
GetMethod - Class in com.ecyrd.jspwiki.dav.methods
 
GetMethod(DavProvider) - Constructor for class com.ecyrd.jspwiki.dav.methods.GetMethod
 
getMethodNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getMethodNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
getMethodNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PluginBean
 
getMethodNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
getMethodNames() - Method in class com.ecyrd.jspwiki.ui.admin.beans.UserBean
 
getMethodNames() - Method in class com.ecyrd.management.SimpleMBean
This method must return a list of operations which are to be exposed by the SimpleMBean.
getMimeType(ServletContext, String) - Method in class com.ecyrd.jspwiki.rss.Feed
A helper method for figuring out the MIME type for an enclosure.
getMinVersion() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Returns the minimum version of JSPWiki that this module supports.
getModifier() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the name of the user who last modified this group.
getName() - Method in class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal
Returns the name of the principal.
getName() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
The name of the group.
getName() - Method in class com.ecyrd.jspwiki.auth.authorize.Role
Returns the name of the Principal.
getName() - Method in class com.ecyrd.jspwiki.auth.GroupPrincipal
Returns the name of the group principal.
getName() - Method in class com.ecyrd.jspwiki.auth.login.PrincipalWrapper
Returns the name of the wrapped principal.
getName() - Method in class com.ecyrd.jspwiki.auth.WikiPrincipal
Returns the wiki name of the Principal.
getName() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns the name of the last component of the DavPath.
getName() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Return the name of the form.
getName() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Returns the common name for this particular module.
getName() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
getName() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the human-friendly name for this command.
getName() - Method in class com.ecyrd.jspwiki.ui.Editor
 
getName() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.ui.PageCommand
 
getName() - Method in class com.ecyrd.jspwiki.ui.RedirectCommand
 
getName() - Method in class com.ecyrd.jspwiki.ui.WikiCommand
Always returns the "friendly" JSP name.
getName() - Method in interface com.ecyrd.jspwiki.util.Watchable
Returns a human-readable name of this Watchable.
getName() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the target of this wiki context: a page, group name or JSP.
getName() - Method in class com.ecyrd.jspwiki.WikiPage
Returns the name of the page.
getName() - Method in class com.ecyrd.jspwiki.workflow.SystemPrincipal
getNewEntryPage(WikiEngine, String) - Method in class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
Returns a new page name for entries.
getNewPageName() - Method in class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Returns the new Wiki page name associated with this event.
getNewProgressIdentifier() - Method in class com.ecyrd.jspwiki.ui.progress.ProgressManager
You can use this to get an unique process identifier.
getNewVersion() - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
getNumberedValues(Map, String) - Static method in class com.ecyrd.jspwiki.util.FormUtil
Looks up all keys starting with a given prefix and returns the values in an ArrayList.
getOldHash(String) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Deprecated. this method is retained for backwards compatibility purposes; use AbstractUserDatabase.getHash(String) instead
getOldPageName() - Method in class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Returns the old Wiki page name associated with this event.
getOutcome() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Returns the Outcome of this Step's processing; by default, Outcome.STEP_CONTINUE.
getOutcome() - Method in interface com.ecyrd.jspwiki.workflow.Step
Returns the Outcome of this Step's processing; by default, Outcome.STEP_CONTINUE.
getOutlink() - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Gets the URL of the outlink image.
getOwner() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Convenience method that returns the owner of the Workflow by delegating to Workflow.getOwner().
getOwner() - Method in interface com.ecyrd.jspwiki.workflow.Step
Convenience method that returns the owner of the Workflow by delegating to Workflow.getOwner().
getOwner() - Method in class com.ecyrd.jspwiki.workflow.Workflow
The owner Principal on whose behalf this Workflow is being executed; that is, the user who created the workflow.
getOwnerWorkflows(WikiSession) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Returns the current workflows a wiki session owns.
getPage() - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Returns the name of the wiki page represented by this permission.
getPage() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getPage() - Method in class com.ecyrd.jspwiki.PageLock
Returns the name of the page which is locked.
getPage() - Method in class com.ecyrd.jspwiki.parser.WikiDocument
Return the WikiPage for whom this WikiDocument exists.
getPage() - Method in class com.ecyrd.jspwiki.rss.Entry
Returns the page set by Entry.setPage(WikiPage).
getPage() - Method in class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
Returns Wikipage for this result.
getPage() - Method in interface com.ecyrd.jspwiki.SearchResult
Return the page.
getPage() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.InsertDiffTag
Gets the page name.
getPage() - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
getPage() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the page that is being handled.
getPage(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Finds the corresponding WikiPage object based on the page name.
getPage(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Finds the corresponding WikiPage object base on the page name and version.
getPage(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPage(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageCount() - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Gets the number of pages.
getPageCount() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Gets the number of pages.
getPageCount() - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Gets the number of pages.
getPageCount() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the number of pages in this Wiki
getPageData() - Method in class com.ecyrd.jspwiki.parser.WikiDocument
Returns the wikimarkup used to render this document.
getPageHTML(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageHTML(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageHTMLVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageHTMLVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.PageManager
Finds a WikiPage object describing a particular page and version.
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Returns info about the page.
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Returns info about the page.
getPageInfo(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageInfo(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageInfoJsp() - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Get the PageInfo.jsp URI.
getPageInfoVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageInfoVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current PageManager which is responsible for storing and managing WikiPages.
getPageName() - Method in class com.ecyrd.jspwiki.event.WikiPageEvent
Returns the Wiki page name associated with this event.
getPageName() - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Get the page name.
getPageName() - Method in exception com.ecyrd.jspwiki.providers.RepositoryModifiedException
Return the page name given in the constructor.
getPagePermission(WikiPage, String) - Static method in class com.ecyrd.jspwiki.auth.permissions.PermissionFactory
Get a permission object for a WikiPage and a set of actions.
getPagePermission(String, String) - Static method in class com.ecyrd.jspwiki.auth.permissions.PermissionFactory
Get a permission object for a WikiPage and a set of actions.
getPageRenamer() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the PageRenamer employed by this WikiEngine.
getPages() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
Return the page count in the Wiki.
getPagesDescription() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getPageSorter() - Method in class com.ecyrd.jspwiki.WikiEngine
Get this engine's page name comparator.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.PageManager
Fetches the page text from the repository.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
This implementation just returns the current version, as filesystem does not provide versioning information for now.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Gets a specific version out of the repository.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
This implementation just returns the current version, as filesystem does not provide versioning information for now.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
This implementation just returns the current version, as filesystem does not provide versioning information for now.
getPageText(String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Gets a specific version out of the repository.
getPageVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getParameter(String) - Method in class com.ecyrd.jspwiki.parser.PluginContent
Returns a parameter value from the parameter map.
getParameters() - Method in class com.ecyrd.jspwiki.parser.PluginContent
Returns the parameter map given in the constructor.
getParentName() - Method in class com.ecyrd.jspwiki.attachment.Attachment
Returns the name of the parent of this Attachment, i.e. the page which contains this attachment.
getParser(WikiContext, String) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Returns the default Parser for this context.
getPassword() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the user password for use with custom authentication.
getPassword() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the user password for use with custom authentication.
getPasswordAuthentication() - Method in class com.ecyrd.jspwiki.util.MailUtil.SmtpAuthenticator
Returns the password used to authenticate to the SMTP server.
getPath() - Method in class com.ecyrd.jspwiki.dav.DavContext
 
getPath() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns the entire path as a String.
getPath() - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
getPermissions(WikiPage) - Method in interface com.ecyrd.jspwiki.auth.acl.AclManager
Returns the access control list for the page.
getPermissions(WikiPage) - Method in class com.ecyrd.jspwiki.auth.acl.DefaultAclManager
Returns the access control list for the page.
getPluginManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current plugin manager.
getPluginName() - Method in class com.ecyrd.jspwiki.parser.PluginContent
Returns the name of the plugin invoked by the DOM element.
getPluginSearchPath() - Method in class com.ecyrd.jspwiki.WikiEngine
Deprecated.  
getPosition() - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Return the current position in the reader stream.
getPreference(WikiContext, String) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
Returns a preference value programmatically.
getPreference(PageContext, String) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
Returns a preference value programmatically.
getPreviousStep() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Convenience method that returns the predecessor of the current Step.
getPrincipal() - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Returns the principal for which permissions are granted by this ACL entry.
getPrincipal() - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Returns the principal for which permissions are granted by this ACL entry.
getPrincipal() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the GroupPrincipal that represents this Group.
getPrincipal() - Method in class com.ecyrd.jspwiki.auth.login.PrincipalWrapper
Returns the wrapped Principal used to construct this instance.
getPrincipal() - Method in class com.ecyrd.jspwiki.event.WikiSecurityEvent
Returns the principal to whom the opeation applied, if supplied.
getPrincipals(String) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Looks up the Principals representing a user from the user database.
getPrincipals(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Looks up the Principals representing a user from the user database.
getPrincipals() - Method in class com.ecyrd.jspwiki.WikiSession
Returns all user Principals associated with this session.
getProgress() - Method in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Returns the progress in percents.
getProgress(String) - Method in class com.ecyrd.jspwiki.ui.progress.ProgressManager
Get the progress in percents.
getProgress(String) - Method in class com.ecyrd.jspwiki.ui.progress.ProgressManager.JSONTracker
Returns upload progress in percents so far.
getProgressManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the progress manager we're using
getProperties() - Method in class com.ecyrd.jspwiki.ui.Installer
Returns the properties file as a string
getPropertiesPath() - Method in class com.ecyrd.jspwiki.ui.Installer
 
getProperty(String) - Method in class com.ecyrd.jspwiki.ui.Installer
Returns a property from the WikiEngine's properties.
getPropertySet() - Method in class com.ecyrd.jspwiki.dav.items.AttachmentDirectoryItem
 
getPropertySet() - Method in class com.ecyrd.jspwiki.dav.items.AttachmentItem
Returns a collection of properties for this attachment.
getPropertySet() - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
getPropertySet() - Method in class com.ecyrd.jspwiki.dav.items.DirectoryItem
 
getPropertySet() - Method in class com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
 
getPropertySet() - Method in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
getProvider() - Method in class com.ecyrd.jspwiki.attachment.DynamicAttachment
Returns the provider which is used to generate this attachment.
getProvider() - Method in class com.ecyrd.jspwiki.PageManager
Returns the page provider currently in use.
getProviderDescription() - Method in class com.ecyrd.jspwiki.PageManager
Returns a human-readable description of the current provider.
getProviderInfo() - Method in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
getProviderInfo() - Method in class com.ecyrd.jspwiki.diff.DiffProvider.NullDiffProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.diff.ExternalDiffProvider
 
getProviderInfo() - Method in class com.ecyrd.jspwiki.diff.TraditionalDiffProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Return a valid HTML string for information. May be anything.
getProviderInfo() - Method in class com.ecyrd.jspwiki.search.BasicSearchProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Return a valid HTML string for information.
getProviderInfo() - Method in interface com.ecyrd.jspwiki.WikiProvider
Return a valid HTML string for information.
getPureText(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the pure text of a page, no conversions.
getPureText(WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the pure text of a page, no conversions.
getRealPage() - Method in class com.ecyrd.jspwiki.WikiContext
Gets a reference to the real page whose content is currently being rendered.
getRealProvider() - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Returns the WikiAttachmentProvider that this caching provider delegates to.
getRealProvider() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Returns the actual used provider.
getRecentChanges() - Method in class com.ecyrd.jspwiki.WikiEngine
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 com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
getRecentChanges(Date) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getRecentChanges(Date) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getRecentPosts(String, String, String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler
Returns a list of the recent posts to this weblog.
getRedirect() - Method in exception com.ecyrd.jspwiki.filters.RedirectException
Get the URI for redirection.
getRedirectURL() - Method in class com.ecyrd.jspwiki.WikiContext
Figure out to which page we are really going to.
getRedirectURL(WikiContext) - Method in class com.ecyrd.jspwiki.WikiEngine
Figure out to which page we are really going to.
getReference() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns the link reference, or the link text if null.
getReferenceManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns this object's ReferenceManager.
getReferredBy() - Method in class com.ecyrd.jspwiki.ReferenceManager
Returns the referred-by list.
getRefersTo() - Method in class com.ecyrd.jspwiki.ReferenceManager
Returns the refers-to list.
getRelativePath(String) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
getRemoteUser() - Method in class com.ecyrd.jspwiki.ui.WikiRequestWrapper
Returns the remote user for the HTTP request, taking into account both container and JSPWiki custom authentication status.
getRenderedDocument(WikiContext, String) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Returns a cached document, if one is found.
getRenderer(WikiContext, WikiDocument) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Returns a WikiRenderer instance, initialized with the given context and doc.
getRenderingManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current rendering manager for this wiki application.
getRequest() - Method in class com.ecyrd.jspwiki.auth.login.HttpRequestCallback
Returns the request object.
getRequestContext() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
getRequestContext() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the request context associated with this Command.
getRequestContext() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the request context.
getRequiredProperty(Properties, String) - Static method in class com.ecyrd.jspwiki.WikiEngine
Throws an exception if a property is not found.
getResource() - Method in class com.ecyrd.jspwiki.tags.RequestResourceTag
Returns the resource that is to be added.
getResourceRequests(WikiContext, String) - Static method in class com.ecyrd.jspwiki.ui.TemplateManager
Returns resource requests for a particular type.
getResourceTypes(WikiContext) - Static method in class com.ecyrd.jspwiki.ui.TemplateManager
Returns all those types that have been requested so far.
getResult() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Return the result.
getRoles() - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Returns an array of GroupPrincipals this GroupManager knows about.
getRoles() - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Returns an array of role Principals this Authorizer knows about.
getRoles(Document) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Protected method that extracts the roles from JSPWiki's web application deployment descriptor.
getRoles() - Method in interface com.ecyrd.jspwiki.auth.Authorizer
Returns an array of role Principals this Authorizer knows about.
getRoles() - Method in class com.ecyrd.jspwiki.WikiSession
Returns an array of Principal objects that represents the groups and roles that the user associated with a WikiSession possesses.
getRootPath() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the root path.
getRootThrowable() - Method in exception com.ecyrd.jspwiki.plugin.PluginException
Return the original exception.
getRPCVersionSupported() - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
Returns the current supported JSPWiki XML-RPC API.
getRSSGenerator() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the RSSGenerator.
getSaltedPassword(byte[]) - Static method in class com.ecyrd.jspwiki.util.CryptoUtil
Creates an RFC 2307-compliant salted, hashed password with the SHA1 MessageDigest algorithm.
getSaltedPassword(byte[], byte[]) - Static method in class com.ecyrd.jspwiki.util.CryptoUtil
Helper method that creates an RFC 2307-compliant salted, hashed password with the SHA1 MessageDigest algorithm.
getScore() - Method in class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
Returns a score for this match.
getScore() - Method in interface com.ecyrd.jspwiki.SearchResult
Returns the score.
getScriptLocation() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Return the location of the script for this module.
getSearchEngine() - Method in class com.ecyrd.jspwiki.search.SearchManager
Returns the SearchProvider used.
getSearchManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the manager responsible for searching the Wiki.
getSection(String, int) - Static method in class com.ecyrd.jspwiki.TextUtil
Gets the given section (separated with "----") from the page text.
getSenderEmailAddress(Session, Properties) - Static method in class com.ecyrd.jspwiki.util.MailUtil
Gets the Sender's email address from JNDI Session if available, otherwise from the jspwiki.properties or lastly the default value.
getSeparator() - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
Get the separator string.
getServerInfo() - Static method in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
getServletContext() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the ServletContext that this particular WikiEngine was initialized with.
getSiteName(WikiContext) - Static method in class com.ecyrd.jspwiki.util.BlogUtil
Figure out a site name for a feed.
getSize() - Method in class com.ecyrd.jspwiki.WikiPage
Returns the size of the page.
getSortOrder() - Method in class com.ecyrd.jspwiki.util.comparators.HumanComparator
 
getSpamHash(WikiPage, HttpServletRequest) - Static method in class com.ecyrd.jspwiki.filters.SpamFilter
This method is used to calculate an unique code when submitting the page to detect edit conflicts.
getSpecialPageReference(String) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.WikiEngine
If the page is a special page, then returns a direct URL to that page.
getStandaloneMailSession(Properties) - Static method in class com.ecyrd.jspwiki.util.MailUtil
Returns a stand-alone JavaMail Session by looking up the correct mail account, password and host from a supplied set of properties.
getStartTime() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the moment when this engine was started.
getStartTime() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
The start time for this Step.
getStartTime() - Method in interface com.ecyrd.jspwiki.workflow.Step
The start time for this Step.
getStartTime() - Method in class com.ecyrd.jspwiki.workflow.Workflow
The start time for this Workflow, expressed as a system time number.
getState() - Method in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Get the state of the ProgressItem.
getStatus() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Return the status.
getStatus() - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
Get the status as defined above.
getStatus() - Method in class com.ecyrd.jspwiki.WikiSession
Returns the status of the wiki session as a text string.
getString() - Method in class com.ecyrd.jspwiki.render.CleanTextRenderer
Renders and returns the end result.
getString() - Method in class com.ecyrd.jspwiki.render.CreoleRenderer
Renders and returns the end result.
getString() - Method in class com.ecyrd.jspwiki.render.WikiRenderer
Renders and returns the end result.
getString() - Method in class com.ecyrd.jspwiki.render.WysiwygEditingRenderer
Renders and returns the end result.
getString() - Method in class com.ecyrd.jspwiki.render.XHTMLRenderer
Renders and returns the end result.
getString() - Method in class com.ecyrd.jspwiki.rss.AtomFeed
Returns the XML for the feed contents in a String format.
getString() - Method in class com.ecyrd.jspwiki.rss.Feed
Returns the XML for the feed contents in a String format.
getString() - Method in class com.ecyrd.jspwiki.rss.RSS10Feed
Returns the XML for the feed contents in a String format.
getString() - Method in class com.ecyrd.jspwiki.rss.RSS20Feed
Returns the XML for the feed contents in a String format.
getStringProperty(Properties, String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Fetches a String property from the set of Properties.
getStylesheetLocation() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Returns the style sheet location for this module.
getSubmission() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Returns parameter name-value pairs for a Form handler WikiPlugin.
getSuccessor(Outcome) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.workflow.Step
Identifies the next Step for a particular Outcome; if there is no next Step for this Outcome, this method returns null.
getSuccessor() - Method in class com.ecyrd.jspwiki.workflow.Task
Identifies the next Step after this Task finishes successfully.
getSuggestions(String, int) - Method in class com.ecyrd.jspwiki.search.SearchManager.JSONSearch
Provides a list of suggestions to use for a page name.
getTarget() - Method in class com.ecyrd.jspwiki.event.WikiSecurityEvent
Returns the object that was operated on, if supplied.
getTarget() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
getTarget() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the target associated with a Command, if it was created with one.
getTarget() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the target associated with a Command, if it was created with one.
getTemplate() - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
getTemplate() - Method in class com.ecyrd.jspwiki.WikiContext
Gets the template that is to be used throughout this request.
getTemplateDir() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current template directory.
getTemplateManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current TemplateManager.
getText() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns the link text.
getText() - Method in class com.ecyrd.jspwiki.parser.PluginContent
The main invocation for the plugin.
getText() - Method in class com.ecyrd.jspwiki.parser.VariableContent
Returns exactly getValue().
getText(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the un-HTMLized text of the latest version of a page.
getText(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the un-HTMLized text of the given version of a page.
getText(WikiContext, WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the un-HTMLized text of the given version of a page in the given context.
getTextResource(String) - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Attempts to locate a resource from a JAR file and returns it as a string.
getThrowingMethod(Throwable) - Static method in class com.ecyrd.jspwiki.FileUtil
Returns the class and method name (+a line number) in which the Throwable was thrown.
getTimeLeft() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.rss.Entry
Returns the title.
getTitle() - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
Returns the title.
getTitle() - Method in interface com.ecyrd.jspwiki.ui.admin.AdminBean
Return a human-readable title for this AdminBean.
getTitle() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getTitle() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
getTitle() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PluginBean
 
getTitle() - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
getTitle() - Method in class com.ecyrd.jspwiki.ui.admin.beans.UserBean
 
getTotalPageCount() - Method in class com.ecyrd.jspwiki.PageManager
Returns the total count of all pages in the repository.
getType() - Method in class com.ecyrd.jspwiki.auth.WikiPrincipal
Returns the Principal "type": WikiPrincipal.LOGIN_NAME, WikiPrincipal.FULL_NAME, WikiPrincipal.WIKI_NAME or WikiPrincipal.WIKI_NAME
getType() - Method in class com.ecyrd.jspwiki.event.WikiEvent
Returns the type of this event.
getType() - Method in class com.ecyrd.jspwiki.tags.RequestResourceTag
Get the resource type.
getType() - Method in interface com.ecyrd.jspwiki.ui.admin.AdminBean
Returns a type (UNKNOWN, EDITOR, etc).
getType() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getType() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
getType() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PluginBean
 
getType() - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
getType() - Method in class com.ecyrd.jspwiki.ui.admin.beans.UserBean
 
getTypeDescription() - Method in class com.ecyrd.jspwiki.event.WikiEngineEvent
Returns a human-readable description of the event type.
getTypeDescription() - Method in class com.ecyrd.jspwiki.event.WikiEvent
Returns a String (human-readable) description of an event type.
getTypeDescription() - Method in class com.ecyrd.jspwiki.event.WikiPageEvent
Returns a human-readable description of the event type.
getTypeDescription() - Method in class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Returns a human-readable description of the event type.
getTypeDescription() - Method in class com.ecyrd.jspwiki.event.WikiSecurityEvent
Returns a human-readable description of the event type.
getTypeFromString(String) - Static method in class com.ecyrd.jspwiki.ui.admin.AdminBeanManager
Returns the type identifier for a string type.
getUid() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the unique identifier for the user profile.
getUid() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the unique identifier for the user profile.
getURL(DavPath) - Method in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
getURL(DavPath) - Method in interface com.ecyrd.jspwiki.dav.DavProvider
 
getURL(DavPath) - Method in class com.ecyrd.jspwiki.dav.HTMLPagesDavProvider
 
getURL(DavPath) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
getURL(DavPath) - Method in class com.ecyrd.jspwiki.dav.WikiRootProvider
 
getURL() - Method in class com.ecyrd.jspwiki.rss.Entry
Return the URL set by setURL().
getURL() - Method in class com.ecyrd.jspwiki.ui.Editor
Deprecated.  
getURL(String, String) - Method in class com.ecyrd.jspwiki.WikiContext
Creates an URL for the given request context.
getURL(String, String, String) - Method in class com.ecyrd.jspwiki.WikiContext
Returns an URL from a page.
getURL(String, String, String, boolean) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns an URL if a WikiContext is not available.
getURLConstructor() - Method in class com.ecyrd.jspwiki.WikiEngine
 
getURLPattern() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
getURLPattern() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the URL pattern associated with this Command.
getURLPattern(String, String) - Static method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Returns the URL pattern for a supplied wiki request context.
getURLPattern() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the URL pattern associated with this Command.
getUserCookie(HttpServletRequest) - Static method in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
Returns the username cookie value.
getUserDatabase() - Method in class com.ecyrd.jspwiki.auth.login.UserDatabaseCallback
Returns the user database object.
getUserDatabase() - Method in class com.ecyrd.jspwiki.auth.UserManager
Returns the UserDatabase employed by this WikiEngine.
getUserInfo(String) - Method in class com.ecyrd.jspwiki.auth.UserManager.JSONUserModule
Directly returns the UserProfile object attached to an uid.
getUserManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the UserManager employed by this WikiEngine.
getUserPrincipal() - Method in class com.ecyrd.jspwiki.ui.WikiRequestWrapper
Returns the user principal for the HTTP request, taking into account both container and JSPWiki custom authentication status.
getUserPrincipal() - Method in class com.ecyrd.jspwiki.WikiSession
Returns the primary user Principal associated with this session.
getUserProfile(WikiSession) - Method in class com.ecyrd.jspwiki.auth.UserManager
Retrieves the UserProfilefor the user in a wiki session.
getValue() - Method in class com.ecyrd.jspwiki.parser.PluginContent
Returns the rendered plugin.
getValue() - Method in class com.ecyrd.jspwiki.parser.VariableContent
Evaluates the variable and returns the contents.
getValue(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.VariableManager
Returns the value of a named variable.
getValue(WikiContext, String) - Method in class com.ecyrd.jspwiki.VariableManager
Returns a value of the named variable.
getValue() - Method in class com.ecyrd.jspwiki.workflow.Fact
Returns this Fact's value.
getValues(Map, String) - Static method in class com.ecyrd.jspwiki.util.FormUtil
Looks for a named value in the Map.
getVar() - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
getVariable(String) - Method in class com.ecyrd.jspwiki.WikiContext
Gets a previously set variable.
getVariable(WikiContext, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Shortcut to getVariableManager().getValue().
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.AdminBeanIteratorInfo
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.AttachmentsIteratorInfo
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.CheckLockInfo
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.EditorIteratorInfo
 
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.HistoryIteratorInfo
 
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorInfo
 
getVariableManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current variable manager.
getVersion() - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
getVersion() - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
getVersion() - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
getVersion() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getVersion() - Method in class com.ecyrd.jspwiki.WikiPage
Returns the version that this WikiPage instance represents.
getVersionDescription() - Method in class com.ecyrd.jspwiki.ui.admin.beans.CoreBean
 
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns a list of versions of the attachment.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.PageManager
Gets a version history of page.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
The FileSystemProvider provides only one version.
getVersionHistory(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Returns version history.
getVersionHistory(Attachment) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Returns version history.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Returns version history.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
The FileSystemProvider provides only one version.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
The FileSystemProvider provides only one version.
getVersionHistory(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Returns version history.
getVersionHistory(String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Returns version history.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a Collection of WikiPages containing the version history of a page.
getVersionString() - Static method in class com.ecyrd.jspwiki.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 class com.ecyrd.jspwiki.WikiContext
A shortcut to generate a VIEW url.
getViewURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the basic absolute URL to a page, without any modifications.
getWebXml() - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Returns an Document representing JSPWiki's web application deployment descriptor.
getWhen() - Method in class com.ecyrd.jspwiki.event.WikiEvent
Returns the timestamp of when this WikiEvent occurred.
getWiki() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the wiki name.
getWiki() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.WikiPage
Returns the wiki nanme for this page
getWikiContext(ServletRequest) - Method in class com.ecyrd.jspwiki.ui.WikiServletFilter
Figures out the wiki context from the request.
getWikiEngine() - Method in class com.ecyrd.jspwiki.event.WikiEngineEvent
Deprecated. use WikiEngineEvent.getEngine() instead.
getWikiEventListeners(Object) - Static method in class com.ecyrd.jspwiki.event.WikiEventManager
Return the Set containing the WikiEventListeners attached to the delegate for the supplied client.
getWikiJspPage() - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Get the URI to the Wiki.jsp view.
getWikiName() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns the user's wiki name.
getWikiName() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns the user's wiki name, based on the full name with all whitespace removed.
getWikiNames() - Method in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
Returns all WikiNames that are stored in the UserDatabase as an array of WikiPrincipal objects.
getWikiNames() - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Returns all WikiNames that are stored in the UserDatabase as an array of Principal objects.
getWikiNames() - Method in class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Returns all WikiNames that are stored in the UserDatabase as an array of WikiPrincipal objects.
getWikiNames() - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op.
getWikiProperties() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the set of properties that the WikiEngine was initialized with.
getWikiSession() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the WikiSession associated with the context.
getWikiSession(WikiEngine, HttpServletRequest) - Static method in class com.ecyrd.jspwiki.WikiSession
Static factory method that returns the WikiSession object associated with the current HTTP request.
getWikiString() - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator
FIXME: I have no idea what this does...
getWorkDir() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the JSPWiki working directory set with "jspwiki.workDir".
getWorkflow() - Method in class com.ecyrd.jspwiki.event.WorkflowEvent
Convenience method that returns the Workflow to which the event applied.
getWorkflow() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Gets the Workflow that is the parent of this Step.
getWorkflow() - Method in interface com.ecyrd.jspwiki.workflow.Step
Gets the Workflow that is the parent of this Step.
getWorkflowManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the WorkflowManager associated with this WikiEngine.
getWorkflowManager() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns the WorkflowManager that contains this Workflow.
getWorkflows() - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Returns a collection of the currently active workflows.
GLASSFISH - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
Group - Class in com.ecyrd.jspwiki.auth.authorize
Groups are a specialized type of ad-hoc role used by the wiki system.
Group(String, String) - Constructor for class com.ecyrd.jspwiki.auth.authorize.Group
Protected constructor to prevent direct instantiation except by other package members.
GROUP_ADD - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a new wiki group is added.
GROUP_CLEAR_GROUPS - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When all wiki groups are removed from GroupDatabase.
GROUP_REMOVE - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a wiki group is deleted.
GroupCommand - Class in com.ecyrd.jspwiki.ui
Defines Commands for viewing, editing and deleting wiki groups.
GroupDatabase - Interface in com.ecyrd.jspwiki.auth.authorize
Defines an interface for loading, persisting and storing wiki groups.
GroupManager - Class in com.ecyrd.jspwiki.auth.authorize
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.
GroupManager() - Constructor for class com.ecyrd.jspwiki.auth.authorize.GroupManager
 
GroupPermission - Class in com.ecyrd.jspwiki.auth.permissions
Permission to perform an operation on a group in a given wiki.
GroupPermission() - Constructor for class com.ecyrd.jspwiki.auth.permissions.GroupPermission
For serialization purposes
GroupPermission(String, String) - Constructor for class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Creates a new GroupPermission for a specified group and set of actions.
GroupPrincipal - Class in com.ecyrd.jspwiki.auth
Immutable Principal that represents a Group.
GroupPrincipal(String) - Constructor for class com.ecyrd.jspwiki.auth.GroupPrincipal
Constructs a new GroupPrincipal object with a supplied name.
groups() - Method in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.
groups() - Method in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.
groups() - Method in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.
Groups - Class in com.ecyrd.jspwiki.plugin
Prints the groups managed by this wiki, separated by commas.
Groups() - Constructor for class com.ecyrd.jspwiki.plugin.Groups
 
guessValidURI(String) - Static method in class com.ecyrd.jspwiki.util.HttpUtil
Attempts to form a valid URI based on the string given.
GUEST - Static variable in class com.ecyrd.jspwiki.auth.WikiPrincipal
Represents an anonymous user.
guestSession(WikiEngine) - Static method in class com.ecyrd.jspwiki.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

handle(Callback[]) - Method in class com.ecyrd.jspwiki.auth.login.WebContainerCallbackHandler
 
handle(Callback[]) - Method in class com.ecyrd.jspwiki.auth.login.WikiCallbackHandler
 
handlePost(WikiContext, HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.ui.admin.WikiFormAdminBean
 
handleResponse(WikiContext, Map) - Method in class com.ecyrd.jspwiki.ui.admin.WikiFormAdminBean
 
HANDLERPARAM_PREFIX - Static variable in class com.ecyrd.jspwiki.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(HttpServletResponse) - Method in class com.ecyrd.jspwiki.WikiContext
Checks whether the current user has access to this wiki context, by obtaining the required Permission (WikiContext.requiredPermission()) and delegating the access check to AuthorizationManager.checkPermission(WikiSession, Permission).
hasAccess(HttpServletResponse, boolean) - Method in class com.ecyrd.jspwiki.WikiContext
Checks whether the current user has access to this wiki context (and optionally redirects if not), by obtaining the required Permission (WikiContext.requiredPermission()) and delegating the access check to AuthorizationManager.checkPermission(WikiSession, Permission).
hasAdminPermissions() - Method in class com.ecyrd.jspwiki.WikiContext
Returns true, if the current user has administrative permissions (i.e. the omnipotent AllPermission).
hasAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns true, if the page has any attachments at all.
HasAttachmentsTag - Class in com.ecyrd.jspwiki.tags
Includes body if page has attachments.
HasAttachmentsTag() - Constructor for class com.ecyrd.jspwiki.tags.HasAttachmentsTag
 
hashCode() - Method in class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal
The hashCode of this object is equal to the hash code of its name.
hashCode() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
The hashcode is calculated as a XOR sum over all members of the Group.
hashCode() - Method in class com.ecyrd.jspwiki.auth.authorize.Role
Returns a unique hashcode for the Role.
hashCode() - Method in class com.ecyrd.jspwiki.auth.GroupPrincipal
Returns the hashcode for this object.
hashCode() - Method in class com.ecyrd.jspwiki.auth.login.PrincipalWrapper
The hashcode is based on the hashcode of the wrapped principal.
hashCode() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
Returns the hash code for this WikiPermission.
hashCode() - Method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Returns the hash code for this GroupPermission.
hashCode() - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Returns the hash code for this PagePermission.
hashCode() - Method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Returns the hash code for this WikiPermission.
hashCode() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
 
hashCode() - Method in class com.ecyrd.jspwiki.auth.WikiPrincipal
The hashCode() returned for the WikiPrincipal is the same as for its name.
hashCode() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
hashCode() - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
hashCode() - Method in class com.ecyrd.jspwiki.WikiPage
hashCode() - Method in class com.ecyrd.jspwiki.workflow.Fact
hashCode() - Method in class com.ecyrd.jspwiki.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.
hasMetadata() - Method in class com.ecyrd.jspwiki.WikiPage
Returns true if the page has valid metadata; that is, it has been parsed.
hasPrincipal(Principal) - Method in class com.ecyrd.jspwiki.WikiSession
Returns true if the WikiSession's Subject possess a supplied Principal.
hasReference() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns true, if there is a reference.
hasRoleOrPrincipal(WikiSession, Principal) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Determines if the Subject associated with a supplied WikiSession contains a desired user Principal or built-in Role principal, OR is a member a Group or external Role.
Heading - Class in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.parser.Heading
 
HEADING_LARGE - Static variable in class com.ecyrd.jspwiki.parser.Heading
Defines a large heading.
HEADING_MEDIUM - Static variable in class com.ecyrd.jspwiki.parser.Heading
Defines a medium-size heading.
HEADING_SMALL - Static variable in class com.ecyrd.jspwiki.parser.Heading
Defines a small heading.
headingAdded(WikiContext, Heading) - Method in interface com.ecyrd.jspwiki.parser.HeadingListener
Is called whenever a heading is encountered in the stream.
headingAdded(WikiContext, Heading) - Method in class com.ecyrd.jspwiki.plugin.TableOfContents
Is called whenever a heading is encountered in the stream.
HeadingListener - Interface in com.ecyrd.jspwiki.parser
Provides a listener interface for headings.
hide() - Method in class com.ecyrd.jspwiki.forms.FormInfo
Returns true, if the form is supposed to be hidden.
HIDE_SUCCESS - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Show values.
HistoryIteratorInfo - Class in com.ecyrd.jspwiki.tags
Just provides the TEI data for HistoryIteratorTag.
HistoryIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.HistoryIteratorInfo
 
HistoryIteratorTag - Class in com.ecyrd.jspwiki.tags
Iterates through tags.
HistoryIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.HistoryIteratorTag
 
HTML - Static variable in class com.ecyrd.jspwiki.tags.InsertPageTag
 
HTMLPageDavItem - Class in com.ecyrd.jspwiki.dav.items
Represents a DAV HTML page item.
HTMLPageDavItem(DavProvider, DavPath, WikiPage) - Constructor for class com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
 
HTMLPagesDavProvider - Class in com.ecyrd.jspwiki.dav
 
HTMLPagesDavProvider(WikiEngine) - Constructor for class com.ecyrd.jspwiki.dav.HTMLPagesDavProvider
 
HtmlStringToWikiTranslator - Class in com.ecyrd.jspwiki.htmltowiki
Converting Html to Wiki Markup with NekoHtml for converting html to xhtml and Xhtml2WikiTranslator for converting xhtml to Wiki Markup.
HtmlStringToWikiTranslator() - Constructor for class com.ecyrd.jspwiki.htmltowiki.HtmlStringToWikiTranslator
Create a new translator.
HttpRequestCallback - Class in com.ecyrd.jspwiki.auth.login
Callback for requesting and supplying a HttpServletRequest required by a LoginModule.
HttpRequestCallback() - Constructor for class com.ecyrd.jspwiki.auth.login.HttpRequestCallback
 
HttpUtil - Class in com.ecyrd.jspwiki.util
Contains useful utilities for some common HTTP tasks.
HumanComparator - Class in com.ecyrd.jspwiki.util.comparators
A comparator that sorts Strings using "human" ordering, including decimal ordering.
HumanComparator() - Constructor for class com.ecyrd.jspwiki.util.comparators.HumanComparator
Default constructor which does nothing.
HumanComparator(HumanComparator.CharType[]) - Constructor for class com.ecyrd.jspwiki.util.comparators.HumanComparator
Constructor specifying all the character type order.
HumanComparator.CharType - Enum in com.ecyrd.jspwiki.util.comparators
 

I

I18NDEFAULT_LOCALE - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
I18N string to mark the default locale
I18NRESOURCE_PATH - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Location of I18N Resource bundles, and path prefix and suffixes
I18NRESOURCE_PREFIX - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
 
I18NRESOURCE_SUFFIX - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
 
I18NSERVER_TIMEZONE - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
I18N string to mark the server timezone
ID - Static variable in class com.ecyrd.jspwiki.ui.InputValidator
 
ID_NOT_SET - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
ID value: the workflow ID has not been set.
ID_PATTERN - Static variable in class com.ecyrd.jspwiki.ui.InputValidator
Used when checking against IDs such as a full name when saving groups.
ifInclude(WikiContext, Map) - Static method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags
If there have been no search results, then outputs the body text.
IfNoSearchResultsTag() - Constructor for class com.ecyrd.jspwiki.tags.IfNoSearchResultsTag
 
IfPlugin - Class in com.ecyrd.jspwiki.plugin
The IfPlugin allows parts of a WikiPage to be executed conditionally.
IfPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.IfPlugin
 
IGNORE - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
The token is to be ignored.
IMAGE - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
Image - Class in com.ecyrd.jspwiki.plugin
Provides an image plugin for better control than is possible with a simple image inclusion.
Image() - Constructor for class com.ecyrd.jspwiki.plugin.Image
 
IMAGELINK - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
IMAGEWIKILINK - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
impliedMask(int) - Static method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Creates an “implied mask” based on the actions originally assigned: for example, delete implies edit; edit implies view.
impliedMask(int) - Static method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Creates an "implied mask" based on the actions originally assigned: for example, delete implies modify, comment, upload and view.
impliedMask(int) - Static method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Creates an "implied mask" based on the actions originally assigned: for example, createGroups implies createPages.
implies(Permission) - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
WikiPermission can only imply other WikiPermissions; no other permission types are implied.
implies(Permission) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.permissions.GroupPermission
GroupPermissions can only imply other GroupPermissions; no other permission types are implied.
implies(Permission) - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
PagePermission can only imply other PagePermissions; no other permission types are implied.
implies(Permission) - Method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
WikiPermission can only imply other WikiPermissions; no other permission types are implied.
impliesMember(Permission) - Method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Returns true if this GroupPermission was created with the token <groupmember> and the current thread’s Subject is a member of the Group indicated by the implied GroupPermission.
IncludeResourcesTag - Class in com.ecyrd.jspwiki.tags
This tag is used to include any programmatic includes into the output stream.
IncludeResourcesTag() - Constructor for class com.ecyrd.jspwiki.tags.IncludeResourcesTag
 
IncludeTag - Class in com.ecyrd.jspwiki.tags
Includes an another JSP page, making sure that we actually pass the WikiContext correctly.
IncludeTag() - Constructor for class com.ecyrd.jspwiki.tags.IncludeTag
 
IndexPlugin - Class in com.ecyrd.jspwiki.plugin
A plugin that creates an index of pages according to a certain pattern.
IndexPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.IndexPlugin
 
INFO - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message prefix for information messages.
INFO - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
INFO - Static variable in class com.ecyrd.jspwiki.WikiContext
User is viewing page history.
INFO_DB - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for user database information messages.
INFO_GROUPS - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for group database information messages.
INFO_JAAS - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for JAAS information messages.
INFO_POLICY - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for policy information messages.
INFO_ROLES - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for role-checking information messages.
init(ServletConfig) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Initializes the servlet from WikiEngine properties.
init(ServletConfig) - Method in class com.ecyrd.jspwiki.dav.WikiDavServlet
 
init(ServletConfig) - Method in class com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
init(FilterConfig) - Method in class com.ecyrd.jspwiki.ui.WikiJSPFilter
Initializes the WikiServletFilter.
init(FilterConfig) - Method in class com.ecyrd.jspwiki.ui.WikiServletFilter
Initializes the WikiServletFilter.
init(ServletConfig) - Method in class com.ecyrd.jspwiki.WikiServlet
init(ServletConfig) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
Initializes the servlet.
initCompatibilityOptions(String) - Static method in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
Simple check of the servlet container
initHandler(String, String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
 
InitializablePlugin - Interface in com.ecyrd.jspwiki.plugin
If a plugin defines this interface, it is called exactly once prior to the actual execute() routine.
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.auth.acl.AclManager
Initializes the AclManager with a supplied wiki engine and properties.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.acl.DefaultAclManager
Initializes the AclManager with a supplied wiki engine and properties.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Creates an AuthenticationManager instance for the given WikiEngine and the specified set of properties.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Initializes AuthorizationManager with an engine and set of properties.
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
Initializes the group database based on values from a Properties object.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Initializes the group cache by initializing the group database and obtaining a list of all of the groups it stores.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Initializes the group database based on values from a Properties object.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Initializes the authorizer for.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
Initializes the group database based on values from a Properties object.
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.auth.Authorizer
Initializes the authorizer.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Initializes the LoginModule with a given Subject, callback handler, options and shared state.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Initializes the user database based on values from a Properties object.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Initializes the user database based on values from a Properties object.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Initializes the user database based on values from a Properties object.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.auth.UserManager
Initializes the engine for its nefarious purposes.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.diff.DiffProvider.NullDiffProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.diff.ExternalDiffProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.diff.TraditionalDiffProvider
Initializes the page provider.
initialize(Properties) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
Called whenever a new PageFilter is instantiated and reset.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.filters.BasicPageFilter
If you override this, you should call super.initialize() first.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.filters.CreoleFilter
If you override this, you should call super.initialize() first.
initialize(Properties) - Method in class com.ecyrd.jspwiki.filters.FilterManager
Initializes the filters from an XML file.
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.filters.PageFilter
Is called whenever the a new PageFilter is instantiated and reset.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.filters.PingWeblogsComFilter
If you override this, you should call super.initialize() first.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.filters.SpamFilter
If you override this, you should call super.initialize() first.
initialize(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
initialize(WikiEngine) - Method in interface com.ecyrd.jspwiki.plugin.InitializablePlugin
Called whenever the plugin is being instantiated for the first time.
initialize(WikiEngine) - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin
Initialize the PageViewPlugin and its singleton.
initialize(WikiEngine) - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin.PageViewManager
Initialize the page view manager.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Initializes the page provider.
initialize(Collection) - Method in class com.ecyrd.jspwiki.ReferenceManager
Initializes the entire reference manager with the initial set of pages from the collection.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.render.RenderingManager
Initializes the RenderingManager.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.search.BasicSearchProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.search.SearchManager
This particular method starts off indexing and all sorts of various activities, so you need to run this last, after things are done.
initialize(WikiEngine) - Method in interface com.ecyrd.jspwiki.ui.admin.AdminBean
 
initialize() - Method in class com.ecyrd.jspwiki.ui.admin.AdminBeanManager
 
initialize(WikiEngine) - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
initialize(WikiEngine) - Method in class com.ecyrd.jspwiki.ui.admin.SimpleAdminBean
Initialize the AdminBean by setting up a WikiEngine instance internally.
initialize(Properties) - Method in class com.ecyrd.jspwiki.ui.EditorManager
Initializes the EditorManager.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Initializes.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.url.ShortURLConstructor
Initializes. Note that the engine is not fully initialized at this point, so don't do anything fancy here - use lazy init, if you have to.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.url.ShortViewURLConstructor
Initializes. Note that the engine is not fully initialized at this point, so don't do anything fancy here - use lazy init, if you have to.
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.url.URLConstructor
Initializes.
initialize(Properties) - Method in class com.ecyrd.jspwiki.util.PageSorter
Called by WikiEngine to initialise this instance.
initialize(WikiEngine, Properties) - Method in interface com.ecyrd.jspwiki.WikiProvider
Initializes the page provider.
initialize(WikiEngine, Properties) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Initializes the WorkflowManager using a specfied WikiEngine and properties.
initialize(WikiContext) - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
initialize(WikiContext) - Method in class com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler
initialize(WikiContext) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
initialize(WikiContext) - Method in interface com.ecyrd.jspwiki.xmlrpc.WikiRPCHandler
 
INITIALIZED - Static variable in class com.ecyrd.jspwiki.event.WikiEngineEvent
Indicates a WikiEngine initialized event, fired after the wiki service is fully available.
initializeFromXML(Element) - Method in class com.ecyrd.jspwiki.modules.WikiModuleInfo
Initializes the ModuleInfo from some standard XML elements which are under the given element.
initializeFromXML(Element) - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Initializes the ModuleInfo from some standard XML elements which are under the given element.
initializePlugin(WikiEngine) - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Initializes a plugin, if it has not yet been initialized.
INITIALIZING - Static variable in class com.ecyrd.jspwiki.event.WikiEngineEvent
Indicates a WikiEngine initialization event, fired as the wiki service is being initialized (in progress).
initReferenceManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Initializes the reference manager.
initTag() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags.DiffLinkTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.IncludeResourcesTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
initTag() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags.InsertPageTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.MessagesTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.PageTypeTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.PermissionTag
Initializes the tag.
initTag() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags.SetPaginationTag
 
initTag() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.tags.UserProfileTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
initTag() - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
initTag() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.WikiSession
Injects GroupPrincipal objects into the user's Principal set based on the groups the user belongs to.
injectUserProfilePrincipals() - Method in class com.ecyrd.jspwiki.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.
InputValidator - Class in com.ecyrd.jspwiki.ui
Provides basic validation services for HTTP parameters.
InputValidator(String, WikiContext) - Constructor for class com.ecyrd.jspwiki.ui.InputValidator
Constructs a new input validator for a specific form and wiki session.
InsertDiffTag - Class in com.ecyrd.jspwiki.tags
Writes difference between two pages using a HTML table.
InsertDiffTag() - Constructor for class com.ecyrd.jspwiki.tags.InsertDiffTag
 
insertInputFields(PageContext) - Static method in class com.ecyrd.jspwiki.filters.SpamFilter
This helper method adds all the input fields to your editor that the SpamFilter requires to check for spam.
InsertPage - Class in com.ecyrd.jspwiki.plugin
Inserts page contents.
InsertPage() - Constructor for class com.ecyrd.jspwiki.plugin.InsertPage
 
InsertPageTag - Class in com.ecyrd.jspwiki.tags
Renders WikiPage content.
InsertPageTag() - Constructor for class com.ecyrd.jspwiki.tags.InsertPageTag
 
INSTALL - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
INSTALL - Static variable in class com.ecyrd.jspwiki.WikiContext
User is administering JSPWiki (Install, SecurityConfig).
INSTALL_ERROR - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
INSTALL_INFO - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
INSTALL_WARNING - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
Installer - Class in com.ecyrd.jspwiki.ui
Manages JSPWiki installation on behalf of admin/Install.jsp.
Installer(HttpServletRequest, ServletConfig) - Constructor for class com.ecyrd.jspwiki.ui.Installer
 
InternalModule - Interface in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki
Denotes something really serious going on inside Wiki.
InternalWikiException(String) - Constructor for exception com.ecyrd.jspwiki.InternalWikiException
Create a new InternalWikiException.
InternationalizationManager - Class in com.ecyrd.jspwiki.i18n
Manages all internationalization in JSPWiki.
InternationalizationManager(WikiEngine) - Constructor for class com.ecyrd.jspwiki.i18n.InternationalizationManager
Constructs a new InternationalizationManager.
INTERWIKI - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
invalidate() - Method in class com.ecyrd.jspwiki.WikiSession
Invalidates the WikiSession and resets its Subject's Principals to the equivalent of a "guest session".
invalidateMetadata() - Method in class com.ecyrd.jspwiki.WikiPage
This method will remove all metadata from the page.
invoke(String, Object[], String[]) - Method in class com.ecyrd.management.SimpleMBean
Invokes a particular method.
isAborted() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Returns true if the workflow had been previously aborted.
isAlive() - Method in interface com.ecyrd.jspwiki.util.Watchable
Returns true, if this Watchable is still alive and can be watched; otherwise false.
isAnonymous() - Method in class com.ecyrd.jspwiki.WikiSession
Determines whether the current session is anonymous.
isAsserted() - Method in class com.ecyrd.jspwiki.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 class com.ecyrd.jspwiki.WikiSession
Returns the authentication status of the user's session.
isBlank(String) - Static method in class com.ecyrd.jspwiki.ui.InputValidator
Returns true if a supplied string is null or blank
isBuiltInRole(Role) - Static method in class com.ecyrd.jspwiki.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 class com.ecyrd.jspwiki.attachment.Attachment
Returns true, if this attachment can be cached by the user agent.
isCompleted() - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.workflow.Workflow
Determines whether this Workflow is completed; that is, if it has no additional Steps to perform.
isCompletion() - Method in class com.ecyrd.jspwiki.workflow.Outcome
Returns true if this Outcome represents a completion condition for a Step.
isConstrained(String, Role) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Protected method that identifies whether a particular webapp URL is constrained to a particular Role.
isContainerAuthenticated() - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Returns true if this WikiEngine uses container-managed authentication.
isContainerAuthorized() - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Returns true if the web container is configured to protect certain JSPWiki resources by requiring authentication.
isCurrentlyOnLineBegin() - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
Returns true, if the writer is currently writing a line start.
isDirectory() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns true, if the path represents a directory.
isEmpty() - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Returns true, if this Acl is empty.
isEmpty() - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Returns true, if this Acl is empty.
isEmpty() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
isEnabled() - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Returns true if RSS generation is enabled.
isEnabled() - Method in class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
isExternalLink(String) - Static method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Figures out if a link is an off-site link.
isInGroup(Group) - Method in class com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.parser.LinkParser.Link
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
isIPV4Address(String) - Static method in class com.ecyrd.jspwiki.WikiSession
Verifies whether a String represents an IPv4 address.
isJAASAuthorized() - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Returns true if JSPWiki's JAAS authorization system is used for authorization in addition to container controls.
isJSPWikiPermission(Permission) - Static method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
Checks if the given permission is one of ours.
isListening(Object) - Static method in class com.ecyrd.jspwiki.event.WikiEventManager
Returns true if there are one or more listeners registered with the provided client Object (undelegated event source).
isLocked() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns true if the profile is currently locked (disabled); false otherwise.
isLocked() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns true if the profile is currently locked (disabled); false otherwise.
isMember(Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns true if a Principal is a member of the group.
isNew() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns true if the user profile is new.
isNew() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns true if the profile has never been saved before.
isNewerOrEqual(String) - Static method in class com.ecyrd.jspwiki.Release
Returns true, if this version of JSPWiki is newer or equal than what is requested.
isNumber(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Returns true, if the argument contains a number, otherwise false.
isOlderOrEqual(String) - Static method in class com.ecyrd.jspwiki.Release
Returns true, if this version of JSPWiki is older or equal than what is requested.
isPluginLink(String) - Static method in class com.ecyrd.jspwiki.plugin.PluginManager
Returns true if the link is really command to insert a plugin.
isPositive(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Returns true, if the string "val" denotes a positive string.
isReadOnly() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermissionCollection
isReassignable() - Method in class com.ecyrd.jspwiki.workflow.Decision
Returns true if the Decision can be reassigned to another actor.
isReassignable() - Method in class com.ecyrd.jspwiki.workflow.SimpleNotification
Notifications cannot be re-assigned, so this method always returns false.
isReservedName(String) - Static method in class com.ecyrd.jspwiki.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 class com.ecyrd.jspwiki.auth.AuthenticationManager
Determines whether the supplied Principal is a "role principal".
isRoot() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns true, if the path represents the top-level entity.
isSecurityPolicyConfigured() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Returns true if the Java security policy is configured correctly, and it verifies as valid.
isSelected() - Method in class com.ecyrd.jspwiki.ui.Editor
Convinience method which returns XHTML for an option element.
isSelected(String) - Method in class com.ecyrd.jspwiki.ui.Editor
 
isSelected(String, String) - Method in class com.ecyrd.jspwiki.ui.Editor
 
isSpace(String) - Static method in class com.ecyrd.jspwiki.parser.LinkParser
Returns true if the String s is completely composed of whitespace.
isSpace(char) - Static method in class com.ecyrd.jspwiki.parser.LinkParser
Returns true if char c is a member of S (space) [XML 1.1 production 3].
isStarted() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Determines whether the Step has started.
isStarted() - Method in interface com.ecyrd.jspwiki.workflow.Step
Determines whether the Step has started.
isStarted() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Determines whether this Workflow has started; that is, its Workflow.start() method has been executed.
isStateFindDefaultTab() - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
Returns true, if the tab system is currently trying to figure out which is the default tab.
isStateGenerateTabBody() - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
Returns true, if the tab system is currently generating the tab body.
isStateGenerateTabMenu() - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
Returns true, if the tab system is currently generating the tab menu.
isSubset(String, String) - Static method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Determines whether one target string is a logical subset of the other.
isUserInRole(WikiSession, Principal) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Determines if the Subject associated with a supplied WikiSession contains a desired Role or GroupPrincipal.
isUserInRole(WikiSession, Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Determines whether the Subject associated with a WikiSession is in a particular role.
isUserInRole(HttpServletRequest, Principal) - Method in interface com.ecyrd.jspwiki.auth.authorize.WebAuthorizer
Determines whether a user associated with an HTTP request possesses a particular role.
isUserInRole(HttpServletRequest, Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Determines whether a user associated with an HTTP request possesses a particular role.
isUserInRole(WikiSession, Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Determines whether the Subject associated with a WikiSession is in a particular role.
isUserInRole(WikiSession, Principal) - Method in interface com.ecyrd.jspwiki.auth.Authorizer
Determines whether the Subject associated with a WikiSession is in a particular role.
isUserInRole(String) - Method in class com.ecyrd.jspwiki.ui.WikiRequestWrapper
Determines whether the current user possesses a supplied role, taking into account both container and JSPWIki custom authentication status.
isUserPrincipal(Principal) - Static method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Determines whether the supplied Principal is a "user principal".
isValidType(int) - Static method in class com.ecyrd.jspwiki.event.WikiEngineEvent
Returns true if the int value is a WikiPageEvent type.
isValidType(int) - Static method in class com.ecyrd.jspwiki.event.WikiEvent
Returns true if the int value is a valid WikiEvent type.
isValidType(int) - Static method in class com.ecyrd.jspwiki.event.WikiPageEvent
Returns true if the int value is a WikiPageEvent type.
isValidType(int) - Static method in class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Returns true if the int value is a WikiPageRenameEvent type.
isValidUserProfile(WikiContext, UserProfile) - Method in class com.ecyrd.jspwiki.filters.SpamFilter
Checks whether the UserProfile matches certain checks.
isVariableLink(String) - Static method in class com.ecyrd.jspwiki.VariableManager
Returns true if the link is really command to insert a variable.
isWhitespaceTrimMode() - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
Returns true, if this Writer is currently trimming any whitespaces.
iterator(int) - Method in class com.ecyrd.jspwiki.dav.items.DavItem
 
IteratorTag - Class in com.ecyrd.jspwiki.tags
Iterates through tags.
IteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.IteratorTag
 

J

JavaNaturalComparator - Class in com.ecyrd.jspwiki.util.comparators
A comparator that sorts Strings using Java's "natural" order.
JavaNaturalComparator() - Constructor for class com.ecyrd.jspwiki.util.comparators.JavaNaturalComparator
 
JDBCGroupDatabase - Class in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
 
JDBCUserDatabase - Class in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
JETTY - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
JRUN - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
JSON_PROGRESSTRACKER - Static variable in class com.ecyrd.jspwiki.ui.progress.ProgressManager
The name of the progress tracker JSON object.
JSON_SEARCH - Static variable in class com.ecyrd.jspwiki.search.SearchManager
The name of the JSON object that manages search.
JSONRPCManager - Class in com.ecyrd.jspwiki.rpc.json
Provides an easy-to-use interface for different modules to AJAX-enable themselves.
JSPWikiMarkupParser - Class in com.ecyrd.jspwiki.parser
Parses JSPWiki-style markup into a WikiDocument DOM tree.
JSPWikiMarkupParser(WikiContext, Reader) - Constructor for class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Creates a markup parser.

K

keySet() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator

L

LATEST_VERSION - Static variable in interface com.ecyrd.jspwiki.WikiProvider
Passing this to any method should get the latest version
LEGACY_CHARS_ALLOWED - Static variable in class com.ecyrd.jspwiki.parser.MarkupParser
Lists all punctuation characters allowed in WikiMarkup.
length() - Method in class com.ecyrd.jspwiki.dav.DavPath
Exactly equivalent to size().
LINK_EXTERNAL - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
Link to an external resource.
LINK_INLINE - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
This is an inlined image.
LINK_LOCAL - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
Link to a local wiki page.
LinkCollector - Class in com.ecyrd.jspwiki
Just a simple class collecting all of the links that come in.
LinkCollector() - Constructor for class com.ecyrd.jspwiki.LinkCollector
 
LinkParser - Class in com.ecyrd.jspwiki.parser
Parses JSPWiki-style "augmented" link markup into a Link object containing the link text, link reference, and any optional link attributes (as JDOM Attributes).
LinkParser() - Constructor for class com.ecyrd.jspwiki.parser.LinkParser
 
LinkParser.Link - Class in com.ecyrd.jspwiki.parser
Inner class serving as a struct containing the parsed components of a link.
LinkParser.Link(String) - Constructor for class com.ecyrd.jspwiki.parser.LinkParser.Link
Create a new Link with text but no reference.
LinkParser.Link(String, String) - Constructor for class com.ecyrd.jspwiki.parser.LinkParser.Link
Create a new link with a given text and hyperlink (reference).
LinkTag - Class in com.ecyrd.jspwiki.tags
Provides a generic link tag for all kinds of linking purposes.
LinkTag() - Constructor for class com.ecyrd.jspwiki.tags.LinkTag
 
LinkToParentTag - Class in com.ecyrd.jspwiki.tags
Writes a link to a parent of a Wiki page.
LinkToParentTag() - Constructor for class com.ecyrd.jspwiki.tags.LinkToParentTag
 
LinkToTag - Class in com.ecyrd.jspwiki.tags
Writes a link to a Wiki page.
LinkToTag() - Constructor for class com.ecyrd.jspwiki.tags.LinkToTag
 
listAllChanged(Date) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Lists changed attachments since given date.
listAllChanged(Date) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Lists changed attachments since given date.
listAllChanged(Date) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Lists changed attachments since given date.
listAlphabeticals(DavPath) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
listAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns the list of attachments associated with a given wiki page.
listAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Lists all attachments attached to a page.
listAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Lists all attachments attached to a page.
listAttachments(WikiPage) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Lists all attachments attached to a page.
listAttachmentsOfPage(DavPath) - Method in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
listItems(DavPath) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
listItems(DavPath) - Method in class com.ecyrd.jspwiki.dav.WikiRootProvider
 
listLanguages(PageContext) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
List all installed i18n language properties
listLinks(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
listLinks(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
ListLocksPlugin - Class in com.ecyrd.jspwiki.plugin
This is a plugin for the administrator: It allows him to see in a single glance who is editing what.
ListLocksPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.ListLocksPlugin
 
listSkins(PageContext, String) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
Lists the skins available under this template.
listTimeFormats(PageContext) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
List all available timeformats, read from the jspwiki.properties
listTimeZones(PageContext) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
List all timezones, with special marker for server timezone
listWikiNames() - Method in class com.ecyrd.jspwiki.auth.UserManager
A helper method for returning all of the known WikiNames in this system.
load(InputStream) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
load(Reader) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
Loads properties from a file opened by a supplied Reader.
loadWebAppProps(ServletContext) - Static method in class com.ecyrd.jspwiki.PropertyReader
Loads the webapp properties based on servlet context information, or (if absent) based on teh Java System Property PARAM_PROPERTYFILE .
LOCAL - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
LocaleComparator - Class in com.ecyrd.jspwiki.util.comparators
A comparator that sorts Strings using the locale's collator.
LocaleComparator() - Constructor for class com.ecyrd.jspwiki.util.comparators.LocaleComparator
Default constructor uses the current locale's collator.
LocaleComparator(Locale) - Constructor for class com.ecyrd.jspwiki.util.comparators.LocaleComparator
use a specific locale's collator.
LOCALREF - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
lockPage(WikiPage, String) - Method in class com.ecyrd.jspwiki.PageManager
Locks page for editing.
log - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
 
log - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
 
log - Static variable in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
 
log - Static variable in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
 
log - Static variable in class com.ecyrd.jspwiki.auth.login.AnonymousLoginModule
 
log - Static variable in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
 
log - Static variable in class com.ecyrd.jspwiki.auth.login.WebContainerLoginModule
 
log - Static variable in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
 
log - Static variable in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
log - Static variable in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
log - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
The security logging service.
log - Static variable in class com.ecyrd.jspwiki.render.CleanTextRenderer
 
log - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
log - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
 
log - Static variable in class com.ecyrd.jspwiki.ui.WikiServletFilter
 
log - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
LOG_DIR - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
login(HttpServletRequest) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Logs in the user by attempting to populate a WikiSession Subject from a web servlet request by examining the request for the presence of container credentials and user cookies.
login(WikiSession, String, String) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Deprecated. use AuthenticationManager.login(WikiSession, HttpServletRequest, String, String) instead
login(WikiSession, HttpServletRequest, String, String) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Attempts to perform a WikiSession login for the given username/password combination using JSPWiki's custom authentication mode.
login() - Method in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Logs in the user by calling back to the registered CallbackHandler with a series of callbacks.
login() - Method in class com.ecyrd.jspwiki.auth.login.AnonymousLoginModule
Logs in the user by calling back to the registered CallbackHandler with an HttpRequestCallback.
login() - Method in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
Logs in the user by calling back to the registered CallbackHandler with an HttpRequestCallback.
login() - Method in class com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule
 
login() - Method in class com.ecyrd.jspwiki.auth.login.UserDatabaseLoginModule
 
login() - Method in class com.ecyrd.jspwiki.auth.login.WebContainerLoginModule
Logs in the user.
LOGIN - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
A static instance of the login permission.
LOGIN - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
LOGIN - Static variable in class com.ecyrd.jspwiki.WikiContext
User is preparing for a login/authentication.
LOGIN_ACCOUNT_EXPIRED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a login fails due to account expiration.
LOGIN_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Name of the action for login permission.
LOGIN_ANONYMOUS - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user first accesses JSPWiki, but before logging in or setting a cookie.
LOGIN_ASSERTED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user sets a cookie to assert their identity.
LOGIN_AUTHENTICATED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user authenticates with a username and password, or via container auth.
LOGIN_CREDENTIAL_EXPIRED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a login fails due to credential expiration.
LOGIN_FAILED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a login fails due to wrong username or password.
LOGIN_INITIATED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user's attempts to log in as guest, via cookies, using a password or otherwise.
LOGIN_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
 
LOGIN_NAME - Static variable in class com.ecyrd.jspwiki.auth.WikiPrincipal
WikiPrincipal type denoting a user's login name.
logout(HttpServletRequest) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Logs the user out by retrieving the WikiSession associated with the HttpServletRequest and unbinding all of the Subject's Principals, except for Role.ALL, Role.ANONYMOUS.
logout() - Method in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Logs the user out.
LOGOUT - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user logs out.
LOGOUT - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
LOGOUT - Static variable in class com.ecyrd.jspwiki.WikiContext
User is preparing to log out.
LUCENE_ATTACHMENTS - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
LUCENE_AUTHOR - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
LUCENE_ID - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
LUCENE_OPTIMIZE_COUNT - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Number of page updates before we optimize the index.
LUCENE_PAGE_CONTENTS - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
LUCENE_PAGE_NAME - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
luceneIndexPage(WikiPage, String, IndexWriter) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Indexes page using the given IndexWriter.
LuceneSearchProvider - Class in com.ecyrd.jspwiki.search
Interface for the search providers that handle searching the Wiki
LuceneSearchProvider() - Constructor for class com.ecyrd.jspwiki.search.LuceneSearchProvider
 

M

m_accesskey - Variable in class com.ecyrd.jspwiki.tags.EditLinkTag
 
m_accesskey - Variable in class com.ecyrd.jspwiki.tags.LinkToTag
 
m_accesskey - Variable in class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
m_adminBeanClass - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_after - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_alternatingSpaceHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_attachmentLinkMutatorChain - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_author - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_beanInfo - Variable in class com.ecyrd.management.SimpleMBean
 
m_before - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_changeEndHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_changeStartHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_channelDescription - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_channelLanguage - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_channelTitle - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_collator - Variable in class com.ecyrd.jspwiki.util.comparators.CollatorComparator
 
m_containerAuthorized - Variable in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Lazily-initialized boolean flag indicating whether the web container protects JSPWiki resources.
m_containerRoles - Variable in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
A lazily-initialized array of Roles that the container knows about.
m_context - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_context - Variable in class com.ecyrd.jspwiki.render.WikiRenderer
 
m_context - Variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
m_dateFormat - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_dateLastModified - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_davns - Variable in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
m_dcns - Variable in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
m_deletionEndHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_deletionStartHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_depth - Variable in class com.ecyrd.jspwiki.dav.DavContext
 
m_diffEnd - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_diffStart - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_document - Variable in class com.ecyrd.jspwiki.render.WikiRenderer
 
m_elidedHeadIndicatorHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_elidedTailIndicatorHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_emitChangeNextPreviousHyperlinks - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_enablePlugins - Variable in class com.ecyrd.jspwiki.render.WikiRenderer
 
m_encoding - Variable in class com.ecyrd.jspwiki.providers.AbstractFileProvider
 
m_engine - Variable in class com.ecyrd.jspwiki.auth.authorize.GroupManager
 
m_engine - Variable in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
 
m_engine - Variable in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
m_engine - Variable in class com.ecyrd.jspwiki.dav.WikiDavProvider
 
m_engine - Variable in class com.ecyrd.jspwiki.filters.BasicPageFilter
 
m_engine - Variable in class com.ecyrd.jspwiki.modules.ModuleManager
 
m_engine - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_engine - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_engine - Variable in class com.ecyrd.jspwiki.providers.AbstractFileProvider
 
m_engine - Variable in class com.ecyrd.jspwiki.ui.admin.SimpleAdminBean
Provides access to a WikiEngine instance to which this AdminBean belongs to.
m_engine - Variable in class com.ecyrd.jspwiki.ui.WikiServletFilter
 
m_engine - Variable in class com.ecyrd.jspwiki.url.DefaultURLConstructor
 
m_engine - Variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
m_entries - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_exclude - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_externalLinkMutatorChain - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_feedURL - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_format - Variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
m_groupListener - Variable in class com.ecyrd.jspwiki.auth.authorize.GroupManager
 
m_handler - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
 
m_headingListenerChain - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_in - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_include - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_inlineImages - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_insertionEndHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_insertionStartHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_items - Variable in class com.ecyrd.jspwiki.dav.items.DavItem
 
m_iterator - Variable in class com.ecyrd.jspwiki.tags.IteratorTag
 
m_lastModified - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_level - Variable in class com.ecyrd.jspwiki.parser.Heading
Denotes the level of the heading.
m_lineBreakHtml - Variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
 
m_linkMutators - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_localLinkMutatorChain - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
Optionally stores internal wikilinks
m_loginModuleClass - Variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Class (of type LoginModule) to use for custom authentication.
m_loginModuleOptions - Variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Options passed to LoginModule.initialize(Subject, CallbackHandler, Map, Map); initialized by AuthenticationManager.initialize(WikiEngine, Properties).
m_maxVersion - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_maxwidth - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_minVersion - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_mode - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_name - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_options - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
 
m_page - Variable in class com.ecyrd.jspwiki.dav.items.PageDavItem
 
m_page - Variable in exception com.ecyrd.jspwiki.providers.RepositoryModifiedException
 
m_page - Variable in class com.ecyrd.jspwiki.tags.IncludeTag
 
m_pageLocks - Variable in class com.ecyrd.jspwiki.PageManager
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.InsertPageTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.IteratorTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
m_parseAccessRules - Variable in class com.ecyrd.jspwiki.parser.MarkupParser
 
m_path - Variable in class com.ecyrd.jspwiki.dav.DavContext
 
m_path - Variable in class com.ecyrd.jspwiki.dav.items.DavItem
 
m_pathPrefix - Variable in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Contains the absolute path of the JSPWiki Web application without the actual servlet (which is the m_urlPrefix).
m_permissions - Variable in class com.ecyrd.jspwiki.auth.permissions.AllPermissionCollection
 
m_previousWikiPrincipals - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Deprecated.  
m_principals - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Implementing classes should add Principals to this collection; these will be added to the principal set when the overall login succeeds.
m_principalsToOverwrite - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Deprecated.  
m_principalsToRemove - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
Deprecated.  
m_provider - Variable in class com.ecyrd.jspwiki.dav.items.DavItem
 
m_provider - Variable in class com.ecyrd.jspwiki.dav.methods.DavMethod
 
m_request - Variable in class com.ecyrd.jspwiki.WikiContext
Stores the HttpServletRequest.
m_resource - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_scriptLocation - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_scriptText - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_separator - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_show - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_sorter - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_state - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
 
m_state - Variable in class com.ecyrd.jspwiki.ui.progress.ProgressItem
 
m_stylesheetLocation - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_stylesheetText - Variable in class com.ecyrd.jspwiki.modules.WikiModuleInfo
 
m_subject - Variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
 
m_template - Variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
m_title - Variable in class com.ecyrd.jspwiki.tags.EditLinkTag
 
m_title - Variable in class com.ecyrd.jspwiki.tags.LinkToTag
 
m_title - Variable in class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
m_title - Variable in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
m_titleAnchor - Variable in class com.ecyrd.jspwiki.parser.Heading
Contains the anchor to the heading
m_titleSection - Variable in class com.ecyrd.jspwiki.parser.Heading
Contains a section link.
m_titleText - Variable in class com.ecyrd.jspwiki.parser.Heading
Contains the text of the heading.
m_updates - Variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
 
m_urlPrefix - Variable in class com.ecyrd.jspwiki.url.ShortURLConstructor
Contains the path part after the JSPWiki base URL
m_useRelativeURLStyle - Variable in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Are URL styles relative or absolute?
m_version - Variable in class com.ecyrd.jspwiki.tags.EditLinkTag
 
m_wikiContext - Variable in class com.ecyrd.jspwiki.rss.Feed
 
m_wikiContext - Variable in class com.ecyrd.jspwiki.tags.IteratorTag
 
m_wikiContext - Variable in class com.ecyrd.jspwiki.tags.WikiBodyTag
 
m_wikiContext - Variable in class com.ecyrd.jspwiki.tags.WikiTagBase
 
MailUtil - Class in com.ecyrd.jspwiki.util
Contains static methods for sending e-mails to recipients using JNDI-supplied JavaMail Sessions supplied by a web container (preferred) or configured via jspwiki.properties; both methods are described below.
MailUtil.SmtpAuthenticator - Class in com.ecyrd.jspwiki.util
Simple Authenticator subclass that authenticates a user to an SMTP server.
MailUtil.SmtpAuthenticator(String, String) - Constructor for class com.ecyrd.jspwiki.util.MailUtil.SmtpAuthenticator
Constructs a new SmtpAuthenticator with a supplied username and password.
main(String[]) - Static method in class com.ecyrd.jspwiki.content.Exporter
 
main(String[]) - Static method in class com.ecyrd.jspwiki.Release
Executing this class directly from command line prints out the current version.
main(String[]) - Static method in class com.ecyrd.jspwiki.util.CryptoUtil
Convenience method for hashing and verifying salted SHA-1 passwords from the command line.
main(String[]) - Static method in class com.ecyrd.jspwiki.util.ProviderConverter
 
makeDiff(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.diff.DifferenceManager
Returns valid XHTML string to be used in any way you please.
makeDiffHtml(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
Do a colored diff of the two regions.
makeDiffHtml(WikiContext, String, String) - Method in interface com.ecyrd.jspwiki.diff.DiffProvider
The return string is to be XHTML compliant ready to display html.
makeDiffHtml(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.diff.DiffProvider.NullDiffProvider
The return string is to be XHTML compliant ready to display html.
makeDiffHtml(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.diff.ExternalDiffProvider
Makes the diff by calling "diff" program.
makeDiffHtml(WikiContext, String, String) - Method in class com.ecyrd.jspwiki.diff.TraditionalDiffProvider
Makes a diff using the BMSI utility package.
makeEntryPage(String, String, String) - Static method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Create an entry name based on the blogname, a date, and an entry number.
makeEntryPage(String) - Static method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Return just the basename for entires without date and entry numebr.
makeEntryPage(String, String) - Static method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Returns the entry page without the entry number.
makeError(String) - Static method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Writes HTML for error message.
makeHeading(int, String, Heading) - Method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Returns XHTML for the heading.
makeHTML(WikiContext, String) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Makes HTML with common parameters.
makeLink(int, String, String) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Write a HTMLized link depending on its type.
makeURL(String, String, boolean, String) - Method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Constructs the URL with a bunch of parameters.
makeURL(String, String, boolean, String) - Method in class com.ecyrd.jspwiki.url.ShortURLConstructor
Constructs the URL with a bunch of parameters.
makeURL(String, String, boolean, String) - Method in class com.ecyrd.jspwiki.url.ShortViewURLConstructor
Constructs the URL with a bunch of parameters.
makeURL(String, String, boolean, String) - Method in interface com.ecyrd.jspwiki.url.URLConstructor
Constructs the URL with a bunch of parameters.
mangleName(String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
This makes sure that the queried page name is still readable by the file system.
mangleName(String) - Method in class com.ecyrd.jspwiki.util.ProviderConverter
 
MAPPINGS - Static variable in class com.ecyrd.jspwiki.util.ClassUtil
The location of the classmappings.xml document.
MarkupParser - Class in com.ecyrd.jspwiki.parser
Provides an abstract class for the parser instances.
MarkupParser(WikiContext, Reader) - Constructor for class com.ecyrd.jspwiki.parser.MarkupParser
Constructs a MarkupParser.
matchPageContent(String, String) - Method in class com.ecyrd.jspwiki.SearchMatcher
Compares the page content, available through the given stream, to the query items of this matcher.
MAX_DEPTH - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The maximum depth.
MEMBER_TOKEN - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Special target token that denotes all groups that a Subject's Principals are members of.
members() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns the members of the group as an array of Principal objects.
MESSAGE - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
MESSAGE - Static variable in class com.ecyrd.jspwiki.WikiContext
JSPWiki wants to display a message.
MESSAGES_KEY - Static variable in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Key used for adding UI messages to a user's WikiSession.
MessagesTag - Class in com.ecyrd.jspwiki.tags
Returns or clears the current messages associated with the user's wiki session.
MessagesTag() - Constructor for class com.ecyrd.jspwiki.tags.MessagesTag
 
MetaWeblogHandler - Class in com.ecyrd.jspwiki.xmlrpc
Provides handlers for all RPC routines of the MetaWeblog API.
MetaWeblogHandler() - Constructor for class com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler
 
MIN_DEPTH - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The minimum depth.
MINORREVISION - Static variable in class com.ecyrd.jspwiki.Release
The minor revision.
MODE_BLOG - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Parameter value to represent a 'blog' style feed.
MODE_FULL - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Parameter value to represent a 'full' style feed.
MODE_WIKI - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Parameter value to represent a 'wiki' style feed.
MODIFY - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the modify permission.
MODIFY_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the modify permission.
MODIFY_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 
ModuleManager - Class in com.ecyrd.jspwiki.modules
Superclass for all JSPWiki managers for modules (plugins, etc).
ModuleManager(WikiEngine) - Constructor for class com.ecyrd.jspwiki.modules.ModuleManager
Constructs the ModuleManager.
modules() - Method in class com.ecyrd.jspwiki.filters.FilterManager
Returns a collection of modules currently managed by this ModuleManager.
modules() - Method in class com.ecyrd.jspwiki.modules.ModuleManager
Returns a collection of modules currently managed by this ModuleManager.
modules() - Method in class com.ecyrd.jspwiki.PageManager
Returns a collection of modules currently managed by this ModuleManager.
modules() - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Returns a collection of modules currently managed by this ModuleManager.
modules() - Method in class com.ecyrd.jspwiki.ui.EditorManager
 
modules() - Method in class com.ecyrd.jspwiki.ui.TemplateManager
Returns an empty collection, since at the moment the TemplateManager does not manage any modules.
moveAttachmentsForPage(String, String) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Move all the attachments for a given page so that they are attached to a new page.
moveAttachmentsForPage(String, String) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Move all the attachments for a given page so that they are attached to a new page.
moveAttachmentsForPage(String, String) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Move all the attachments for a given page so that they are attached to a new page.
movePage(String, String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Move a page
movePage(String, String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
Move a page
movePage(String, String) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Move a page
movePage(String, String) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Move a page
movePage(String, String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Move a page
mutate(WikiContext, String) - Method in class com.ecyrd.jspwiki.LinkCollector
Returns a changed String, suitable for Wiki context.
mutate(WikiContext, String) - Method in interface com.ecyrd.jspwiki.StringTransmutator
Returns a changed String, suitable for Wiki context.
myFunction(String) - Method in class com.ecyrd.jspwiki.plugin.RPCSamplePlugin
This method is called when the Javascript is encountered by the browser.

N

native2Ascii(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Converts a string from the Unicode representation into something that can be embedded in a java properties file.
newInstance(String, Element) - Static method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Creates a new plugin info object which can be used to access a plugin.
newInstance(Class) - Static method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Create a new WikiPluginInfo based on the Class information.
newMediaObject(String, String, String, Hashtable) - Method in class com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler
Creates an attachment and adds it to the blog.
newPermissionCollection() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
Returns a new AllPermissionCollection.
newPermissionCollection() - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Returns a new AllPermissionCollection.
newPermissionCollection() - Method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Returns a new AllPermissionCollection.
newPluginInstance() - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Creates a new plugin instance.
newPost(String, String, String, Hashtable, boolean) - Method in class com.ecyrd.jspwiki.xmlrpc.MetaWeblogHandler
Adds a new post to the blog.
newProfile() - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Factory method that instantiates a new DefaultUserProfile with a new, distinct unique identifier.
newProfile(UserDatabase) - Static method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Static factory method that creates a new DefaultUserProfile and sets a unique identifier (uid) for the supplied UserDatabase.
newProfile() - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Factory method that instantiates a new user profile.
newTmpFile(String, String) - Static method in class com.ecyrd.jspwiki.FileUtil
Makes a new temporary file and writes content into it.
newTmpFile(String) - Static method in class com.ecyrd.jspwiki.FileUtil
Creates a new temporary file using the default encoding of ISO-8859-1 (Latin1).
nextToken() - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Returns the next token in the stream.
NextVersionTag - Class in com.ecyrd.jspwiki.tags
Writes the version number of the next version of the page.
NextVersionTag() - Constructor for class com.ecyrd.jspwiki.tags.NextVersionTag
 
NONE - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
NONE - Static variable in class com.ecyrd.jspwiki.WikiContext
This is not a JSPWiki context, use it to access static files.
NoRequiredPropertyException - Exception in com.ecyrd.jspwiki
Marks an erroneus jspwiki.properties file.
NoRequiredPropertyException(String, String) - Constructor for exception com.ecyrd.jspwiki.NoRequiredPropertyException
Constructs an exception.
normalizePostData(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Makes sure that the POSTed data is conforms to certain rules.
NoSuchOutcomeException - Exception in com.ecyrd.jspwiki.workflow
Exception thrown when an attempt is made to find an Outcome that does not exist.
NoSuchOutcomeException(String) - Constructor for exception com.ecyrd.jspwiki.workflow.NoSuchOutcomeException
Constructs a new exception.
NoSuchPageTag - Class in com.ecyrd.jspwiki.tags
Includes the body in case there is no such page available.
NoSuchPageTag() - Constructor for class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
NoSuchPrincipalException - Exception in com.ecyrd.jspwiki.auth
Thrown in some error situations where a WikiPrincipal object does not exist.
NoSuchPrincipalException(String) - Constructor for exception com.ecyrd.jspwiki.auth.NoSuchPrincipalException
Constructs a new exception object with a supplied message.
NoSuchVariableException - Exception in com.ecyrd.jspwiki
Marks that no such variable was located.
NoSuchVariableException(String) - Constructor for exception com.ecyrd.jspwiki.NoSuchVariableException
Constructs an exception.
NoSuchVersionException - Exception in com.ecyrd.jspwiki.providers
Indicates that an non-existing version was specified.
NoSuchVersionException(String) - Constructor for exception com.ecyrd.jspwiki.providers.NoSuchVersionException
Creates a ProviderException.
Note - Class in com.ecyrd.jspwiki.plugin
Outputs an image with the supplied text as the title which is shown as a tooltip by most browsers.
Note() - Constructor for class com.ecyrd.jspwiki.plugin.Note
 
NULL - Static variable in class com.ecyrd.jspwiki.auth.login.AbstractLoginModule
 

O

OC4J - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
OK - Static variable in class com.ecyrd.jspwiki.forms.FormInfo
State: Form is OK.
ORION - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
OTHER - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
OTHER - Static variable in class com.ecyrd.jspwiki.WikiContext
Same as NONE; this is just a clarification.
Outcome - Class in com.ecyrd.jspwiki.workflow
Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.

P

PAGE_DELETE_REQUEST - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki page delete event (the beginning of a delete request).
PAGE_DELETED - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki page deleted event (after the delete has been completed).
PAGE_DELIVERED - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki page delivery event (the end of a request).
PAGE_DIR - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
PAGE_LOCK - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a page lock event.
PAGE_RENAMED - Static variable in class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Indicates a page rename event.
PAGE_REQUESTED - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki page request event (the start of a request).
PAGE_UNLOCK - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a page unlock event.
PageCommand - Class in com.ecyrd.jspwiki.ui
Defines Commands for editing, renaming, and viewing wiki pages.
PageDateTag - Class in com.ecyrd.jspwiki.tags
Writes the modification date of the page, formatted as specified in the attribute "format".
PageDateTag() - Constructor for class com.ecyrd.jspwiki.tags.PageDateTag
 
PageDavItem - Class in com.ecyrd.jspwiki.dav.items
 
PageDavItem(DavProvider, DavPath, WikiPage) - Constructor for class com.ecyrd.jspwiki.dav.items.PageDavItem
 
PAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Name of the directory where the old versions are stored.
PageEventFilter - Class in com.ecyrd.jspwiki.event
Fires WikiPageEvents for page events.
PageEventFilter() - Constructor for class com.ecyrd.jspwiki.event.PageEventFilter
 
pageExists(String) - Method in class com.ecyrd.jspwiki.PageManager
Returns true, if the page exists (any version).
pageExists(String, int) - Method in class com.ecyrd.jspwiki.PageManager
Checks for existence of a specific page and version.
pageExists(String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Return true, if page exists.
pageExists(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Return true, if page with a particular version exists.
pageExists(String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Return true, if page exists.
pageExists(String, int) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Return true, if page with a particular version exists.
pageExists(String, int) - Method in interface com.ecyrd.jspwiki.providers.VersioningProvider
Return true, if page with a particular version exists.
pageExists(String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Return true, if page exists.
pageExists(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns true, if the requested page (or an alias) exists.
pageExists(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns true, if the requested page (or an alias) exists with the requested version.
pageExists(WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns true, if the requested page (or an alias) exists, with the specified version in the WikiPage.
PageExistsTag - Class in com.ecyrd.jspwiki.tags
Includes the body in case the set page does exist.
PageExistsTag() - Constructor for class com.ecyrd.jspwiki.tags.PageExistsTag
 
PageFilter - Interface in com.ecyrd.jspwiki.filters
Provides a definition for a page filter.
PageInfoLinkTag - Class in com.ecyrd.jspwiki.tags
Writes a link to the Wiki PageInfo.
PageInfoLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
PageLock - Class in com.ecyrd.jspwiki
Describes a lock acquired by an user on a page.
PageLock(WikiPage, String, Date, Date) - Constructor for class com.ecyrd.jspwiki.PageLock
Creates a new PageLock.
PageManager - Class in com.ecyrd.jspwiki
Manages the WikiPages.
PageManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.PageManager
Creates a new PageManager.
PageManager.PreSaveWikiPageTask - Class in com.ecyrd.jspwiki
Inner class that handles the page pre-save actions.
PageManager.PreSaveWikiPageTask(WikiContext, String) - Constructor for class com.ecyrd.jspwiki.PageManager.PreSaveWikiPageTask
Creates the task.
PageManager.SaveWikiPageTask - Class in com.ecyrd.jspwiki
Inner class that handles the actual page save and post-save actions.
PageManager.SaveWikiPageTask() - Constructor for class com.ecyrd.jspwiki.PageManager.SaveWikiPageTask
Creates the Task.
PageNameTag - Class in com.ecyrd.jspwiki.tags
Returns the currently requested page name.
PageNameTag() - Constructor for class com.ecyrd.jspwiki.tags.PageNameTag
 
PagePermission - Class in com.ecyrd.jspwiki.auth.permissions
Permission to perform an operation on a single page or collection of pages in a given wiki.
PagePermission() - Constructor for class com.ecyrd.jspwiki.auth.permissions.PagePermission
For serialization purposes.
PagePermission(String, String) - Constructor for class com.ecyrd.jspwiki.auth.permissions.PagePermission
Creates a new PagePermission for a specified page name and set of actions.
PagePermission(WikiPage, String) - Constructor for class com.ecyrd.jspwiki.auth.permissions.PagePermission
Creates a new PagePermission for a specified page and set of actions.
pageRemoved(WikiPage) - Method in class com.ecyrd.jspwiki.ReferenceManager
Updates the m_referedTo and m_referredBy hashmaps when a page has been deleted.
pageRemoved(WikiPage) - Method in class com.ecyrd.jspwiki.search.BasicSearchProvider
Delete a page from the search index
pageRemoved(WikiPage) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Delete a page from the search index
pageRemoved(WikiPage) - Method in class com.ecyrd.jspwiki.search.SearchManager
Removes the page from the search cache (if any).
pageRemoved(WikiPage) - Method in interface com.ecyrd.jspwiki.search.SearchProvider
Delete a page from the search index
PageRenamer - Class in com.ecyrd.jspwiki.content
Provides page renaming functionality.
PageRenamer() - Constructor for class com.ecyrd.jspwiki.content.PageRenamer
 
PageSizeTag - Class in com.ecyrd.jspwiki.tags
Returns the currently requested page or attachment size.
PageSizeTag() - Constructor for class com.ecyrd.jspwiki.tags.PageSizeTag
 
PageSorter - Class in com.ecyrd.jspwiki.util
Wrapper class for managing and using the PageNameComparator.
PageSorter() - Constructor for class com.ecyrd.jspwiki.util.PageSorter
Default constructor uses Java "natural" ordering.
PageSorter(Comparator<String>) - Constructor for class com.ecyrd.jspwiki.util.PageSorter
Construct with a particular comparator.
PageTimeComparator - Class in com.ecyrd.jspwiki
Compares the lastModified date of its arguments.
PageTimeComparator() - Constructor for class com.ecyrd.jspwiki.PageTimeComparator
 
PageTypeTag - Class in com.ecyrd.jspwiki.tags
Includes the body, if the current page is of proper type.
PageTypeTag() - Constructor for class com.ecyrd.jspwiki.tags.PageTypeTag
 
PageVersionTag - Class in com.ecyrd.jspwiki.tags
Writes the version of the current page.
PageVersionTag() - Constructor for class com.ecyrd.jspwiki.tags.PageVersionTag
 
PageViewPlugin - Class in com.ecyrd.jspwiki.plugin
Counts the number of times each page has been viewed.
PageViewPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.PageViewPlugin
 
PageViewPlugin.PageViewManager - Class in com.ecyrd.jspwiki.plugin
Page view manager, handling all storage.
PageViewPlugin.PageViewManager() - Constructor for class com.ecyrd.jspwiki.plugin.PageViewPlugin.PageViewManager
 
PARA_EDITOR - Static variable in class com.ecyrd.jspwiki.ui.EditorManager
Parameter for changing editors at run-time
PARAM_AFTER - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for the output after the link.
PARAM_ALIGN - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the align.
PARAM_ALLOWCOMMENTS - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Parameter name for the allowComments.
PARAM_ALT - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the alt.
PARAM_BEFORE - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for the output before the link.
PARAM_BLOGNAME - Static variable in class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
Parameter name for setting the page Value is "page".
PARAM_BODY - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
The name of the body content.
PARAM_BORDER - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the border.
PARAM_BOUNDS - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
The name of the parameter containing the start and end positions in the read stream of the plugin text (stored as a two-element int[], start and end resp.).
PARAM_CAPTION - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the caption.
PARAM_CLASS - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the class.
PARAM_CLASS - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
Parameter name for setting the class.
PARAM_CMDLINE - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
The name of the command line content parameter.
PARAM_COLS - Static variable in class com.ecyrd.jspwiki.forms.FormTextarea
Parameter name for setting the columns value.
PARAM_CONTAINS - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the contents of the page to check.
PARAM_DATE_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
Parameter name for the separator dateFormat.
PARAM_DAYS - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Parameter name for the days.
PARAM_DEBUG - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
A special name to be used in case you want to see debug output
PARAM_DEFAULT - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
Parameter name for setting the default.
PARAM_DEPTH - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The parameter name for the depth.
PARAM_DESCRIPTION - Static variable in class com.ecyrd.jspwiki.plugin.BugReportHandler
Parameter name for setting the description.
PARAM_ELEMENT - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Plugin parameter, mandatory, indicates what form element to insert.
PARAM_ENTRYFORMAT - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Parameter name for the entryFormat.
PARAM_ENTRYTEXT - Static variable in class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
Parameter name for setting the entrytext Value is "entrytext".
PARAM_EXCLUDE - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for setting the list of excluded patterns.
PARAM_EXCLUDE - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The parameter name for the excluded pages.
PARAM_EXCLUDEATTS - Static variable in class com.ecyrd.jspwiki.plugin.UnusedPagesPlugin
If set to "true", attachments are excluded from display.
PARAM_EXISTS - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for checking whether a page/var exists.
PARAM_EXTRAS - Static variable in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
Parameter name for setting the text to show when the maximum items is overruled.
PARAM_FORM - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Plugin parameter, mandatory in open/output: name of the form.
PARAM_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
Parameter name for the separator format.
PARAM_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The parameter name for the format.
PARAM_FORMNAMEHIDDEN - Static variable in class com.ecyrd.jspwiki.forms.FormElement
HTTP parameter, inserted as hidden variable into the generated form.
PARAM_GROUP - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the group to check.
PARAM_HANDLER - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Plugin parameter, mandatory in output element, indicates WikiPlugin to use to handle form submitted data.
PARAM_HEIGHT - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the height.
PARAM_HIDEFORM - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Experimental: hide the form if it was submitted successfully.
PARAM_INCLUDE - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for setting the list of included patterns.
PARAM_INCLUDE - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The parameter name for the included pages.
PARAM_INCREMENT - Static variable in class com.ecyrd.jspwiki.plugin.Counter
Parameter name for setting the increment.
PARAM_INPUTNAME - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Plugin parameter, mandatory in input elements: name of an element.
PARAM_IP - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the ip address to check.
PARAM_IS - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the exact content to check.
PARAM_LASTMODIFIED - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for showing the last modification count.
PARAM_LINK - Static variable in class com.ecyrd.jspwiki.plugin.Denounce
Parameter name for setting the link.
PARAM_LINK - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the link.
PARAM_MAPPINGS - Static variable in class com.ecyrd.jspwiki.plugin.BugReportHandler
Parameter name for setting the map.
PARAM_MAX - Static variable in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
Parameter name for setting the maximum items to show.
PARAM_MAX - Static variable in class com.ecyrd.jspwiki.plugin.Search
The parameter name for setting the how many results will be fetched.
PARAM_MAXENTRIES - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Parameter name for the maxEntries.
PARAM_MAXLENGTH - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
Parameter name for setting the maxlength.
PARAM_MAXWIDTH - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for setting the maximum width.
PARAM_METHOD - Static variable in class com.ecyrd.jspwiki.forms.FormOpen
Parameter name for setting the method (GET or POST).
PARAM_NAME - Static variable in class com.ecyrd.jspwiki.plugin.Counter
Parameter name for setting the name.
PARAM_NUMBERED - Static variable in class com.ecyrd.jspwiki.plugin.TableOfContents
Parameter name for setting whether the headings should be numbered.
PARAM_PAGE - Static variable in class com.ecyrd.jspwiki.plugin.BugReportHandler
Parameter name for setting the page.
PARAM_PAGE - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the page name to check.
PARAM_PAGE - Static variable in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
Parameter name for choosing the page.
PARAM_PAGE - Static variable in class com.ecyrd.jspwiki.plugin.WeblogArchivePlugin
Parameter name for setting the page.
PARAM_PAGE - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Parameter name for the page.
PARAM_PAGENAME - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
Parameter name for setting the page.
PARAM_POPULATE - Static variable in class com.ecyrd.jspwiki.forms.FormElement
If set to 'handler' in output element, the handler plugin is called even on first invocation (no submit).
PARAM_PREFIX - Static variable in class com.ecyrd.jspwiki.plugin.TableOfContents
Parameter name for setting what the prefix for the heading is.
PARAM_PROP - Static variable in class com.ecyrd.jspwiki.plugin.SessionsPlugin
The parameter name for setting the property value.
PARAM_PROPERTYFILE - Static variable in class com.ecyrd.jspwiki.PropertyReader
The servlet context parameter (from web.xml) that defines where the config file is to be found.
PARAM_PROPERTYFILE_CASCADEPREFIX - Static variable in class com.ecyrd.jspwiki.PropertyReader
The prefix when you are cascading properties.
PARAM_QUERY - Static variable in class com.ecyrd.jspwiki.plugin.Search
Parameter name for setting the query string.
PARAM_ROOT - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The parameter name for the root page to start from.
PARAM_ROWS - Static variable in class com.ecyrd.jspwiki.forms.FormTextarea
Parameter name for setting the rows value.
PARAM_SECTION - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
Parameter name for setting the section.
PARAM_SEPARATOR - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for the separator string.
PARAM_SET - Static variable in class com.ecyrd.jspwiki.plugin.Search
Parameter name for setting the name of the set where the results are stored.
PARAM_SHOW - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for the show parameter.
PARAM_SHOW_RESULT - Static variable in class com.ecyrd.jspwiki.plugin.Counter
Parameter name for setting the showResult.
PARAM_SHOW_VALUE_COUNT - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for setting show to "count".
PARAM_SHOW_VALUE_PAGES - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for setting show to "pages".
PARAM_SIZE - Static variable in class com.ecyrd.jspwiki.forms.FormInput
Parameter name for setting the size of the input field.
PARAM_SORTORDER - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Parameter name for specifying the sort order.
PARAM_SORTORDER_HUMAN - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
PARAM_SORTORDER_JAVA - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
PARAM_SORTORDER_LOCALE - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
PARAM_SRC - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the src.
PARAM_START - Static variable in class com.ecyrd.jspwiki.plugin.Counter
Parameter name for setting the start.
PARAM_START - Static variable in class com.ecyrd.jspwiki.plugin.TableOfContents
Parameter name for setting where the numbering should start.
PARAM_STARTDATE - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Parameter name for the startDate.
PARAM_STYLE - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the style.
PARAM_STYLE - Static variable in class com.ecyrd.jspwiki.plugin.InsertPage
Parameter name for setting the style.
PARAM_SUBMITHANDLER - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Plugin parameter, optional, indicates servlet to post to.
PARAM_TARGET - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the target.
PARAM_TEXT - Static variable in class com.ecyrd.jspwiki.plugin.Denounce
Parameter name for setting the text.
PARAM_TIME_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
Parameter name for the separator timeFormat.
PARAM_TITLE - Static variable in class com.ecyrd.jspwiki.plugin.BugReportHandler
Parameter name for setting the title.
PARAM_TITLE - Static variable in class com.ecyrd.jspwiki.plugin.TableOfContents
Parameter name for setting the title.
PARAM_TYPE - Static variable in class com.ecyrd.jspwiki.forms.FormInput
Parameter name for setting the type.
PARAM_TYPE - Static variable in class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
The parameter name for the type of the references.
PARAM_USER - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the user id to check.
PARAM_VALUE - Static variable in class com.ecyrd.jspwiki.forms.FormElement
Plugin parameter, optional: default value for an input.
PARAM_VAR - Static variable in class com.ecyrd.jspwiki.plugin.IfPlugin
The parameter name for setting the variable name to check.
PARAM_VERSION - Static variable in class com.ecyrd.jspwiki.plugin.BugReportHandler
Parameter name for setting the version.
PARAM_WIDTH - Static variable in class com.ecyrd.jspwiki.plugin.Image
The parameter name for setting the width.
ParamHandler - Interface in com.ecyrd.jspwiki.tags
Interface to be implemented by any tag that wishes to contain a wiki:param tag for passing dynamic name-value pairs.
ParamTag - Class in com.ecyrd.jspwiki.tags
ParamTag submits name-value pairs to the first enclosing ParamHandler instance.
ParamTag() - Constructor for class com.ecyrd.jspwiki.tags.ParamTag
 
ParentPageNameTag - Class in com.ecyrd.jspwiki.tags
Returns the parent of the currently requested page.
ParentPageNameTag() - Constructor for class com.ecyrd.jspwiki.tags.ParentPageNameTag
 
parse() - Method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Parses the entire document from the Reader given in the constructor or set by MarkupParser.setInputReader(Reader).
parse(String) - Method in class com.ecyrd.jspwiki.parser.LinkParser
Processes incoming link text, separating out the link text, the link URI, and then any specified attributes.
parse() - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Parses the document.
parseAcl(WikiPage, String) - Method in interface com.ecyrd.jspwiki.auth.acl.AclManager
A helper method for parsing textual AccessControlLists.
parseAcl(WikiPage, String) - Method in class com.ecyrd.jspwiki.auth.acl.DefaultAclManager
A helper method for parsing textual AccessControlLists.
parseAndGetValue(WikiContext, String) - Method in class com.ecyrd.jspwiki.VariableManager
Parses the link and finds a value.
parseArgs(String) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Parses plugin arguments.
ParseException - Exception in com.ecyrd.jspwiki.parser
This is an exception which gets thrown whenever the parser cannot parse the parsing things.
ParseException(String) - Constructor for exception com.ecyrd.jspwiki.parser.ParseException
Constructs a new ParseException.
parseGroup(String, String, boolean) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Extracts group name and members from passed parameters and populates an existing Group with them.
parseGroup(WikiContext, boolean) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Extracts group name and members from the HTTP request and populates an existing Group with them.
parseIntParameter(String, int) - Static method in class com.ecyrd.jspwiki.TextUtil
Parses an integer parameter, returning a default value if the value is null or a non-number.
parseLong(String) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Parses a long integer from a supplied string, or returns 0 if not parsable.
parsePage(String, HttpServletRequest, String) - Method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Should parse the "page" parameter from the actual request.
parsePage(String, HttpServletRequest, String) - Method in class com.ecyrd.jspwiki.url.ShortURLConstructor
Should parse the "page" parameter from the actual request.
parsePage(String, HttpServletRequest, String) - Method in interface com.ecyrd.jspwiki.url.URLConstructor
Should parse the "page" parameter from the actual request.
parsePageFromURL(HttpServletRequest, String) - Static method in class com.ecyrd.jspwiki.url.DefaultURLConstructor
Takes the name of the page from the request URI.
parsePluginLine(WikiContext, String, int) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Parses a plugin invocation and returns a DOM element.
parseProfile(WikiContext) - Method in class com.ecyrd.jspwiki.auth.UserManager
Extracts user profile parameters from the HTTP request and populates a UserProfile with them.
parseProperties() - Method in class com.ecyrd.jspwiki.ui.Installer
 
parseQuery(String) - Method in class com.ecyrd.jspwiki.search.BasicSearchProvider
Parses a query into something that we can use.
ParserStagePlugin - Interface in com.ecyrd.jspwiki.plugin
Implements a Plugin interface for the parser stage.
parseToken(int) - Method in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
Return CHARACTER, if you think this was a plain character; ELEMENT, if you think this was a wiki markup element, and IGNORE, if you think we should ignore this altogether.
PASSWORD_LENGTH - Static variable in class com.ecyrd.jspwiki.TextUtil
Length of password.
pathPart() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns the directory part of the DavPath.
PermissionFactory - Class in com.ecyrd.jspwiki.auth.permissions
Provides a factory for Permission objects.
permissions() - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Returns an enumeration of the permissions in this ACL entry.
permissions() - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Returns an enumeration of the permissions in this ACL entry.
PermissionTag - Class in com.ecyrd.jspwiki.tags
Tells whether the user in the current wiki context possesses a particular permission.
PermissionTag() - Constructor for class com.ecyrd.jspwiki.tags.PermissionTag
 
PersistentMapDecorator - Class in com.ecyrd.jspwiki.htmltowiki
Adds the load / save - functionality known from the Properties - class to any Map implementation.
PersistentMapDecorator(Map) - Constructor for class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
Creates a new decorator for a given map.
PingWeblogsComFilter - Class in com.ecyrd.jspwiki.filters
A very dumb class that pings weblogs.com on each save.
PingWeblogsComFilter() - Constructor for class com.ecyrd.jspwiki.filters.PingWeblogsComFilter
 
PLAIN - Static variable in class com.ecyrd.jspwiki.tags.InsertPageTag
 
PlainEditorAdminBean - Class in com.ecyrd.jspwiki.ui.admin.beans
This class is still experimental.
PlainEditorAdminBean() - Constructor for class com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean
 
PLUGIN_RESOURCE_LOCATION - Static variable in class com.ecyrd.jspwiki.modules.ModuleManager
Location of the property-files of plugins.
PluginBean - Class in com.ecyrd.jspwiki.ui.admin.beans
 
PluginBean(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ui.admin.beans.PluginBean
 
PluginContent - Class in com.ecyrd.jspwiki.parser
Stores the contents of a plugin in a WikiDocument DOM tree.
PluginContent(String, Map) - Constructor for class com.ecyrd.jspwiki.parser.PluginContent
Creates a new DOM element with the given plugin name and a map of parameters.
PluginException - Exception in com.ecyrd.jspwiki.plugin
Provides a generic PluginException.
PluginException(String) - Constructor for exception com.ecyrd.jspwiki.plugin.PluginException
Create a PluginException.
PluginException(String, Throwable) - Constructor for exception com.ecyrd.jspwiki.plugin.PluginException
Create a PluginException with the given original exception wrapped.
PluginManager - Class in com.ecyrd.jspwiki.plugin
Manages plugin classes.
PluginManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.plugin.PluginManager
Create a new PluginManager.
PluginManager.WikiPluginInfo - Class in com.ecyrd.jspwiki.plugin
Contains information about a bunch of plugins.
pluginsEnabled() - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Returns plugin execution status.
PluginTag - Class in com.ecyrd.jspwiki.tags
Inserts any Wiki plugin.
PluginTag() - Constructor for class com.ecyrd.jspwiki.tags.PluginTag
 
POLICY - Static variable in class com.ecyrd.jspwiki.auth.AuthorizationManager
Property that supplies the security policy file name, in WEB-INF.
policyPrincipals() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Returns an array of unique Principals from the JSPWIki security policy file.
policyRoleTable() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Formats and returns an HTML table containing sample permissions and what roles are allowed to have them.
POST_SAVE - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki post-save page event.
POST_SAVE_BEGIN - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the beginning of all wiki post-save page events.
POST_SAVE_END - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the end of all wiki post-save page events.
POST_TRANSLATE - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki post-translate page event.
POST_TRANSLATE_BEGIN - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the beginning of all wiki post-translate page events.
POST_TRANSLATE_END - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the end of all wiki post-translate page events.
postSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
This method is called after the page has been successfully saved.
postSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.BasicPageFilter
This method is called after the page has been successfully saved.
postSave(WikiContext, String) - Method in interface com.ecyrd.jspwiki.filters.PageFilter
This method is called after the page has been successfully saved.
postSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.PingWeblogsComFilter
This method is called after the page has been successfully saved. If the saving fails for any reason, then this method will not be called.

Since the result is discarded from this method, this is only useful for things like counters, etc.

postSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.ReferenceManager
After the page has been saved, updates the reference lists.
postSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.search.SearchManager
Reindexes the page.
postTranslate(WikiContext, String) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
This method is called after a page has been fed through the TranslatorReader, so anything you are seeing here is translated content.
postTranslate(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.BasicPageFilter
This method is called after a page has been fed through the translation process, so anything you are seeing here is translated content.
postTranslate(WikiContext, String) - Method in interface com.ecyrd.jspwiki.filters.PageFilter
This method is called after a page has been fed through the translation process, so anything you are seeing here is translated content.
PRE_SAVE - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki pre-save page event.
PRE_SAVE_BEGIN - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the beginning of all wiki pre-save page events.
PRE_SAVE_END - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the end of all wiki pre-save page events.
PRE_TRANSLATE - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates a wiki pre-translate page event.
PRE_TRANSLATE_BEGIN - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the beginning of all wiki pre-translate page events.
PRE_TRANSLATE_END - Static variable in class com.ecyrd.jspwiki.event.WikiPageEvent
Indicates the end of all wiki pre-translate page events.
Preferences - Class in com.ecyrd.jspwiki.preferences
Represents an object which is used to store user preferences.
Preferences() - Constructor for class com.ecyrd.jspwiki.preferences.Preferences
 
Preferences.TimeFormat - Enum in com.ecyrd.jspwiki.preferences
Is used to choose between the different date formats that JSPWiki supports.
PREFIX_LOGIN_MODULE_OPTIONS - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Prefix for LoginModule options key/value pairs.
PREFS - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
PREFS - Static variable in class com.ecyrd.jspwiki.WikiContext
User is editing preferences
PREFS_COOKIE_NAME - Static variable in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
The name of the cookie that gets stored to the user browser.
PREFS_COOKIE_NAME - Static variable in class com.ecyrd.jspwiki.WikiEngine
The name of the cookie that gets stored to the user browser.
PREFS_EMAIL - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
PREFS_FULL_NAME - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
PREFS_LOGIN_NAME - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
preSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
This method is called before the page has been saved to the PageProvider.
preSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.BasicPageFilter
This method is called before the page has been saved to the PageProvider.
preSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.CreoleFilter
This method is called before the page has been saved to the PageProvider.
preSave(WikiContext, String) - Method in interface com.ecyrd.jspwiki.filters.PageFilter
This method is called before the page has been saved to the PageProvider.
preSave(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.SpamFilter
This method is called before the page has been saved to the PageProvider.
PRESAVE_TASK_MESSAGE_KEY - Static variable in class com.ecyrd.jspwiki.PageManager
The message key for storing the text for the presave task.
PRESAVE_WIKI_CONTEXT - Static variable in class com.ecyrd.jspwiki.PageManager
The workflow attribute which stores the wikiContext.
preTranslate(WikiContext, String) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
This method is called whenever a page has been loaded from the provider, but not yet been sent through the TranslatorReader.
preTranslate(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.BasicPageFilter
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation process.
preTranslate(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.CreoleFilter
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation process. Note that you cannot do HTML translation here, because it will be escaped.
preTranslate(WikiContext, String) - Method in interface com.ecyrd.jspwiki.filters.PageFilter
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation process.
preTranslate(WikiContext, String) - Method in class com.ecyrd.jspwiki.filters.ProfanityFilter
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation process. Note that you cannot do HTML translation here, because it will be escaped.
PREVIEW - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
PREVIEW - Static variable in class com.ecyrd.jspwiki.WikiContext
User is previewing the changes he just made.
previousStep(Step) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Protected method that returns the predecessor for a supplied Step.
PreviousVersionTag - Class in com.ecyrd.jspwiki.tags
Outputs the version number of the previous version of this page.
PreviousVersionTag() - Constructor for class com.ecyrd.jspwiki.tags.PreviousVersionTag
 
PRINCIPAL_ADD - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a Principal should be added to the WikiSession
PrincipalComparator - Class in com.ecyrd.jspwiki.auth
Comparator class for sorting objects of type Principal.
PrincipalComparator() - Constructor for class com.ecyrd.jspwiki.auth.PrincipalComparator
 
PrincipalWrapper - Class in com.ecyrd.jspwiki.auth.login
Wrapper class for container-managed or externally-provided principals.
PrincipalWrapper(Principal) - Constructor for class com.ecyrd.jspwiki.auth.login.PrincipalWrapper
Constructs a new instance of this class by wrapping (decorating) the supplied principal.
printAcl(Acl) - Static method in class com.ecyrd.jspwiki.auth.acl.DefaultAclManager
Generates an ACL string for inclusion in a wiki page, based on a supplied Acl object.
printGroups(WikiContext) - Static method in class com.ecyrd.jspwiki.tags.UserProfileTag
Returns a sorted list of the Group objects a user possesses in his or her WikiSession.
printRoles(WikiContext) - Static method in class com.ecyrd.jspwiki.tags.UserProfileTag
Returns a sorted list of the Role objects a user possesses in his or her WikiSession.
PriorityList - Class in com.ecyrd.jspwiki.util
Builds a simple, priority-based List implementation.
PriorityList() - Constructor for class com.ecyrd.jspwiki.util.PriorityList
 
processCurrentStep() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Protected method that processes the current Step by calling Step.execute().
ProfanityFilter - Class in com.ecyrd.jspwiki.filters
This class is an example of how to have a simple filter.
ProfanityFilter() - Constructor for class com.ecyrd.jspwiki.filters.ProfanityFilter
 
PROFILE_NAME_CHANGED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user profile name changes.
PROFILE_SAVE - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a user profile is saved.
ProgressItem - Class in com.ecyrd.jspwiki.ui.progress
Provides access to an progress item.
ProgressItem() - Constructor for class com.ecyrd.jspwiki.ui.progress.ProgressItem
 
ProgressManager - Class in com.ecyrd.jspwiki.ui.progress
Manages progressing items.
ProgressManager() - Constructor for class com.ecyrd.jspwiki.ui.progress.ProgressManager
Creates a new ProgressManager.
ProgressManager.JSONTracker - Class in com.ecyrd.jspwiki.ui.progress
Provides access to a progress indicator, assuming you know the ID.
ProgressManager.JSONTracker() - Constructor for class com.ecyrd.jspwiki.ui.progress.ProgressManager.JSONTracker
 
PROMPT - Static variable in class com.ecyrd.jspwiki.auth.login.AnonymousLoginModule
Bogus prompt sent to the callback handler.
PROMPT - Static variable in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
Deprecated.  
PROP_ACL_MANAGER_IMPL - Static variable in class com.ecyrd.jspwiki.WikiEngine
The name of the property containing the ACLManager implementing class.
PROP_AKISMET_API_KEY - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying the Akismet API-key.
PROP_ALLOW_COOKIE_ASSERTIONS - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
If this jspwiki.properties property is true, allow cookies to be used to assert identities.
PROP_ALLOW_COOKIE_AUTH - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
If this jspwiki.properties property is true, allow cookies to be used for authentication.
PROP_ALLOW_CREATION_OF_EMPTY_PAGES - Static variable in class com.ecyrd.jspwiki.WikiEngine
If this property is set to false, we don't allow the creation of empty pages
PROP_ALLOWEDEXTENSIONS - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentManager
A space-separated list of attachment types which can be uploaded
PROP_ALLOWHTML - Static variable in class com.ecyrd.jspwiki.parser.MarkupParser
If set to "true", allows using raw HTML within Wiki text.
PROP_ALLOWHTML - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. If set to "true", allows using raw HTML within Wiki text.
PROP_APPNAME - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property for application name
PROP_AUTHORIZER - Static variable in class com.ecyrd.jspwiki.auth.AuthorizationManager
The property name in jspwiki.properties for specifying the external Authorizer.
PROP_BANTIME - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying how long a host is banned.
PROP_BASEURL - Static variable in class com.ecyrd.jspwiki.WikiEngine
The name for the base URL to use in all references.
PROP_BEAUTIFYTITLE - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the "spaces in titles" -hack.
PROP_BLACKLIST - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for the attachment containing the blacklist.
PROP_CACHECAPACITY - Static variable in class com.ecyrd.jspwiki.providers.CachingProvider
The capacity of the cache.
PROP_CACHECHECKINTERVAL - Static variable in class com.ecyrd.jspwiki.providers.CachingProvider
Defines, in seconds, the amount of time a text will live in the cache at most before requiring a refresh.
PROP_CACHESIZE - Static variable in class com.ecyrd.jspwiki.render.RenderingManager
Parameter value for setting the cache size.
PROP_CAMELCASELINKS - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
If true, consider CamelCase hyperlinks as well.
PROP_CAMELCASELINKS - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. If true, consider CamelCase hyperlinks as well.
PROP_CAPTCHA - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying which captcha technology should be used.
PROP_CHANNEL_DESCRIPTION - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS channel description.
PROP_CHANNEL_LANGUAGE - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS channel language.
PROP_CHANNEL_TITLE - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defins the property name for the RSS channel title.
PROP_CHECKIN - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
Property name for the checkin command.
PROP_CHECKOUT - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
Property name for the checkout command.
PROP_CHECKOUTVERSION - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
Property name for the checkout version command.
PROP_DATABASE - Static variable in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
The jspwiki.properties property specifying the file system location of the group database.
PROP_DB_ATTRIBUTES - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_CREATED - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_DATASOURCE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_EMAIL - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_FULL_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_LOCK_EXPIRY - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_LOGIN_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_MODIFIED - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_PASSWORD - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_ROLE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_ROLE_TABLE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_TABLE - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_UID - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DB_WIKI_NAME - Static variable in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
PROP_DIFF_PROVIDER - Static variable in class com.ecyrd.jspwiki.diff.DifferenceManager
Property value for storing a diff provider.
PROP_DIFFCOMMAND - Static variable in class com.ecyrd.jspwiki.diff.ExternalDiffProvider
Determines the command to be used for 'diff'.
PROP_DISABLECACHE - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
The property name for specifying which attachments are not cached.
PROP_EDITORTYPE - Static variable in class com.ecyrd.jspwiki.ui.EditorManager
The property name for setting the editor.
PROP_ENCODING - Static variable in class com.ecyrd.jspwiki.WikiEngine
Define the used encoding.
PROP_ERRORPAGE - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for the page to which you are directed if Herb rejects your edit.
PROP_EXT - Static variable in class com.ecyrd.jspwiki.providers.FileSystemProvider
All metadata is stored in a file with this extension.
PROP_FILTERSTRATEGY - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying which filter strategy should be used.
PROP_FILTERXML - Static variable in class com.ecyrd.jspwiki.filters.FilterManager
Property name for setting the filter XML property file.
PROP_FORDBIDDENEXTENSIONS - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentManager
A space-separated list of attachment types which cannot be uploaded
PROP_FRONTPAGE - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the default front page.
PROP_FULLLOG - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
Property name for the full log command.
PROP_GENERATE_RSS - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS generator main switch.
PROP_GROUPDB_CREATED - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The column containing the group's creation timestamp.
PROP_GROUPDB_CREATOR - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The column containing the group creator's name.
PROP_GROUPDB_DATASOURCE - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The JNDI name of the DataSource.
PROP_GROUPDB_MEMBER - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The column containing the group member's name.
PROP_GROUPDB_MEMBER_TABLE - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The table that stores the names of group members.
PROP_GROUPDB_MODIFIED - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The column containing the group's last-modified timestamp.
PROP_GROUPDB_MODIFIER - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The column containing the name of the user who last modified the group.
PROP_GROUPDB_NAME - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The column containing the group's name.
PROP_GROUPDB_TABLE - Static variable in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
The table that stores the groups.
PROP_IGNORE_AUTHENTICATED - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying whether authenticated users should be ignored.
PROP_INLINEIMAGEPTRN - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
This property defines the inline image pattern.
PROP_INLINEIMAGEPTRN - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. This property defines the inline image pattern.
PROP_INTERVAL - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS generation interval in seconds.
PROP_INTERWIKIREF - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property start for any interwiki reference.
PROP_LOCKEXPIRY - Static variable in class com.ecyrd.jspwiki.PageManager
The property value for setting the amount of time before the page locks expire.
PROP_LOG - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
Property name for the log command.
PROP_LOGIN_EXPIRY_DAYS - Static variable in class com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule
User property for setting how long the cookie is stored on the user's computer.
PROP_LOGIN_MODULE - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
The LoginModule to use for custom authentication.
PROP_LOGIN_THROTTLING - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Whether logins should be throttled to limit brute-forcing attempts.
PROP_LUCENE_ANALYZER - Static variable in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Which analyzer to use.
PROP_MAIL_ACCOUNT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_CONNECTION_TIMEOUT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_HOST - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_JNDI_NAME - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_PASSWORD - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_PORT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_SENDER - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_STARTTLS - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_TIMEOUT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MAIL_TRANSPORT - Static variable in class com.ecyrd.jspwiki.util.MailUtil
 
PROP_MATCHPLURALS - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the "match english plurals" -hack.
PROP_MAXSIZE - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentManager
The maximum size of attachments that can be uploaded.
PROP_MAXURLS - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying how many URLs can any given edit contain.
PROP_NOTE_IMAGE - Static variable in class com.ecyrd.jspwiki.plugin.Note
Property name for setting the image for the note.
PROP_PAGE_NAME_COMPARATOR - Static variable in class com.ecyrd.jspwiki.util.PageSorter
 
PROP_PAGECHANGES - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying how many changes is any given IP address allowed to do per minute.
PROP_PAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Name of the property that defines where page directories are.
PROP_PAGEPROVIDER - Static variable in class com.ecyrd.jspwiki.PageManager
The property value for setting the current page provider.
PROP_PINGURL - Static variable in class com.ecyrd.jspwiki.filters.PingWeblogsComFilter
The property name for the URL to ping.
PROP_PLAINURIS - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
If true, all hyperlinks are translated as well, regardless whether they are surrounded by brackets.
PROP_PLAINURIS - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. If true, all hyperlinks are translated as well, regardless whether they are surrounded by brackets.
PROP_PREFIX - Static variable in class com.ecyrd.jspwiki.url.ShortURLConstructor
This corresponds to your WikiServlet path.
PROP_PROVIDER - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentManager
The property name for defining the attachment provider class name.
PROP_REFSTYLE - Static variable in class com.ecyrd.jspwiki.WikiEngine
The name for the property which allows you to set the current reference style.
PROP_RSS_AUTHOR - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS author.
PROP_RSS_AUTHOREMAIL - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS author email.
PROP_RSS_COPYRIGHT - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Property name for the RSS copyright info.
PROP_RSSAUTHOR - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Just for compatibilty.
PROP_RSSAUTHOREMAIL - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Just for compatibilty.
PROP_RSSFILE - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS file that the wiki should generate.
PROP_RUNFILTERS - Static variable in class com.ecyrd.jspwiki.WikiEngine
If this property is set to false, all filters are disabled when translating.
PROP_RUNPLUGINS - Static variable in class com.ecyrd.jspwiki.parser.MarkupParser
If set to "true", enables plugins during parsing
PROP_RUNPLUGINS - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. If set to "true", enables plugins during parsing
PROP_SEARCHPATH - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
The property name defining which packages will be searched for properties.
PROP_SEARCHPROVIDER - Static variable in class com.ecyrd.jspwiki.search.SearchManager
Property name for setting the search provider.
PROP_SECURITY - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Deprecated.  
PROP_SIMILARCHANGES - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying how many similar changes are allowed before a host is banned.
PROP_STORAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
The property name for where the attachments should be stored.
PROP_STORAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Property that supplies the directory used to store attachments.
PROP_STOREIPADDRESS - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
If this jspwiki.properties property is true, logs the IP address of the editor on saving.
PROP_STOREUSERNAME - Static variable in class com.ecyrd.jspwiki.WikiEngine
If true, then the user name will be stored with the page data.
PROP_TEMPLATEDIR - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the template that is used.
PROP_UNCHANGED_CONTEXT_LIMIT - Static variable in class com.ecyrd.jspwiki.diff.ContextualDiffProvider
A jspwiki.properties value to define how many characters are shown around the change context.
PROP_URLCONSTRUCTOR - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for setting the url generator instance
PROP_USEATTACHMENTIMAGE - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
If true, all outward attachment info links have a small link image appended.
PROP_USECACHE - Static variable in class com.ecyrd.jspwiki.PageManager
The property value for setting the cache on/off.
PROP_USEOUTLINKIMAGE - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
If true, all outward links (external links) have a small link image appended.
PROP_USEOUTLINKIMAGE - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. If true, all outward links (external links) have a small link image appended.
PROP_USERDATABASE - Static variable in class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
The jspwiki.properties property specifying the file system location of the user database.
PROP_USERELNOFOLLOW - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
If set to "true", all external links are tagged with 'rel="nofollow"'
PROP_USERELNOFOLLOW - Static variable in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. If set to "true", all external links are tagged with 'rel="nofollow"'
PROP_WORDLIST - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The filter property name for specifying the page which contains the list of spamwords.
PROP_WORKDIR - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for where the jspwiki work directory should be.
PropertiesUtils - Class in com.ecyrd.jspwiki.htmltowiki
some usefull methods for properties
PROPERTY_APPROVER_PREFIX - Static variable in class com.ecyrd.jspwiki.workflow.WorkflowManager
The prefix to use for looking up jspwiki.properties approval roles.
PROPERTY_FILE - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
The name of the property file.
PROPERTYFILE - Static variable in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Name of the property file which stores the metadata.
PROPERTYFILE - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Name of the file that contains the properties.
PropertyReader - Class in com.ecyrd.jspwiki
Property Reader for the WikiEngine.
PropFindMethod - Class in com.ecyrd.jspwiki.dav.methods
 
PropFindMethod(DavProvider) - Constructor for class com.ecyrd.jspwiki.dav.methods.PropFindMethod
 
PropPatchMethod - Class in com.ecyrd.jspwiki.dav.methods
 
PropPatchMethod(DavProvider) - Constructor for class com.ecyrd.jspwiki.dav.methods.PropPatchMethod
Constructs a new DAV PropPatchMethod.
ProviderConverter - Class in com.ecyrd.jspwiki.util
A command-line application that allows you to convert from one provider to another.
ProviderConverter() - Constructor for class com.ecyrd.jspwiki.util.ProviderConverter
 
ProviderException - Exception in com.ecyrd.jspwiki.providers
This exception represents the superclass of all exceptions that providers may throw.
ProviderException(String) - Constructor for exception com.ecyrd.jspwiki.providers.ProviderException
Creates a ProviderException.
PUNCTUATION_CHARS_ALLOWED - Static variable in class com.ecyrd.jspwiki.parser.MarkupParser
Lists all punctuation characters allowed in page names.
pushBack(int) - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Push back any character to the current input.
PUSHBACK_BUFFER_SIZE - Static variable in class com.ecyrd.jspwiki.parser.MarkupParser
Allow this many characters to be pushed back in the stream.
put(K, V) - Method in class com.ecyrd.jspwiki.htmltowiki.ForgetNullValuesLinkedHashMap
put(Object, Object) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
put(Object, Object) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
putAll(Map) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
putAll(Map) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
putAttachmentData(Attachment, InputStream) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Put new attachment data.
putAttachmentData(Attachment, InputStream) - Method in class com.ecyrd.jspwiki.providers.CachingAttachmentProvider
Put new attachment data.
putAttachmentData(Attachment, InputStream) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Put new attachment data.
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.PageManager
Puts the page text into the repository.
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
Attempts to save the page text for page "page".
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Attempts to save the page text for page "page".
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
Attempts to save the page text for page "page". Note that the provider creates a new version regardless of what the version parameter of the WikiPage is.
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Puts the page into RCS and makes sure there is a fresh copy in the directory as well.
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
Attempts to save the page text for page "page". Note that the provider creates a new version regardless of what the version parameter of the WikiPage is.
putPageText(WikiPage, String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Attempts to save the page text for page "page".

Q

QueryItem - Class in com.ecyrd.jspwiki
This simple class just fulfils the role of a container for searches.
QueryItem() - Constructor for class com.ecyrd.jspwiki.QueryItem
 

R

RawPagesDavProvider - Class in com.ecyrd.jspwiki.dav
Implements something for the pages.
RawPagesDavProvider(WikiEngine) - Constructor for class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
RCSFileProvider - Class in com.ecyrd.jspwiki.providers
This class implements a simple RCS file provider.
RCSFileProvider() - Constructor for class com.ecyrd.jspwiki.providers.RCSFileProvider
 
READ - Static variable in class com.ecyrd.jspwiki.parser.JSPWikiMarkupParser
 
read() - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. 
read(char[], int, int) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. 
readContents(InputStream, String) - Static method in class com.ecyrd.jspwiki.FileUtil
Reads in file contents.
readContents(Reader) - Static method in class com.ecyrd.jspwiki.FileUtil
Returns the full contents of the Reader as a String.
ready() - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. 
reassign(Principal) - Method in class com.ecyrd.jspwiki.workflow.Decision
Reassigns the Decision to a new actor (that is, provide an outcome).
reassign(Decision, Principal) - Method in class com.ecyrd.jspwiki.workflow.DecisionQueue
Reassigns the owner of the Decision to a new owner.
RecentChangesPlugin - Class in com.ecyrd.jspwiki.plugin
Returns the Recent Changes in the wiki being a date-sorted list of page names.
RecentChangesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
 
REDIRECT - Static variable in class com.ecyrd.jspwiki.ui.RedirectCommand
 
REDIRECT - Static variable in class com.ecyrd.jspwiki.WikiPage
A special variable name for storing a redirect note
RedirectCommand - Class in com.ecyrd.jspwiki.ui
Defines Commands for redirections to off-site special pages.
RedirectException - Exception in com.ecyrd.jspwiki.filters
This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.
RedirectException(String, String) - Constructor for exception com.ecyrd.jspwiki.filters.RedirectException
Constructs a new RedirectException.
ReferenceManager - Class in com.ecyrd.jspwiki
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.*.
ReferenceManager(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ReferenceManager
Builds a new ReferenceManager.
ReferredPagesPlugin - Class in com.ecyrd.jspwiki.plugin
Displays the pages referring to the current page.
ReferredPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.ReferredPagesPlugin
 
ReferringPagesPlugin - Class in com.ecyrd.jspwiki.plugin
Displays the pages referring to the current page.
ReferringPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
 
refreshItem(DavItem, DavPath) - Method in class com.ecyrd.jspwiki.dav.WikiRootProvider
 
registerGlobalObject(String, RPCCallable) - Static method in class com.ecyrd.jspwiki.rpc.json.JSONRPCManager
Registers a global object (i.e. something which can be called by any JSP page).
registerGlobalObject(String, RPCCallable, Permission) - Static method in class com.ecyrd.jspwiki.rpc.json.JSONRPCManager
Registers a global object (i.e. something which can be called by any JSP page) with a specific permission.
registerJSONObject(WikiContext, RPCCallable) - Static method in class com.ecyrd.jspwiki.rpc.json.JSONRPCManager
Registers a callable to JSON global bridge and requests JSON libraries to be added to the page.
reindexPage(WikiPage) - Method in class com.ecyrd.jspwiki.search.BasicSearchProvider
Adds a WikiPage for indexing queue.
reindexPage(WikiPage) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Adds a page-text pair to the lucene update queue.
reindexPage(WikiPage) - Method in class com.ecyrd.jspwiki.search.SearchManager
Forces the reindex of the given page.
reindexPage(WikiPage) - Method in interface com.ecyrd.jspwiki.search.SearchProvider
Adds a WikiPage for indexing queue.
Release - Class in com.ecyrd.jspwiki
Contains release and version information.
release() - Method in class com.ecyrd.jspwiki.tags.CookieTag
release() - Method in class com.ecyrd.jspwiki.tags.ParamTag
release() - Method in class com.ecyrd.jspwiki.tags.PluginTag
release() - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
release() - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
reload() - Method in class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
Starts a background thread which goes through all the pages and adds them to the reindex queue.
reloadPreferences(PageContext) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
Reloads the preferences from the PageContext into the WikiContext.
remove(Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Removes a Principal from the group.
remove(HttpSession) - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Removes the wiki session associated with the user's HttpSession from the session cache.
remove(Object) - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
remove(Object) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
remove(int) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
remove(Decision) - Method in class com.ecyrd.jspwiki.workflow.DecisionQueue
Protected method that removes a Decision from the queue.
remove(Workflow) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Protected helper method that removes a specified Workflow from the cache, and moves it to the workflow history list.
removeAttribute(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Removes an attribute.
removeAttribute(String) - Method in class com.ecyrd.jspwiki.WikiPage
Removes an attribute from the page, if it exists.
removeEntry(AclEntry) - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Removes an ACL entry from this ACL.
removeEntry(AclEntry) - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Removes an ACL entry from this ACL.
removeGroup(String) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Removes a named Group from the group database.
removeItem(String) - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag.FixedQueue
 
removePermission(Permission) - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Removes the specified permission from this ACL entry.
removePermission(Permission) - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Removes the specified permission from this ACL entry.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.AuthenticationManager
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.auth.UserManager
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.event.PageEventFilter
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(Object, WikiEventListener) - Static method in class com.ecyrd.jspwiki.event.WikiEventManager
Un-registers a WikiEventListener with the WikiEventDelegate for the provided client object.
removeWikiEventListener(WikiEventListener) - Static method in class com.ecyrd.jspwiki.event.WikiEventManager
Un-registers a WikiEventListener from any WikiEventDelegate client managed by this WikiEventManager.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.WikiEngine
Un-registers a WikiEventListener with this instance.
removeWikiEventListener(WikiEventListener) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Un-registers a WikiEventListener with this instance.
removeWikiSession(WikiEngine, HttpServletRequest) - Static method in class com.ecyrd.jspwiki.WikiSession
Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.
RENAME - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the rename permission.
rename(String, String) - Method in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
rename(String, String) - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Renames a UserProfile in the user database by changing the profile's login name.
rename(String, String) - Method in class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
 
rename(String, String) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op; always throws NoSuchPrincipalException.
RENAME - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
RENAME - Static variable in class com.ecyrd.jspwiki.WikiContext
User is renaming a page.
RENAME_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the rename permission.
RENAME_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 
renamePage(WikiContext, String, String, boolean) - Method in class com.ecyrd.jspwiki.content.PageRenamer
Renames a page.
renamePage(WikiContext, String, String, boolean) - Method in class com.ecyrd.jspwiki.WikiEngine
Renames, or moves, a wiki page.
renderDate(WikiContext, Date, Preferences.TimeFormat) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
A simple helper function to render a date based on the user preferences.
RenderingManager - Class in com.ecyrd.jspwiki.render
This class provides a facade towards the differing rendering routines.
RenderingManager() - Constructor for class com.ecyrd.jspwiki.render.RenderingManager
 
repeatString(String, int) - Static method in class com.ecyrd.jspwiki.TextUtil
A simple routine which just repeates the arguments.
replaceEntities(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces the relevant entities inside the String.
replaceString(String, String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces a string with an other string.
replaceString(String, int, int, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces a part of a string with a new String.
replaceStringCaseUnsensitive(String, String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces a string with an other string.
RepositoryModifiedException - Exception in com.ecyrd.jspwiki.providers
If the provider detects that someone has modified the repository externally, it should throw this exception.
RepositoryModifiedException(String, String) - Constructor for exception com.ecyrd.jspwiki.providers.RepositoryModifiedException
Constructs the exception.
REQ_EDITEDTEXT - Static variable in class com.ecyrd.jspwiki.ui.EditorManager
Known attribute name for storing the user edited text inside a HTTP parameter.
REQUESTED - Static variable in class com.ecyrd.jspwiki.QueryItem
The word should be in the pages, but the search engine may use its own discretion.
requestJSON(WikiContext) - Static method in class com.ecyrd.jspwiki.rpc.json.JSONRPCManager
Requests the JSON Javascript and object to be generated in the HTML.
RequestResourceTag - Class in com.ecyrd.jspwiki.tags
Provides easy access to TemplateManager.addResourceRequest().
RequestResourceTag() - Constructor for class com.ecyrd.jspwiki.tags.RequestResourceTag
 
requestToMap(HttpServletRequest, String) - Static method in class com.ecyrd.jspwiki.util.FormUtil
Converts the parameter contents of an HTTP request into a map, modifying the keys to preserve multiple values per key.
REQUIRED - Static variable in class com.ecyrd.jspwiki.QueryItem
The word is required to be in the pages
requiredPermission() - Method in interface com.ecyrd.jspwiki.ui.Command
Returns the Permission required to successfully execute this Command.
requiredPermission() - Method in class com.ecyrd.jspwiki.ui.GroupCommand
Returns the permission required to execute this GroupCommand.
requiredPermission() - Method in class com.ecyrd.jspwiki.ui.PageCommand
 
requiredPermission() - Method in class com.ecyrd.jspwiki.ui.RedirectCommand
No-op; always returns null.
requiredPermission() - Method in class com.ecyrd.jspwiki.ui.WikiCommand
 
requiredPermission() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the permission required to successfully execute this context.
requiresApproval(String) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Returns true if a workflow matching a particular key contains an approval step.
resetIterator() - Method in class com.ecyrd.jspwiki.tags.AdminBeanIteratorTag
Override this method to reset your own iterator.
resetIterator() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
Override this method to reset your own iterator.
RESIN - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
resolveEntity(String, String) - Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer.LocalEntityResolver
Returns an XML input source for a requested external resource by reading the resource instead from local storage.
resolvePage(HttpServletRequest, String) - Method in class com.ecyrd.jspwiki.ui.CommandResolver
Looks up and returns the correct, versioned WikiPage based on a supplied page name and optional version parameter passed in an HTTP request.
resolvePrincipal(String) - Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
Given a supplied string representing a Principal's name from an Acl, this method resolves the correct type of Principal (role, group, or user).
RESOURCE_HTTPHEADER - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Requests a HTTP header.
RESOURCE_INCLUDES - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
The name under which the resource includes map is stored in the WikiContext.
RESOURCE_INLINECSS - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Requests inlined CSS.
RESOURCE_JSFUNCTION - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Requests a JavaScript function to be called during window.onload.
RESOURCE_JSLOCALIZEDSTRINGS - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Requests a JavaScript associative array with all localized strings.
RESOURCE_SCRIPT - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Requests a script to be loaded.
RESOURCE_STYLESHEET - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Requests a stylesheet to be inserted.
restart() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Restarts the Workflow from the Workflow.WAITING state and puts it into the Workflow.RUNNING state again.
retrieveCookieValue(HttpServletRequest, String) - Static method in class com.ecyrd.jspwiki.util.HttpUtil
Attempts to retrieve the given cookie value from the request.
REVISION - Static variable in class com.ecyrd.jspwiki.Release
The JSPWiki revision.
REX_IP - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
RFC3339FORMAT - Static variable in class com.ecyrd.jspwiki.rss.AtomFeed
Defines a SimpleDateFormat string for RFC3339-formatted dates.
Role - Class in com.ecyrd.jspwiki.auth.authorize
A lightweight, immutable Principal that represents a built-in wiki role such as Anonymous, Asserted and Authenticated.
Role() - Constructor for class com.ecyrd.jspwiki.auth.authorize.Role
Create an empty Role.
Role(String) - Constructor for class com.ecyrd.jspwiki.auth.authorize.Role
Constructs a new Role with a given name.
RPC_VERSION - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
This is the currently implemented JSPWiki XML-RPC code revision.
RPCCallable - Interface in com.ecyrd.jspwiki.rpc
Defines an interface for anything which can be called using the RPC methods.
RPCHandler - Class in com.ecyrd.jspwiki.xmlrpc
Provides handlers for all RPC routines.
RPCHandler() - Constructor for class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
RPCHandlerUTF8 - Class in com.ecyrd.jspwiki.xmlrpc
Provides handlers for all RPC routines.
RPCHandlerUTF8() - Constructor for class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
RPCManager - Class in com.ecyrd.jspwiki.rpc
A base class for managing RPC calls.
RPCManager() - Constructor for class com.ecyrd.jspwiki.rpc.RPCManager
Private constructor to prevent initialization.
RPCSamplePlugin - Class in com.ecyrd.jspwiki.plugin
Simple plugin which shows how to add JSON calls to your plugin.
RPCSamplePlugin() - Constructor for class com.ecyrd.jspwiki.plugin.RPCSamplePlugin
 
RPCServlet - Class in com.ecyrd.jspwiki.xmlrpc
Handles all incoming servlet requests for XML-RPC calls.
RPCServlet() - Constructor for class com.ecyrd.jspwiki.xmlrpc.RPCServlet
 
RSS - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
RSS - Static variable in class com.ecyrd.jspwiki.WikiContext
RSS feed is being generated.
RSS10 - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Parameter value to represent RSS 1.0 feeds.
RSS10Feed - Class in com.ecyrd.jspwiki.rss
Provides an implementation of an RSS 1.0 feed.
RSS10Feed(WikiContext) - Constructor for class com.ecyrd.jspwiki.rss.RSS10Feed
Create an RSS 1.0 feed for a given context.
RSS20 - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Parameter value to represent RSS 2.0 feeds.
RSS20Feed - Class in com.ecyrd.jspwiki.rss
Represents an RSS 2.0 feed (with enclosures).
RSS20Feed(WikiContext) - Constructor for class com.ecyrd.jspwiki.rss.RSS20Feed
Creates an RSS 2.0 feed for the specified Context.
RSSGenerator - Class in com.ecyrd.jspwiki.rss
The master class for generating different kinds of Feeds (including RSS1.0, 2.0 and Atom).
RSSGenerator(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.rss.RSSGenerator
Initialize the RSS generator for a given WikiEngine.
RSSImageLinkTag - Class in com.ecyrd.jspwiki.tags
Writes an image link to a JSPWiki RSS file.
RSSImageLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
RSSLinkTag - Class in com.ecyrd.jspwiki.tags
Deprecated.  
RSSLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.RSSLinkTag
Deprecated.  
RSSThread - Class in com.ecyrd.jspwiki.rss
Runs the RSS generation thread.
RSSThread(WikiEngine, File, int) - Constructor for class com.ecyrd.jspwiki.rss.RSSThread
Create a new RSS thread.
run() - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Runs the background thread's WikiBackgroundThread.backgroundTask() method at the interval specified at construction.
RUNNING - Static variable in class com.ecyrd.jspwiki.event.WorkflowEvent
fter the Workflow has been started (or re-started) using the Workflow.start() method, but before it has finished processing all Steps.
RUNNING - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
State value: Workflow started, and is running.
runSimpleCommand(String, String) - Static method in class com.ecyrd.jspwiki.FileUtil
Runs a simple command in given directory.

S

safeGetParameter(ServletRequest, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Deprecated. JSPWiki now requires servlet API 2.3, which has a better way of dealing with this stuff. This will be removed in the near future.
safeGetQueryString(HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the query string (the portion after the question mark).
save(Group, Principal) - Method in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
Saves a Group to the group database.
save(Group, Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
Saves a Group to the group database.
save(Group, Principal) - Method in class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
Saves a Group to the group database.
save(UserProfile) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase

Saves a UserProfileto the user database, overwriting the existing profile if it exists.

save(UserProfile) - Method in class com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
 
save(UserProfile) - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Saves a UserProfileto the user database, overwriting the existing profile if it exists.
save(UserProfile) - Method in class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
Saves a UserProfileto the user database, overwriting the existing profile if it exists.
save(UserProfile) - Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
No-op.
SAVE_APPROVER - Static variable in class com.ecyrd.jspwiki.auth.UserManager
Message key for the "save profile" message.
SAVE_APPROVER - Static variable in class com.ecyrd.jspwiki.PageManager
The name of the key from jspwiki.properties which defines who shall approve the workflow of storing a wikipage.
SAVE_DECISION_MESSAGE_KEY - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
SAVE_DECISION_MESSAGE_KEY - Static variable in class com.ecyrd.jspwiki.PageManager
The message key for storing the Decision text for saving a page.
SAVE_REJECT_MESSAGE_KEY - Static variable in class com.ecyrd.jspwiki.PageManager
The message key for rejecting the decision to save the page.
SAVE_TASK_MESSAGE_KEY - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
SAVE_TASK_MESSAGE_KEY - Static variable in class com.ecyrd.jspwiki.PageManager
The message key of the text to finally approve a page save.
saveConvert(String, boolean) - Static method in class com.ecyrd.jspwiki.htmltowiki.PropertiesUtils
Encodes a property file string from a supplied key/value line.
SAVED_PROFILE - Static variable in class com.ecyrd.jspwiki.auth.UserManager
 
saveProperties() - Method in class com.ecyrd.jspwiki.ui.Installer
 
saveText(WikiContext, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Writes the WikiText of a page into the page repository.
SC_FAILED_DEPENDENCY - Static variable in class com.ecyrd.jspwiki.dav.WebdavServlet
 
SC_INSUFFICIENT_STORAGE - Static variable in class com.ecyrd.jspwiki.dav.WebdavServlet
 
SC_LOCKED - Static variable in class com.ecyrd.jspwiki.dav.WebdavServlet
 
SC_MULTISTATUS - Static variable in class com.ecyrd.jspwiki.dav.WebdavServlet
 
SC_PROCESSING - Static variable in class com.ecyrd.jspwiki.dav.WebdavServlet
 
SC_UNPROCESSABLE - Static variable in class com.ecyrd.jspwiki.dav.WebdavServlet
 
scanWikiLinks(WikiPage, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Reads a WikiPageful of data from a String and returns all links internal to this Wiki in a Collection.
Search - Class in com.ecyrd.jspwiki.plugin
The "Search" plugin allows you to access the JSPWiki search routines and show the displays in an array on your page.
Search() - Constructor for class com.ecyrd.jspwiki.plugin.Search
 
SearchManager - Class in com.ecyrd.jspwiki.search
Manages searching the Wiki.
SearchManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.search.SearchManager
Creates a new SearchManager.
SearchManager.JSONSearch - Class in com.ecyrd.jspwiki.search
Provides a JSON RPC API to the JSPWiki Search Engine.
SearchManager.JSONSearch() - Constructor for class com.ecyrd.jspwiki.search.SearchManager.JSONSearch
 
SearchManagerBean - Class in com.ecyrd.jspwiki.ui.admin.beans
The SearchManagerBean is a simple AdminBean interface to the SearchManager.
SearchManagerBean(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ui.admin.beans.SearchManagerBean
 
SearchMatcher - Class in com.ecyrd.jspwiki
SearchMatcher performs the task of matching a search query to a page's contents.
SearchMatcher(WikiEngine, QueryItem[]) - Constructor for class com.ecyrd.jspwiki.SearchMatcher
Creates a new SearchMatcher.
SearchMatcher.SearchResultImpl - Class in com.ecyrd.jspwiki
A local search result.
SearchMatcher.SearchResultImpl(String, int) - Constructor for class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
Create a new SearchResult with a given name and a score.
SearchProvider - Interface in com.ecyrd.jspwiki.search
Interface for the search providers that handle searching the Wiki
SearchResult - Interface in com.ecyrd.jspwiki
Defines a search result.
SearchResultComparator - Class in com.ecyrd.jspwiki
Simple class that decides which search results are more important than others.
SearchResultComparator() - Constructor for class com.ecyrd.jspwiki.SearchResultComparator
 
SearchResultIteratorInfo - Class in com.ecyrd.jspwiki.tags
Just provides the TEI data for IteratorTag.
SearchResultIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.SearchResultIteratorInfo
 
SearchResultIteratorTag - Class in com.ecyrd.jspwiki.tags
Iterates through Search result results.
SearchResultIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
SearchResultsSizeTag - Class in com.ecyrd.jspwiki.tags
Outputs the size of the search results list, if it contains any items.
SearchResultsSizeTag() - Constructor for class com.ecyrd.jspwiki.tags.SearchResultsSizeTag
 
SearchResultsTag - Class in com.ecyrd.jspwiki.tags
Includes the body content, if there are any search results.
SearchResultsTag() - Constructor for class com.ecyrd.jspwiki.tags.SearchResultsTag
 
SECURITY_CONTAINER - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Deprecated. use AuthenticationManager.SECURITY_OFF instead
SECURITY_JAAS - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Value specifying that the user wants to use the built-in JAAS-based system
SECURITY_OFF - Static variable in class com.ecyrd.jspwiki.auth.AuthenticationManager
Value specifying that the user wants to use the container-managed security, just like in JSPWiki 2.2.
SecurityVerifier - Class in com.ecyrd.jspwiki.auth
Helper class for verifying JSPWiki's security configuration.
SecurityVerifier(WikiEngine, WikiSession) - Constructor for class com.ecyrd.jspwiki.auth.SecurityVerifier
Constructs a new SecurityVerifier for a supplied WikiEngine and WikiSession.
sendHTMLResponse(HttpServletResponse, String) - Static method in class com.ecyrd.jspwiki.dav.DavUtil
 
sendMessage(WikiEngine, String, String, String) - Static method in class com.ecyrd.jspwiki.util.MailUtil
Sends an e-mail to a specified receiver using a JavaMail Session supplied by a JNDI mail session factory (preferred) or a locally initialized session based on properties in jspwiki.properties.
sendMultiResponse(HttpServletResponse, Element) - Method in class com.ecyrd.jspwiki.dav.methods.PropFindMethod
 
Serializer - Class in com.ecyrd.jspwiki.util
Provides static helper functions for serializing different objects.
serializeToBase64(Map<String, Serializable>) - Static method in class com.ecyrd.jspwiki.util.Serializer
Serializes a Map and formats it into a Base64-encoded String.
service(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.dav.WebdavServlet
 
SESSION_EXPIRED - Static variable in class com.ecyrd.jspwiki.event.WikiSecurityEvent
When a session expires.
sessionCreated(HttpSessionEvent) - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Fires when the web container creates a new HTTP session.
sessionCreated(HttpSession) - Static method in class com.ecyrd.jspwiki.rpc.json.JSONRPCManager
Is called whenever a session is created.
sessionDestroyed(HttpSessionEvent) - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Removes the user's WikiSession from the internal session cache when the web container destoys an HTTP session.
SessionMonitor - Class in com.ecyrd.jspwiki.auth
Manages WikiSession's for different WikiEngine's.
SessionMonitor() - Constructor for class com.ecyrd.jspwiki.auth.SessionMonitor
Construct the SessionListener
SESSIONPREFS - Static variable in class com.ecyrd.jspwiki.preferences.Preferences
The name under which a Preferences object is stored in the HttpSession.
sessions() - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Returns the current number of active wiki sessions.
sessions(WikiEngine) - Static method in class com.ecyrd.jspwiki.WikiSession
Returns the total number of active wiki sessions for a particular wiki.
SessionsPlugin - Class in com.ecyrd.jspwiki.plugin
Displays information about active wiki sessions.
SessionsPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.SessionsPlugin
 
set(int, T) - Method in class com.ecyrd.jspwiki.util.TimedCounterList
setAbsolute(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setAccesskey(String) - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
setAccessKey(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setAccesskey(String) - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
setAccesskey(String) - Method in class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
setAccesskey(String) - Method in class com.ecyrd.jspwiki.tags.TabTag
Sets the tab access key.
setAcl(Acl) - Method in class com.ecyrd.jspwiki.WikiPage
Sets the Acl for this page.
setAction(String) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Set the value of the action parameter.
setAction(String) - Method in class com.ecyrd.jspwiki.tags.MessagesTag
 
setArgs(String) - Method in class com.ecyrd.jspwiki.tags.PluginTag
Set the argument string to the plugin.
setAttachPage(String) - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Set the URL for attachments.
setAttribute(String, Object) - Method in class com.ecyrd.jspwiki.WikiEngine
Adds an attribute to the engine for the duration of this engine.
setAttribute(String, Object) - Method in class com.ecyrd.jspwiki.WikiPage
Sets an metadata attribute.
setAttribute(String, Object) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Temporarily associates an object with this Workflow, as a named attribute, for the duration of workflow execution.
setAttribute(Attribute) - Method in class com.ecyrd.management.SimpleMBean
 
setAttributes(AttributeList) - Method in class com.ecyrd.management.SimpleMBean
 
setAuthor(String) - Method in class com.ecyrd.jspwiki.rss.Entry
Set the author of this entry.
setAuthor(String) - Method in class com.ecyrd.jspwiki.WikiPage
Sets the author of the page.
setAuthorizer(Authorizer) - Method in class com.ecyrd.jspwiki.auth.login.AuthorizerCallback
Sets the authorizer object.
setBodyContent(BodyContent) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setCacheable(boolean) - Method in class com.ecyrd.jspwiki.attachment.Attachment
Sets this attachment to be cacheable or not.
setChannelDescription(String) - Method in class com.ecyrd.jspwiki.rss.Feed
 
setChannelLanguage(String) - Method in class com.ecyrd.jspwiki.rss.Feed
 
setChannelTitle(String) - Method in class com.ecyrd.jspwiki.rss.Feed
 
setClass(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setClear(String) - Method in class com.ecyrd.jspwiki.tags.CookieTag
Set the "clear" parameter.
setCollator(Collator) - Method in class com.ecyrd.jspwiki.util.comparators.CollatorComparator
Specify a new collator.
setComment(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the COMMENT context.
setCompareToVersion(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setConflict(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the CONFLICT context.
setContainedParameter(String, String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
Support for ParamTag supplied parameters in body.
setContainedParameter(String, String) - Method in interface com.ecyrd.jspwiki.tags.ParamHandler
 
setContent(String) - Method in class com.ecyrd.jspwiki.rss.Entry
Set the content of this entry.
setContext(WikiContext) - Method in class com.ecyrd.jspwiki.parser.WikiDocument
Set the WikiContext in which the WikiDocument is rendered.
setContext(String) - Method in class com.ecyrd.jspwiki.tags.CheckRequestContextTag
Set the context to check for.
setContext(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setCreated(Date) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Sets the created date.
setCreated(Date) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
 
setCreated(Date) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the created date.
setCreator(String) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Sets the creator of this Group.
setDefault(String) - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
setDefaultTab(String) - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
Set the id of the default tab (the tab which should be shown when the page is first loaded).
setDefaultTemplate(HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiContext
Figures out which template a new WikiContext should be using.
setDiff(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the DIFF context.
setDiv(String) - Method in class com.ecyrd.jspwiki.tags.MessagesTag
 
setEdit(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the EDIT context.
setEditJspPage(String) - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Set the URI to the Edit.jsp page.
setEmail(String) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Sets the user's e-mail address.
setEmail(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the user's e-mail address.
setEnabled(boolean) - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Turns RSS generation on or off.
setEngine(WikiEngine) - Method in class com.ecyrd.jspwiki.auth.login.WikiEngineCallback
Sets the engine object.
setError(String) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Set an error string.
setError(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the ERROR context.
setExists(String) - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
Deprecated.  
setFeedURL(String) - Method in class com.ecyrd.jspwiki.rss.Feed
 
setFileName(String) - Method in class com.ecyrd.jspwiki.attachment.Attachment
Sets the file name of this attachment.
setFind(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the FIND context.
setFirstStep(Step) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Sets the first Step for this Workflow, which will be executed immediately after the Workflow.start() method executes.
setFmtkey(String) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setFormat(String) - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
setFormat(String) - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
setFullname(String) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Sets the user's full name.
setFullname(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the user's full name.
setGroup(WikiSession, Group) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Saves the Group created by a user in a wiki session.
setHandler(String) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Set the name of the handler class.
setHasMetadata() - Method in class com.ecyrd.jspwiki.WikiPage
Sets the metadata flag to true.
setHide(boolean) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Set the hide parameter.
setHref(String) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setId(String) - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
setId(int) - Method in class com.ecyrd.jspwiki.workflow.Decision
Sets the unique identfier for this Decision.
setId(int) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Sets the unique identifier for this Workflow.
setInfo(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the INFO context.
setInputReader(Reader) - Method in class com.ecyrd.jspwiki.parser.MarkupParser
Replaces the current input character stream with a new one.
setInputReader(Reader) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Replaces the current input character stream with a new one.
setItem(DavPath, DavItem) - Method in class com.ecyrd.jspwiki.dav.AttachmentDavProvider
 
setItem(DavPath, DavItem) - Method in interface com.ecyrd.jspwiki.dav.DavProvider
 
setItem(DavPath, DavItem) - Method in class com.ecyrd.jspwiki.dav.RawPagesDavProvider
 
setItem(DavPath, DavItem) - Method in class com.ecyrd.jspwiki.dav.WikiRootProvider
 
setItem(String) - Method in class com.ecyrd.jspwiki.tags.CookieTag
Set the "item" parameter.
setJsp(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setLastModified(Date) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Sets the last-modified date
setLastModified(Date) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Sets the last-modified date.
setLastModified(Date) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the last-modified date
setLastModified(Date) - Method in class com.ecyrd.jspwiki.WikiPage
Sets the last modification date.
setList(Collection) - Method in class com.ecyrd.jspwiki.tags.IteratorTag
Sets the collection that is used to form the iteration.
setList(Object[]) - Method in class com.ecyrd.jspwiki.tags.IteratorTag
Sets the collection list, but using an array.
setLocale(Locale) - Method in class com.ecyrd.jspwiki.util.comparators.LocaleComparator
Specify a new locale.
setLockExpiry(Date) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Locks the profile until a specified lock expiration date.
setLockExpiry(Date) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Locks the profile until a specified lock expiration date.
setLoginCookie(WikiEngine, HttpServletResponse, String) - Static method in class com.ecyrd.jspwiki.auth.login.CookieAuthenticationLoginModule
Sets a login cookie based on properties set by the user.
setLoginName(String) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Sets the name by which the user logs in.
setLoginName(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the name by which the user logs in.
setMaxItems(int) - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
setMaxlinks(int) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setMaxpages(int) - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
Sets how many pages to show.
setMode(String) - Method in class com.ecyrd.jspwiki.rss.Feed
Set the mode of the Feed.
setMode(String) - Method in class com.ecyrd.jspwiki.tags.CheckLockTag
Sets the mode to check for.
setMode(String) - Method in class com.ecyrd.jspwiki.tags.CheckVersionTag
Sets the mode.
setMode(String) - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
setMode(String) - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
setModifier(String) - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Sets the name of the user who last modified this group.
setMonthurlformat(String) - Method in class com.ecyrd.jspwiki.tags.CalendarTag
Set the format to be used for links for the months.
setName(String) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Sets the name of the form.
setName(String) - Method in class com.ecyrd.jspwiki.tags.CookieTag
Set the "name" parameter.
setName(String) - Method in class com.ecyrd.jspwiki.tags.ParamTag
Set the name of the parameter to transfer.
setNewVersion(String) - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
setOnclick(String) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setOutcome(Outcome) - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Sets the current Outcome for the step.
setOutcome(Outcome) - Method in interface com.ecyrd.jspwiki.workflow.Step
Sets the current Outcome for the step.
setOutlink(String) - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Set the outlink URL.
setPage(WikiPage) - Method in class com.ecyrd.jspwiki.rss.Entry
Sets the WikiPage to which this Entry refers to.
setPage(String) - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.InsertDiffTag
Sets the page name.
setPage(String) - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
setPage(WikiPage) - Method in class com.ecyrd.jspwiki.WikiContext
Sets the page that is being handled.
setPageContext(PageContext) - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
This method calls the parent setPageContext() but it also provides a way for a tag to initialize itself before any of the setXXX() methods are called.
setPageData(String) - Method in class com.ecyrd.jspwiki.parser.WikiDocument
Set the WikiMarkup for this document.
setPageformat(String) - Method in class com.ecyrd.jspwiki.tags.CalendarTag
Sets the page format.
setPageInfoJsp(String) - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Set the URI for the page info display.
setPageName(String) - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Set the page name.
setPagesize(int) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
SetPaginationTag - Class in com.ecyrd.jspwiki.tags
Calculate pagination string.
SetPaginationTag() - Constructor for class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setPassword(String) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Sets the user's password for use with custom authentication.
setPassword(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the user's password for use with custom authentication.
setPermission(String) - Method in class com.ecyrd.jspwiki.tags.PermissionTag
Sets the permissions to look for (case sensitive).
setPermissions(WikiPage, Acl) - Method in interface com.ecyrd.jspwiki.auth.acl.AclManager
Sets the access control list for the page and persists it.
setPermissions(WikiPage, Acl) - Method in class com.ecyrd.jspwiki.auth.acl.DefaultAclManager
Sets the access control list for the page and persists it by prepending it to the wiki page markup and saving the page.
setPlugin(String) - Method in class com.ecyrd.jspwiki.tags.PluginTag
Set the name of the plugin to execute.
setPrefix(String) - Method in class com.ecyrd.jspwiki.tags.MessagesTag
 
setPrefs(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the PREFS context.
setPreview(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the PREVIEW context.
setPrincipal(Principal) - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Specifies the principal for which permissions are granted or denied by this ACL entry.
setPrincipal(Principal) - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Specifies the principal for which permissions are granted or denied by this ACL entry.
setProperty(String) - Method in class com.ecyrd.jspwiki.tags.UserProfileTag
 
setProperty(String, String) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
setRCSSourceDir(String) - Method in class com.ecyrd.jspwiki.util.ProviderConverter
 
setReadOnly() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermissionCollection
 
setRealPage(WikiPage) - Method in class com.ecyrd.jspwiki.WikiContext
Sets a reference to the real page whose content is currently being rendered.
setRef(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setReference(String) - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Sets the hypertext reference.
setRel(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setRenderer(Object) - Method in class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Does not work, don't try to use it.
setRequest(HttpServletRequest) - Method in class com.ecyrd.jspwiki.auth.login.HttpRequestCallback
Sets the request object.
setRequestContext(String) - Method in class com.ecyrd.jspwiki.WikiContext
Sets the request context.
setResource(String) - Method in class com.ecyrd.jspwiki.tags.RequestResourceTag
Sets the resource name to be added.
setResult(String) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Set the result.
setScope(String) - Method in class com.ecyrd.jspwiki.tags.CookieTag
Set the "scope" parameter.
setSeparator(String) - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
Set the separator string.
setSize(long) - Method in class com.ecyrd.jspwiki.WikiPage
Sets the size.
setSortOrder(HumanComparator.CharType[]) - Method in class com.ecyrd.jspwiki.util.comparators.HumanComparator
Set the order in which letters, numbers and everything else is presented.
setStart(int) - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
setStart(int) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setState(int) - Method in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Sets the state of the ProgressItem.
setStatus(int) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Set the status of the Form processing.
setStatus(String) - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
Sets the status as defined above.
setStyle(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setSubmission(Map) - Method in class com.ecyrd.jspwiki.forms.FormInfo
Copies the given values into the handler parameter map using Map.putAll().
setSuccessor(Step) - Method in class com.ecyrd.jspwiki.workflow.Task
Sets the successor Step to this one, which will be triggered if the Task completes successfully (that is, Step.getOutcome() returns Outcome.STEP_COMPLETE.
setTarget(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setTemplate(String) - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
setTemplate(String) - Method in class com.ecyrd.jspwiki.WikiContext
Sets the template to be used for this request.
setTemplatefile(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setText(String) - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Sets the link text.
setTitle(String) - Method in class com.ecyrd.jspwiki.rss.Entry
Sets a title for the change.
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
Sets the title for the link.
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.TabTag
Sets the tab title.
setTopic(String) - Method in class com.ecyrd.jspwiki.tags.MessagesTag
 
setTotal(int) - Method in class com.ecyrd.jspwiki.tags.SetPaginationTag
 
setType(int) - Method in class com.ecyrd.jspwiki.event.WikiEngineEvent
Sets the type of this event.
setType(int) - Method in class com.ecyrd.jspwiki.event.WikiEvent
Sets the type of this event.
setType(String) - Method in class com.ecyrd.jspwiki.tags.AdminBeanIteratorTag
Set the type of the bean.
setType(String) - Method in class com.ecyrd.jspwiki.tags.IncludeResourcesTag
 
setType(String) - Method in class com.ecyrd.jspwiki.tags.PageTypeTag
 
setType(String) - Method in class com.ecyrd.jspwiki.tags.RequestResourceTag
Set the type of the resource to be included.
setUid(String) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Sets the unique identifier for the user profile.
setUid(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Sets the unique identifier for the user profile.
setupPreferences(PageContext) - Static method in class com.ecyrd.jspwiki.preferences.Preferences
This is an utility method which is called to make sure that the JSP pages do have proper access to any user preferences.
setURL(String) - Method in class com.ecyrd.jspwiki.rss.Entry
Set the URL - the permalink - of the Entry.
setUrl(String) - Method in class com.ecyrd.jspwiki.tags.TabTag
Sets the tab URL.
setUrlformat(String) - Method in class com.ecyrd.jspwiki.tags.CalendarTag
Set the URL format.
setUserCookie(HttpServletResponse, String) - Static method in class com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule
Sets the username cookie.
setUserDatabase(UserDatabase) - Method in class com.ecyrd.jspwiki.auth.login.UserDatabaseCallback
Sets the user database.
setUserProfile(WikiSession, UserProfile) - Method in class com.ecyrd.jspwiki.auth.UserManager
Saves the UserProfilefor the user in a wiki session.
setValue(String) - Method in class com.ecyrd.jspwiki.tags.CookieTag
Set the "value" parameter.
setValue(String) - Method in class com.ecyrd.jspwiki.tags.ParamTag
Set the value of the parameter to transfer.
setVar(String) - Method in class com.ecyrd.jspwiki.tags.CookieTag
Set the "var" parameter.
setVar(String) - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
setVariable(String, Object) - Method in class com.ecyrd.jspwiki.WikiContext
Sets a variable.
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.LinkTag
 
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
setVersion(int) - Method in class com.ecyrd.jspwiki.WikiPage
Sets the page version.
setView(String) - Method in class com.ecyrd.jspwiki.tags.ContentTag
Set the template for the VIEW context.
setWhitespaceTrimMode(boolean) - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
Set the trimming mode on/off.
setWikiJspPage(String) - Method in class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Set the URI to the Wiki.jsp.
setWikiName(String) - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Deprecated. This method will be removed in a future release.
setWikiName(String) - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Deprecated. This method will be removed in a future release.
setWorkflow(Workflow) - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Protected method that sets the parent Workflow post-construction.
setWorkflowManager(WorkflowManager) - Method in class com.ecyrd.jspwiki.workflow.Workflow
Sets the WorkflowManager that contains this Workflow.
SHA_PREFIX - Static variable in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
 
ShortURLConstructor - Class in com.ecyrd.jspwiki.url
Provides a way to do short URLs of the form /wiki/PageName.
ShortURLConstructor() - Constructor for class com.ecyrd.jspwiki.url.ShortURLConstructor
 
ShortViewURLConstructor - Class in com.ecyrd.jspwiki.url
A specific URL constructor that returns easy-to-grok URLs for VIEW and ATTACH contexts, but goes through JSP pages otherwise.
ShortViewURLConstructor() - Constructor for class com.ecyrd.jspwiki.url.ShortViewURLConstructor
 
SHUTDOWN - Static variable in class com.ecyrd.jspwiki.event.WikiEngineEvent
Indicates a WikiEngine closing event, fired as a signal that the wiki service is shutting down.
shutdown() - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Requests the shutdown of this background thread.
shutdown() - Method in class com.ecyrd.jspwiki.WikiEngine
Protected method that signals that the WikiEngine will be shut down by the servlet container.
shutdownTask() - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Executes a task after shutdown signal was detected.
SimpleAdminBean - Class in com.ecyrd.jspwiki.ui.admin
Provides an easy-to-use interface for JSPWiki AdminBeans, which also are JMX MBeans.
SimpleAdminBean() - Constructor for class com.ecyrd.jspwiki.ui.admin.SimpleAdminBean
Constructor reserved for subclasses only.
SimpleDecision - Class in com.ecyrd.jspwiki.workflow
Decision subclass that includes two available Outcomes: Outcome.DECISION_APPROVE or Outcome.DECISION_DENY.
SimpleDecision(Workflow, String, Principal) - Constructor for class com.ecyrd.jspwiki.workflow.SimpleDecision
Constructs a new SimpleDecision assigned to a specified actor.
SimpleMBean - Class in com.ecyrd.management
A simple MBean which does not require an interface class unlike the StandardMBean class.
SimpleMBean() - Constructor for class com.ecyrd.management.SimpleMBean
Create a new SimpleMBean
SimpleNotification - Class in com.ecyrd.jspwiki.workflow
Decision subclass used for notifications that includes only one available Outcome: Outcome.DECISION_ACKNOWLEDGE.
SimpleNotification(Workflow, String, Principal) - Constructor for class com.ecyrd.jspwiki.workflow.SimpleNotification
Constructs a new SimpleNotification object with a supplied message key, associated Workflow, and named actor who must acknowledge the message.
simplePageExists(String) - Method in class com.ecyrd.jspwiki.ui.CommandResolver
Determines whether a "page" exists by examining the list of special pages and querying the page manager.
size() - Method in class com.ecyrd.jspwiki.dav.DavPath
Exactly equivalent to length().
size() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
size() - Method in class com.ecyrd.jspwiki.util.PriorityList
Returns the current size of the list.
size() - Method in class com.ecyrd.jspwiki.util.TimedCounterList
sort(List<String>) - Method in class com.ecyrd.jspwiki.util.PageSorter
Sorts the specified list into ascending order based on the PageNameComparator.
sort(String[]) - Method in class com.ecyrd.jspwiki.util.PageSorter
Sorts the specified array into ascending order based on the PageNameComparator.
sortPages(List<Object>) - Method in class com.ecyrd.jspwiki.util.PageSorter
Sorts the specified list into ascending order based on the PageNameComparator.
sortPages(Object[]) - Method in class com.ecyrd.jspwiki.util.PageSorter
Sorts the specified array into ascending order based on the PageNameComparator.
SpamFilter - Class in com.ecyrd.jspwiki.filters
This is Herb, the JSPWiki spamfilter that can also do choke modifications.
SpamFilter() - Constructor for class com.ecyrd.jspwiki.filters.SpamFilter
 
SSHA_PREFIX - Static variable in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
 
STANDARD - Static variable in class com.ecyrd.jspwiki.ui.InputValidator
Standard input validator.
start() - Method in class com.ecyrd.jspwiki.workflow.AbstractStep
Starts the Step, and sets the start time to the moment when this method is first invoked.
start() - Method in interface com.ecyrd.jspwiki.workflow.Step
Starts the Step, and sets the start time to the moment when this method is first invoked.
start() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Starts the Workflow and sets the state to Workflow.RUNNING.
start(Workflow) - Method in class com.ecyrd.jspwiki.workflow.WorkflowManager
Adds a new workflow to the set of workflows and starts it.
STARTED - Static variable in class com.ecyrd.jspwiki.event.WorkflowEvent
After the Workflow has been instantiated, but before it has been started using the Workflow.start() method.
STARTED - Static variable in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Status: The PI is started.
startProgress(ProgressItem, String) - Method in class com.ecyrd.jspwiki.ui.progress.ProgressManager
Call this method to get your ProgressItem into the ProgressManager queue.
startupTask() - Method in class com.ecyrd.jspwiki.rss.RSSThread
Executes a task just after the thread's Thread.run() method starts, but before the WikiBackgroundThread.backgroundTask() task executes.
startupTask() - Method in class com.ecyrd.jspwiki.util.WikiBackgroundThread
Executes a task just after the thread's Thread.run() method starts, but before the WikiBackgroundThread.backgroundTask() task executes.
Step - Interface in com.ecyrd.jspwiki.workflow
Discrete unit of work in a Workflow, such as a Decision or a Task.
STEP_ABORT - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Terminate workflow step (without errors)
STEP_COMPLETE - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Complete workflow step (without errors)
STEP_CONTINUE - Static variable in class com.ecyrd.jspwiki.workflow.Outcome
Continue workflow step (without errors)
STOPPED - Static variable in class com.ecyrd.jspwiki.event.WikiEngineEvent
Indicates a WikiEngine stopped event, fired after halting the wiki service.
STOPPED - Static variable in class com.ecyrd.jspwiki.ui.progress.ProgressItem
Status: The PI is stopped.
stopProgress(String) - Method in class com.ecyrd.jspwiki.ui.progress.ProgressManager
Call this method to remove your ProgressItem from the queue (after which getProgress() will no longer find it.
STORAGE_DIR - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
store(OutputStream, String) - Method in class com.ecyrd.jspwiki.util.CommentedProperties
storeAttachment(Attachment, File) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Stores an attachment that lives in the given file.
storeAttachment(Attachment, InputStream) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Stores an attachment directly from a stream.
storeCounters() - Method in class com.ecyrd.jspwiki.plugin.PageViewPlugin.PageViewManager
Save the page view counters to file.
storeDynamicAttachment(WikiContext, DynamicAttachment) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Stores a dynamic attachment.
storeFormInfo(WikiContext, FormInfo) - Method in class com.ecyrd.jspwiki.forms.FormElement
Utility method stores a FormInfo object into the WikiContext.
STRATEGY_EAGER - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The string specifying the "eager" strategy.
STRATEGY_SCORE - Static variable in class com.ecyrd.jspwiki.filters.SpamFilter
The string specifying the "score" strategy.
StringTransmutator - Interface in com.ecyrd.jspwiki
Defines an interface for transforming strings within a Wiki context.
subPath(int) - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns a new DavPath object that is a sub-path of this path.
SYSTEM_FILTER_PRIORITY - Static variable in class com.ecyrd.jspwiki.filters.FilterManager
JSPWiki system filters are all below this value.
SYSTEM_USER - Static variable in class com.ecyrd.jspwiki.workflow.SystemPrincipal
The JSPWiki system user
SystemPrincipal - Class in com.ecyrd.jspwiki.workflow
System users asociated with workflow Task steps.

T

TabbedSectionTag - Class in com.ecyrd.jspwiki.tags
Generates tabbed page section: container for the Tab tag.
TabbedSectionTag() - Constructor for class com.ecyrd.jspwiki.tags.TabbedSectionTag
 
TableOfContents - Class in com.ecyrd.jspwiki.plugin
Provides a table of contents.
TableOfContents() - Constructor for class com.ecyrd.jspwiki.plugin.TableOfContents
 
TabTag - Class in com.ecyrd.jspwiki.tags
Generates single tabbed page layout.
TabTag() - Constructor for class com.ecyrd.jspwiki.tags.TabTag
 
targetedCommand(Object) - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
 
targetedCommand(Object) - Method in interface com.ecyrd.jspwiki.ui.Command
Creates and returns a targeted Command by combining a target, such as a WikiPage or GroupPrincipal into the existing Command.
targetedCommand(Object) - Method in class com.ecyrd.jspwiki.ui.GroupCommand
Creates and returns a targeted Command by combining a GroupPrincipal with this Command.
targetedCommand(Object) - Method in class com.ecyrd.jspwiki.ui.PageCommand
Creates and returns a targeted Command by combining a WikiPage with this Command.
targetedCommand(Object) - Method in class com.ecyrd.jspwiki.ui.RedirectCommand
Creates and returns a targeted Command by combining a URL (as String) with this Command.
targetedCommand(Object) - Method in class com.ecyrd.jspwiki.ui.WikiCommand
Creates and returns a targeted Command by combining a wiki (a String) with this Command.
targetedCommand(Object) - Method in class com.ecyrd.jspwiki.WikiContext
Associates a target with the current Command and returns the new targeted Command.
Task - Class in com.ecyrd.jspwiki.workflow
AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome.
Task(String) - Constructor for class com.ecyrd.jspwiki.workflow.Task
Protected constructor that creates a new Task with a specified message key.
Task(Workflow, String) - Constructor for class com.ecyrd.jspwiki.workflow.Task
Constructs a new instance of a Task, with an associated Workflow and message key.
TemplateDirTag - Class in com.ecyrd.jspwiki.tags
Returns the currently used template.
TemplateDirTag() - Constructor for class com.ecyrd.jspwiki.tags.TemplateDirTag
 
templateExists(String) - Method in class com.ecyrd.jspwiki.ui.TemplateManager
Check the existence of a template.
TemplateManager - Class in com.ecyrd.jspwiki.ui
This class takes care of managing JSPWiki templates.
TemplateManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.ui.TemplateManager
Creates a new TemplateManager.
textToHTML(WikiContext, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Converts raw page data to HTML.
textToHTML(WikiContext, String, StringTransmutator, StringTransmutator) - Method in class com.ecyrd.jspwiki.WikiEngine
Just convert WikiText to HTML.
textToHTML(WikiContext, String, StringTransmutator, StringTransmutator, StringTransmutator) - Method in class com.ecyrd.jspwiki.WikiEngine
Just convert WikiText to HTML.
TextUtil - Class in com.ecyrd.jspwiki
Contains a number of static utility methods.
TIME_NOT_SET - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
Time value: the start or end time has not been set.
TimedCounterList<T> - Class in com.ecyrd.jspwiki.util
Provides a List in which all items store their addition time.
TimedCounterList() - Constructor for class com.ecyrd.jspwiki.util.TimedCounterList
 
TIMEFORMATPROPERTIES - Static variable in class com.ecyrd.jspwiki.ui.TemplateManager
Prefix of the default timeformat properties.
timeoutExceeded(String) - Method in interface com.ecyrd.jspwiki.util.Watchable
This is a callback which is called whenever your expected completion time is exceeded.
toHexString(byte[]) - Static method in class com.ecyrd.jspwiki.TextUtil
Generates a hexadecimal string from an array of bytes.
toLine(String, String) - Static method in class com.ecyrd.jspwiki.htmltowiki.PropertiesUtils
Generates a property file line from a supplied key and value.
TOMCAT - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
TopLevelDavItem - Class in com.ecyrd.jspwiki.dav.items
 
TopLevelDavItem(DavProvider) - Constructor for class com.ecyrd.jspwiki.dav.items.TopLevelDavItem
 
toSortedString(Properties) - Static method in class com.ecyrd.jspwiki.htmltowiki.PropertiesUtils
like Properties.store, but stores the properties in sorted order
toString() - Method in class com.ecyrd.jspwiki.attachment.Attachment
Returns a human-readable, only-debugging-suitable description.
toString() - Method in interface com.ecyrd.jspwiki.auth.acl.Acl
Returns a string representation of the contents of this Acl.
toString() - Method in interface com.ecyrd.jspwiki.auth.acl.AclEntry
Returns a string representation of the contents of this ACL entry.
toString() - Method in class com.ecyrd.jspwiki.auth.acl.AclEntryImpl
Returns a string representation of the contents of this ACL entry.
toString() - Method in class com.ecyrd.jspwiki.auth.acl.AclImpl
Returns a string representation of the contents of this Acl.
toString() - Method in class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal
Returns a String representation of the UnresolvedPrincipal.
toString() - Method in class com.ecyrd.jspwiki.auth.authorize.Group
Returns a string representation of the Group.
toString() - Method in class com.ecyrd.jspwiki.auth.authorize.Role
Returns a String representation of the role
toString() - Method in class com.ecyrd.jspwiki.auth.GroupPrincipal
Returns a string representation of this object.
toString() - Method in class com.ecyrd.jspwiki.auth.permissions.AllPermission
Prints a human-readable representation of this permission.
toString() - Method in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Prints a human-readable representation of this permission.
toString() - Method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Prints a human-readable representation of this permission.
toString() - Method in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Prints a human-readable representation of this permission.
toString() - Method in class com.ecyrd.jspwiki.auth.user.DefaultUserProfile
Returns a string representation of this user profile.
toString() - Method in interface com.ecyrd.jspwiki.auth.user.UserProfile
Returns a string representation of this user profile.
toString() - Method in class com.ecyrd.jspwiki.auth.WikiPrincipal
Returns a human-readable representation of the object.
toString() - Method in class com.ecyrd.jspwiki.dav.DavPath
Returns a human-readable version of the path.
toString() - Method in class com.ecyrd.jspwiki.event.WikiEvent
Prints a String (human-readable) representation of this object.
toString() - Method in class com.ecyrd.jspwiki.event.WikiSecurityEvent
Prints a String (human-readable) representation of this object.
toString() - Method in class com.ecyrd.jspwiki.event.WorkflowEvent
Prints a String (human-readable) representation of this object.
toString() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
toString() - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
toString() - Method in class com.ecyrd.jspwiki.parser.LinkParser.Link
Returns a wikitext string representation of this Link.
toString() - Method in class com.ecyrd.jspwiki.parser.VariableContent
Returns a debug-suitable string.
toString() - Method in class com.ecyrd.jspwiki.plugin.PluginManager.WikiPluginInfo
Returns a string suitable for debugging.
toString() - Method in class com.ecyrd.jspwiki.ui.AbstractCommand
Returns a String representation of the Command.
toString() - Method in class com.ecyrd.jspwiki.ui.Editor
 
toString() - Method in class com.ecyrd.jspwiki.util.CommentedProperties
toString() - Method in class com.ecyrd.jspwiki.util.WatchDog
Strictly for debugging/informative purposes.
toString() - Method in class com.ecyrd.jspwiki.WikiPage
Returns a debug-suitable version of the page.
toString() - Method in class com.ecyrd.jspwiki.workflow.Fact
Returns a String representation of this Fact.
toString() - Method in class com.ecyrd.jspwiki.workflow.Outcome
TraditionalDiffProvider - Class in com.ecyrd.jspwiki.diff
This is the JSPWiki 'traditional' diff.
TraditionalDiffProvider() - Constructor for class com.ecyrd.jspwiki.diff.TraditionalDiffProvider
Constructs the provider.
translate(String) - Method in class com.ecyrd.jspwiki.htmltowiki.HtmlStringToWikiTranslator
Translates text from HTML into WikiMarkup without a WikiContext (meaning some things perhaps cannot be translated).
translate(String, WikiContext) - Method in class com.ecyrd.jspwiki.htmltowiki.HtmlStringToWikiTranslator
Translates text from HTML into WikiMarkup with a WikiContext.
translate(String, XHtmlToWikiConfig) - Method in class com.ecyrd.jspwiki.htmltowiki.HtmlStringToWikiTranslator
Translates text from HTML into WikiMarkup using a specified configuration.
translate(Properties, String) - Method in class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
Translates Creole markup to JSPWiki markup
translateSignature(Properties, String, String) - Method in class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
I have no idea what this method does.
TranslateTag - Class in com.ecyrd.jspwiki.tags
Converts the body text into HTML content.
TranslateTag() - Constructor for class com.ecyrd.jspwiki.tags.TranslateTag
 
TranslatorReader - Class in com.ecyrd.jspwiki
Deprecated.  
TranslatorReader(WikiContext, Reader) - Constructor for class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Creates a TranslatorReader using the default HTML renderer.
TranslatorReader(WikiContext, Reader, Object) - Constructor for class com.ecyrd.jspwiki.TranslatorReader
Deprecated. Creates a TranslatorReader.
type - Variable in class com.ecyrd.jspwiki.QueryItem
The type of the word.

U

UNDEFINED - Static variable in class com.ecyrd.jspwiki.event.WikiEvent
Indicates an undefined state.
UndefinedPagesPlugin - Class in com.ecyrd.jspwiki.plugin
Plugin that enumerates the pages in the wiki that have not yet been defined.
UndefinedPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.UndefinedPagesPlugin
 
UNKNOWN - Static variable in interface com.ecyrd.jspwiki.ui.admin.AdminBean
 
unlockPage(PageLock) - Method in class com.ecyrd.jspwiki.PageManager
Marks a page free to be written again.
unmangleName(String) - Method in class com.ecyrd.jspwiki.providers.AbstractFileProvider
This makes the reverse of mangleName.
UnresolvedPrincipal - Class in com.ecyrd.jspwiki.auth.acl
Represents a Principal, typically read from an ACL, that cannot be resolved based on the current state of the user database, group manager, and built-in role definitions.
UnresolvedPrincipal(String) - Constructor for class com.ecyrd.jspwiki.auth.acl.UnresolvedPrincipal
Constructs a new UnresolvedPrincipal instance.
UNSAFE_PATTERN - Static variable in class com.ecyrd.jspwiki.ui.InputValidator
 
UNSPECIFIED - Static variable in class com.ecyrd.jspwiki.auth.WikiPrincipal
Generic WikiPrincipal of unspecified type.
UnusedPagesPlugin - Class in com.ecyrd.jspwiki.plugin
Plugin for displaying pages that are not linked to in other pages.
UnusedPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.UnusedPagesPlugin
 
updateCommand(String) - Method in class com.ecyrd.jspwiki.WikiContext
Protected method that updates the internally cached Command.
updateLuceneIndex(WikiPage, String) - Method in class com.ecyrd.jspwiki.search.LuceneSearchProvider
Updates the lucene index for a single page.
updateReferences(String, Collection) - Method in class com.ecyrd.jspwiki.ReferenceManager
Updates the referred pages of a new or edited WikiPage.
updateReferences(WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Updates all references for the given page.
upload(HttpServletRequest) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Uploads a specific mime multipart input set, intercepts exceptions.
UPLOAD - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the upload permission.
UPLOAD - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
UPLOAD - Static variable in class com.ecyrd.jspwiki.WikiContext
User is uploading something.
UPLOAD_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the upload permission.
UPLOAD_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 
UploadLinkTag - Class in com.ecyrd.jspwiki.tags
Writes a link to the upload page.
UploadLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.UploadLinkTag
 
URL - Static variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
URLConstructor - Interface in com.ecyrd.jspwiki.url
Provides an interface through which JSPWiki constructs URLs.
urlDecode(byte[], String) - Static method in class com.ecyrd.jspwiki.TextUtil
URL encoder does not handle all characters correctly.
urlDecode(String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Provides decoded version of string depending on encoding.
urlDecodeUTF8(String) - Static method in class com.ecyrd.jspwiki.TextUtil
As java.net.URLDecoder class, but for UTF-8 strings.
urlEncode(byte[]) - Static method in class com.ecyrd.jspwiki.TextUtil
java.net.URLEncoder.encode() method in JDK < 1.4 is buggy.
urlEncode(String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Provides encoded version of string depending on encoding.
urlEncodeUTF8(String) - Static method in class com.ecyrd.jspwiki.TextUtil
As java.net.URLEncoder class, but this does it in UTF8 character set.
useOutputStream(String) - Static method in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
Determines the response wrapper for the servlet filters
useOutputStream(String, Boolean) - Static method in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
For testing only
useOutputStreamValue - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
USER_FILTER_PRIORITY - Static variable in class com.ecyrd.jspwiki.filters.FilterManager
The standard user level filtering.
UserBean - Class in com.ecyrd.jspwiki.ui.admin.beans
 
UserBean(WikiEngine) - Constructor for class com.ecyrd.jspwiki.ui.admin.beans.UserBean
 
UserCheckTag - Class in com.ecyrd.jspwiki.tags
Includes the content if an user check validates.
UserCheckTag() - Constructor for class com.ecyrd.jspwiki.tags.UserCheckTag
 
UserDatabase - Interface in com.ecyrd.jspwiki.auth.user
Defines an interface for loading, persisting and storing users.
UserDatabaseCallback - Class in com.ecyrd.jspwiki.auth.login
Callback for requesting and supplying a wiki UserDatabase.
UserDatabaseCallback() - Constructor for class com.ecyrd.jspwiki.auth.login.UserDatabaseCallback
 
UserDatabaseLoginModule - Class in com.ecyrd.jspwiki.auth.login
Logs in a user based on a username, password, and static password file location.
UserDatabaseLoginModule() - Constructor for class com.ecyrd.jspwiki.auth.login.UserDatabaseLoginModule
 
UserManager - Class in com.ecyrd.jspwiki.auth
Provides a facade for obtaining user information.
UserManager() - Constructor for class com.ecyrd.jspwiki.auth.UserManager
Constructs a new UserManager instance.
UserManager.DummyUserDatabase - Class in com.ecyrd.jspwiki.auth
This is a database that gets used if nothing else is available.
UserManager.DummyUserDatabase() - Constructor for class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
 
UserManager.JSONUserModule - Class in com.ecyrd.jspwiki.auth
Implements the JSON API for usermanager.
UserManager.JSONUserModule(UserManager) - Constructor for class com.ecyrd.jspwiki.auth.UserManager.JSONUserModule
Create a new JSONUserModule.
UserManager.SaveUserProfileTask - Class in com.ecyrd.jspwiki.auth
Inner class that handles the actual profile save action.
UserManager.SaveUserProfileTask(WikiEngine) - Constructor for class com.ecyrd.jspwiki.auth.UserManager.SaveUserProfileTask
Constructs a new Task for saving a user profile.
UserNameTag - Class in com.ecyrd.jspwiki.tags
Returns the current user name, or empty, if the user has not been validated.
UserNameTag() - Constructor for class com.ecyrd.jspwiki.tags.UserNameTag
 
userPrincipals() - Method in class com.ecyrd.jspwiki.auth.SessionMonitor
Returns the current wiki users as a sorted array of Principal objects.
userPrincipals(WikiEngine) - Static method in class com.ecyrd.jspwiki.WikiSession
Returns Principals representing the current users known to a particular wiki.
UserProfile - Interface in com.ecyrd.jspwiki.auth.user
Class for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.
UserProfileTag - Class in com.ecyrd.jspwiki.tags
Returns user profile attributes, or empty strings if the user has not been validated.
UserProfileTag() - Constructor for class com.ecyrd.jspwiki.tags.UserProfileTag
 
UtilJ2eeCompat - Class in com.ecyrd.jspwiki.util
Misc J2EE Compatibility Utility Functions
UtilJ2eeCompat() - Constructor for class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 

V

validate(String, String, int) - Method in class com.ecyrd.jspwiki.ui.InputValidator
Validates a string against a particular pattern type: e-mail address, standard HTML input, etc.
validateDefaultTab(String) - Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
 
validateGroup(WikiContext, Group) - Method in class com.ecyrd.jspwiki.auth.authorize.GroupManager
Validates a Group, and appends any errors to the session errors list.
validateNotNull(String, String) - Method in class com.ecyrd.jspwiki.ui.InputValidator
Validates a string against the InputValidator.STANDARD validator and additionally checks that the value is not null or blank.
validateNotNull(String, String, int) - Method in class com.ecyrd.jspwiki.ui.InputValidator
Validates a string against a particular pattern type and additionally checks that the value is not null or blank.
validatePassword(String, String) - Method in class com.ecyrd.jspwiki.auth.user.AbstractUserDatabase
Validates the password for a given user.
validatePassword(String, String) - Method in interface com.ecyrd.jspwiki.auth.user.UserDatabase
Determines whether a supplied user password is valid, given a login name and password.
validateProfile(WikiContext, UserProfile) - Method in class com.ecyrd.jspwiki.auth.UserManager
Validates a user profile, and appends any errors to the session errors list.
validateProperties() - Method in class com.ecyrd.jspwiki.ui.Installer
 
valueOf(String) - Static method in enum com.ecyrd.jspwiki.preferences.Preferences.TimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecyrd.jspwiki.util.comparators.HumanComparator.CharType
Returns the enum constant of this type with the specified name.
values() - Method in class com.ecyrd.jspwiki.htmltowiki.PersistentMapDecorator
values() - Static method in enum com.ecyrd.jspwiki.preferences.Preferences.TimeFormat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ecyrd.jspwiki.util.comparators.HumanComparator.CharType
Returns an array containing the constants of this enum type, in the order they're declared.
VAR_BLOGNAME - Static variable in class com.ecyrd.jspwiki.util.BlogUtil
Wiki variable storing the blog's name.
VAR_CREOLE_VERSION - Static variable in class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
The version of Creole that this filter supports.
VAR_ERROR - Static variable in class com.ecyrd.jspwiki.VariableManager
 
VAR_EXECUTE_PLUGINS - Static variable in class com.ecyrd.jspwiki.render.RenderingManager
Variable name which tells whether plugins should be executed or not.
VAR_LINEBREAK_BLOGLIKE - Static variable in class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
The linebreak style "bloglike".
VAR_LINEBREAK_C2LIKE - Static variable in class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
The linebreak style "c2like".
VAR_MSG - Static variable in class com.ecyrd.jspwiki.VariableManager
 
VAR_VERSION - Static variable in class com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslator
The version of the filter.
VariableContent - Class in com.ecyrd.jspwiki.parser
Stores the contents of a WikiVariable in a WikiDocument DOM tree.
VariableContent(String) - Constructor for class com.ecyrd.jspwiki.parser.VariableContent
Create a VariableContent for the given variable.
VariableManager - Class in com.ecyrd.jspwiki
Manages variables.
VariableManager(Properties) - Constructor for class com.ecyrd.jspwiki.VariableManager
Creates a VariableManager object using the property list given.
VariableTag - Class in com.ecyrd.jspwiki.tags
Returns the value of an Wiki variable.
VariableTag() - Constructor for class com.ecyrd.jspwiki.tags.VariableTag
 
VER_CURRENT - Static variable in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
VER_LATEST - Static variable in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
VER_PREVIOUS - Static variable in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
verifyGroupDatabase() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Verifies that the group datbase was initialized properly, and that user add and delete operations work as they should.
verifyJaas() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Verfies the JAAS configuration.
verifyPolicy() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Verfies the Java security policy configuration.
verifyPolicyAndContainerRoles() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Verifies that the roles given in the security policy are reflected by the container web.xml file.
verifySaltedPassword(byte[], String) - Static method in class com.ecyrd.jspwiki.util.CryptoUtil
Compares a password to a given entry and returns true, if it matches.
verifyStaticPermission(Principal, Permission) - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Verifies that a particular Principal possesses a Permission, as defined in the security policy file.
verifyUserDatabase() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
Verifies that the user datbase was initialized properly, and that user add and delete operations work as they should.
VERSION - Static variable in class com.ecyrd.jspwiki.Release
The JSPWiki major version.
VersioningFileProvider - Class in com.ecyrd.jspwiki.providers
Provides a simple directory based repository for Wiki pages.
VersioningFileProvider() - Constructor for class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
VersioningProvider - Interface in com.ecyrd.jspwiki.providers
This is a provider interface which providers can implement, if they support fast checks of versions.
VERSTR - Static variable in class com.ecyrd.jspwiki.Release
This is the generic version string you should use when printing out the version.
VIEW - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Convenience constant that denotes GroupPermission( "*:*, "view" ).
VIEW - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
A static instance of the view permission.
VIEW - Static variable in class com.ecyrd.jspwiki.ui.PageCommand
 
VIEW - Static variable in class com.ecyrd.jspwiki.WikiContext
The VIEW context - the user just wants to view the page contents.
VIEW_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
Action for viewing a group or collection of groups.
VIEW_ACTION - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
Action name for the view permission.
VIEW_GROUP - Static variable in class com.ecyrd.jspwiki.ui.GroupCommand
GroupCommand for viewing a group.
VIEW_GROUP - Static variable in class com.ecyrd.jspwiki.WikiContext
User is viewing an existing group
VIEW_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.GroupPermission
 
VIEW_MASK - Static variable in class com.ecyrd.jspwiki.auth.permissions.PagePermission
 

W

WAITING - Static variable in class com.ecyrd.jspwiki.event.WorkflowEvent
When the Workflow has temporarily paused, for example because of a pending Decision.
WAITING - Static variable in class com.ecyrd.jspwiki.workflow.Workflow
State value: Workflow paused, typically because a Step returned an Outcome that doesn't signify "completion."
waitstate() - Method in class com.ecyrd.jspwiki.workflow.Workflow
Sets the Workflow in the Workflow.WAITING state.
WARNING - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message prefix for warnings.
WARNING_DB - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for user database warnings.
WARNING_GROUPS - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for group database warnings.
WARNING_JAAS - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for JAAS warnings.
WARNING_POLICY - Static variable in class com.ecyrd.jspwiki.auth.SecurityVerifier
Message topic for policy warnings.
Watchable - Interface in com.ecyrd.jspwiki.util
A watchdog needs something to watch.
WatchDog - Class in com.ecyrd.jspwiki.util
WatchDog is a general system watchdog.
WatchDog(WikiEngine, Watchable) - Constructor for class com.ecyrd.jspwiki.util.WatchDog
Creates a new WatchDog for a Watchable.
WatchDog(WikiEngine, Thread) - Constructor for class com.ecyrd.jspwiki.util.WatchDog
Creates a new WatchDog for a Thread.
WebAuthorizer - Interface in com.ecyrd.jspwiki.auth.authorize
Extends the Authorizer interface by including a delgate method for HttpServletRequest.isUserInRole(String).
WebContainerAuthorizer - Class in com.ecyrd.jspwiki.auth.authorize
Authorizes users by delegating role membership checks to the servlet container.
WebContainerAuthorizer() - Constructor for class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
Constructs a new instance of the WebContainerAuthorizer class.
WebContainerAuthorizer.LocalEntityResolver - Class in com.ecyrd.jspwiki.auth.authorize
XML entity resolver that redirects resolution requests by JDOM, JAXP and other XML parsers to locally-cached copies of the resources.
WebContainerAuthorizer.LocalEntityResolver() - Constructor for class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer.LocalEntityResolver
 
WebContainerCallbackHandler - Class in com.ecyrd.jspwiki.auth.login
Handles logins made from within JSPWiki.
WebContainerCallbackHandler(WikiEngine, HttpServletRequest) - Constructor for class com.ecyrd.jspwiki.auth.login.WebContainerCallbackHandler
Create a new handler.
WebContainerLoginModule - Class in com.ecyrd.jspwiki.auth.login
Logs in a user by extracting authentication data from an Http servlet session.
WebContainerLoginModule() - Constructor for class com.ecyrd.jspwiki.auth.login.WebContainerLoginModule
 
webContainerRoles() - Method in class com.ecyrd.jspwiki.auth.SecurityVerifier
If the active Authorizer is the WebContainerAuthorizer, returns the roles it knows about; otherwise, a zero-length array.
WebdavServlet - Class in com.ecyrd.jspwiki.dav
 
WebdavServlet() - Constructor for class com.ecyrd.jspwiki.dav.WebdavServlet
 
WeblogArchivePlugin - Class in com.ecyrd.jspwiki.plugin
Creates a list of all weblog entries on a monthly basis.
WeblogArchivePlugin() - Constructor for class com.ecyrd.jspwiki.plugin.WeblogArchivePlugin
 
WeblogEntryPlugin - Class in com.ecyrd.jspwiki.plugin
Builds a simple weblog.
WeblogEntryPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
 
WEBLOGIC - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
WeblogPlugin - Class in com.ecyrd.jspwiki.plugin
Builds a simple weblog.
WeblogPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
WEBSPHERE - Static variable in class com.ecyrd.jspwiki.util.UtilJ2eeCompat
 
WhitespaceTrimWriter - Class in com.ecyrd.jspwiki.htmltowiki
Part of the XHtmlToWikiTranslator.
WhitespaceTrimWriter() - Constructor for class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
 
WIKI_NAME - Static variable in class com.ecyrd.jspwiki.auth.WikiPrincipal
WikiPrincipal type denoting a user's wiki name.
WikiAttachmentProvider - Interface in com.ecyrd.jspwiki.providers
Defines an attachment provider - a class which is capable of saving binary data as attachments.
WikiBackgroundThread - Class in com.ecyrd.jspwiki.util
Abstract Thread subclass that operates in the background; when it detects the WikiEngineEvent.SHUTDOWN event, it terminates itself.
WikiBackgroundThread(WikiEngine, int) - Constructor for class com.ecyrd.jspwiki.util.WikiBackgroundThread
Constructs a new instance of this background thread with a specified sleep interval, and adds the new instance to the wiki engine's event listeners.
WikiBodyTag - Class in com.ecyrd.jspwiki.tags
This is a class that provides the same services as the WikiTagBase, but this time it works for the BodyTagSupport base class.
WikiBodyTag() - Constructor for class com.ecyrd.jspwiki.tags.WikiBodyTag
 
WikiCallbackHandler - Class in com.ecyrd.jspwiki.auth.login
Handles logins made from inside the wiki application, rather than via the web container.
WikiCallbackHandler(WikiEngine, HttpServletRequest, String, String) - Constructor for class com.ecyrd.jspwiki.auth.login.WikiCallbackHandler
Create a new callback handler.
WikiCommand - Class in com.ecyrd.jspwiki.ui
Defines Commands for wiki-wide operations such as creating groups, editing preferences and profiles, and logging in/out.
WikiContext - Class in com.ecyrd.jspwiki
Provides state information throughout the processing of a page.
WikiContext(WikiEngine, WikiPage) - Constructor for class com.ecyrd.jspwiki.WikiContext
Create a new WikiContext for the given WikiPage.
WikiContext(WikiEngine, HttpServletRequest, Command) - Constructor for class com.ecyrd.jspwiki.WikiContext
Creates a new WikiContext for the given WikiEngine, Command and HttpServletRequest.
WikiContext(WikiEngine, HttpServletRequest, WikiPage) - Constructor for class com.ecyrd.jspwiki.WikiContext
Creates a new WikiContext for the given WikiEngine, WikiPage and HttpServletRequest.
WikiDavProvider - Class in com.ecyrd.jspwiki.dav
 
WikiDavProvider(WikiEngine) - Constructor for class com.ecyrd.jspwiki.dav.WikiDavProvider
 
WikiDavServlet - Class in com.ecyrd.jspwiki.dav
 
WikiDavServlet() - Constructor for class com.ecyrd.jspwiki.dav.WikiDavServlet
 
WikiDocument - Class in com.ecyrd.jspwiki.parser
Stores the DOM tree of a rendered WikiPage.
WikiDocument(WikiPage) - Constructor for class com.ecyrd.jspwiki.parser.WikiDocument
Creates a new WikiDocument for a specific page.
WikiEngine - Class in com.ecyrd.jspwiki
Provides Wiki services to the JSP page.
WikiEngine(Properties) - Constructor for class com.ecyrd.jspwiki.WikiEngine
Instantiate the WikiEngine using a given set of properties.
WikiEngine(ServletContext, String, Properties) - Constructor for class com.ecyrd.jspwiki.WikiEngine
Instantiate using this method when you're running as a servlet and WikiEngine will figure out where to look for the property file.
WikiEngineCallback - Class in com.ecyrd.jspwiki.auth.login
Callback for requesting and supplying the WikiEngine object required by a LoginModule.
WikiEngineCallback() - Constructor for class com.ecyrd.jspwiki.auth.login.WikiEngineCallback
 
WikiEngineEvent - Class in com.ecyrd.jspwiki.event
WikiEngineEvent indicates a change in the state of the WikiEngine.
WikiEngineEvent(Object, int) - Constructor for class com.ecyrd.jspwiki.event.WikiEngineEvent
Constructs an instance of this event.
WikiEvent - Class in com.ecyrd.jspwiki.event
Abstract parent class for wiki events.
WikiEvent(Object, int) - Constructor for class com.ecyrd.jspwiki.event.WikiEvent
Constructs an instance of this event.
WikiEventListener - Interface in com.ecyrd.jspwiki.event
Defines an interface for an object that listens for WikiEvents.
WikiEventManager - Class in com.ecyrd.jspwiki.event
A singleton class that manages the addition and removal of WikiEvent listeners to a event source, as well as the firing of events to those listeners.
WikiEventUtils - Class in com.ecyrd.jspwiki.event
A utility class that adds some JSPWiki-specific functionality to the WikiEventManager (which is really a general-purpose event manager).
WikiEventUtils() - Constructor for class com.ecyrd.jspwiki.event.WikiEventUtils
 
WikiException - Exception in com.ecyrd.jspwiki
A generic Wiki exception.
WikiException(String) - Constructor for exception com.ecyrd.jspwiki.WikiException
Constructs an exception.
WikiException(String, Throwable) - Constructor for exception com.ecyrd.jspwiki.WikiException
Constructs an exception with a supplied cause.
WikiFormAdminBean - Class in com.ecyrd.jspwiki.ui.admin
This class is still experimental.
WikiFormAdminBean() - Constructor for class com.ecyrd.jspwiki.ui.admin.WikiFormAdminBean
 
wikifyLink(String) - Static method in class com.ecyrd.jspwiki.parser.MarkupParser
Cleans away extra legacy characters.
WikiJSPFilter - Class in com.ecyrd.jspwiki.ui
This filter goes through the generated page response prior and places requested resources at the appropriate inclusion markers.
WikiJSPFilter() - Constructor for class com.ecyrd.jspwiki.ui.WikiJSPFilter
 
WikiLinkTag - Class in com.ecyrd.jspwiki.tags
Root class for different internal wiki links.
WikiLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.WikiLinkTag
 
WikiModuleInfo - Class in com.ecyrd.jspwiki.modules
A WikiModule describes whatever JSPWiki plugin there is: it can be a plugin, an editor, a filter, etc.
WikiModuleInfo(String) - Constructor for class com.ecyrd.jspwiki.modules.WikiModuleInfo
Create a new info container.
WikiPage - Class in com.ecyrd.jspwiki
Simple wrapper class for the Wiki page attributes.
WikiPage(WikiEngine, String) - Constructor for class com.ecyrd.jspwiki.WikiPage
Create a new WikiPage using a given engine and name.
WikiPageEvent - Class in com.ecyrd.jspwiki.event
WikiPageEvent indicates a change in the state or processing of a WikiPage.
WikiPageEvent(Object, int, String) - Constructor for class com.ecyrd.jspwiki.event.WikiPageEvent
Constructs an instance of this event.
WikiPageProvider - Interface in com.ecyrd.jspwiki.providers
Each Wiki page provider should implement this interface.
WikiPageRenameEvent - Class in com.ecyrd.jspwiki.event
WikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.
WikiPageRenameEvent(Object, String, String) - Constructor for class com.ecyrd.jspwiki.event.WikiPageRenameEvent
Constructs an instance of this event.
WikiPermission - Class in com.ecyrd.jspwiki.auth.permissions
Permission to perform an global wiki operation, such as self-registering or creating new pages.
WikiPermission(String, String) - Constructor for class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Creates a new WikiPermission for a specified set of actions.
WikiPlugin - Interface in com.ecyrd.jspwiki.plugin
Defines an interface for plugins.
WikiPrincipal - Class in com.ecyrd.jspwiki.auth
A lightweight, immutable Principal class.
WikiPrincipal() - Constructor for class com.ecyrd.jspwiki.auth.WikiPrincipal
For serialization purposes
WikiPrincipal(String) - Constructor for class com.ecyrd.jspwiki.auth.WikiPrincipal
Constructs a new WikiPrincipal with a given name and a type of WikiPrincipal.UNSPECIFIED.
WikiPrincipal(String, String) - Constructor for class com.ecyrd.jspwiki.auth.WikiPrincipal
Constructs a new WikiPrincipal with a given name and optional type designator.
WikiProvider - Interface in com.ecyrd.jspwiki
A generic Wiki provider for all sorts of things that the Wiki can store.
WikiRenderer - Class in com.ecyrd.jspwiki.render
Provides an interface to the basic rendering engine.
WikiRenderer(WikiContext, WikiDocument) - Constructor for class com.ecyrd.jspwiki.render.WikiRenderer
Create a WikiRenderer.
WikiRequestWrapper - Class in com.ecyrd.jspwiki.ui
Servlet request wrapper that encapsulates an incoming HTTP request and overrides its security methods so that the request returns JSPWiki-specific values.
WikiRequestWrapper(WikiEngine, HttpServletRequest) - Constructor for class com.ecyrd.jspwiki.ui.WikiRequestWrapper
Constructs a new wrapped request.
WikiRootProvider - Class in com.ecyrd.jspwiki.dav
 
WikiRootProvider(WikiEngine) - Constructor for class com.ecyrd.jspwiki.dav.WikiRootProvider
 
WikiRPCHandler - Interface in com.ecyrd.jspwiki.xmlrpc
Any wiki RPC handler should implement this so that they can be properly initialized and recognized by JSPWiki.
WikiSecurityEvent - Class in com.ecyrd.jspwiki.event
Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
WikiSecurityEvent(Object, int, Principal, Object) - Constructor for class com.ecyrd.jspwiki.event.WikiSecurityEvent
Constructs a new instance of this event type, which signals a security event has occurred.
WikiSecurityEvent(Object, int, Object) - Constructor for class com.ecyrd.jspwiki.event.WikiSecurityEvent
Constructs a new instance of this event type, which signals a security event has occurred.
WikiSecurityException - Exception in com.ecyrd.jspwiki.auth
Indicates an authentication or authorization error or exception.
WikiSecurityException(String) - Constructor for exception com.ecyrd.jspwiki.auth.WikiSecurityException
Constructs an exception.
WikiSecurityException(String, Throwable) - Constructor for exception com.ecyrd.jspwiki.auth.WikiSecurityException
Constructs an exception with a supplied cause.
WikiServlet - Class in com.ecyrd.jspwiki
This provides a master servlet for dealing with short urls.
WikiServlet() - Constructor for class com.ecyrd.jspwiki.WikiServlet
 
WikiServletFilter - Class in com.ecyrd.jspwiki.ui
Filter that verifies that the WikiEngine is running, and sets the authentication status for the user's WikiSession.
WikiServletFilter() - Constructor for class com.ecyrd.jspwiki.ui.WikiServletFilter
Creates a Wiki Servlet Filter.
WikiSession - Class in com.ecyrd.jspwiki
Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status.
WikiTagBase - Class in com.ecyrd.jspwiki.tags
Base class for JSPWiki tags.
WikiTagBase() - Constructor for class com.ecyrd.jspwiki.tags.WikiTagBase
 
wikitizeCollection(Collection, String, int) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Makes WikiText from a Collection.
WILDCARD - Static variable in class com.ecyrd.jspwiki.auth.permissions.WikiPermission
Value for a generic wildcard.
word - Variable in class com.ecyrd.jspwiki.QueryItem
The word that is being searched
WORK_DIR - Static variable in class com.ecyrd.jspwiki.ui.Installer
 
WORKFLOW - Static variable in class com.ecyrd.jspwiki.ui.WikiCommand
 
WORKFLOW - Static variable in class com.ecyrd.jspwiki.WikiContext
User wants to view or administer workflows.
Workflow - Class in com.ecyrd.jspwiki.workflow
Sequence of Step objects linked together.
Workflow(String, Principal) - Constructor for class com.ecyrd.jspwiki.workflow.Workflow
Constructs a new Workflow object with a supplied message key, owner Principal, and undefined unique identifier Workflow.ID_NOT_SET.
WorkflowBuilder - Class in com.ecyrd.jspwiki.workflow
Factory class that creates common Workflow instances such as a standard approval workflow.
WorkflowEvent - Class in com.ecyrd.jspwiki.event
WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted.
WorkflowEvent(Object, int) - Constructor for class com.ecyrd.jspwiki.event.WorkflowEvent
Constructs a new instance of this event type, which signals a security event has occurred.
WorkflowManager - Class in com.ecyrd.jspwiki.workflow
Monitor class that tracks running Workflows.
WorkflowManager() - Constructor for class com.ecyrd.jspwiki.workflow.WorkflowManager
Constructs a new WorkflowManager, with an empty workflow cache.
write(char[], int, int) - Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
WYSIWYG_EDITOR_MODE - Static variable in class com.ecyrd.jspwiki.render.RenderingManager
Name of the WikiContext variable which is set to Boolean.TRUE or Boolean.FALSE depending on whether WYSIWYG is currently in effect.
WysiwygEditingRenderer - Class in com.ecyrd.jspwiki.render
Implements a WikiRendered that outputs XHTML in a format that is suitable for use by a WYSIWYG XHTML editor.
WysiwygEditingRenderer(WikiContext, WikiDocument) - Constructor for class com.ecyrd.jspwiki.render.WysiwygEditingRenderer
Creates a WYSIWYG editing renderer.

X

XHtmlElementToWikiTranslator - Class in com.ecyrd.jspwiki.htmltowiki
Converting XHtml to Wiki Markup.
XHtmlElementToWikiTranslator(Element) - Constructor for class com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator
Create a new translator using the default config.
XHtmlElementToWikiTranslator(Element, XHtmlToWikiConfig) - Constructor for class com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator
Create a new translator using the specified config.
XHTMLRenderer - Class in com.ecyrd.jspwiki.render
Implements a WikiRendered that outputs XHTML.
XHTMLRenderer(WikiContext, WikiDocument) - Constructor for class com.ecyrd.jspwiki.render.XHTMLRenderer
Creates an XHTML 1.0 renderer.
XHtmlToWikiConfig - Class in com.ecyrd.jspwiki.htmltowiki
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like URLs.
XHtmlToWikiConfig() - Constructor for class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
Creates a new, empty config object.
XHtmlToWikiConfig(WikiContext) - Constructor for class com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
The constructor initializes the different internal fields according to the current URLConstructor.
XMLGroupDatabase - Class in com.ecyrd.jspwiki.auth.authorize
GroupDatabase implementation for loading, persisting and storing wiki groups, using an XML file for persistence.
XMLGroupDatabase() - Constructor for class com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
 
XMLRPC_PREFIX - Static variable in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
This is what is appended to each command, if the handler has not been specified.
XMLUserDatabase - Class in com.ecyrd.jspwiki.auth.user
Manages DefaultUserProfile objects using XML files for persistence.
XMLUserDatabase() - Constructor for class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
 

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