Outcome.STEP_ABORT
, and the Workflow's overall state to
Workflow.ABORTED
.LoginModule
that implements
base functionality.AbstractStep.execute()
and
AbstractStep.getActor()
.NodePostProcessorState
which further post processes access rules links.Decision.decide(Outcome)
with the value Outcome.DECISION_ACKNOWLEDGE
.WikiSecurityEvent.PROFILE_NAME_CHANGED
events.WikiSecurityEvent.PROFILE_NAME_CHANGED
events.WikiEngineEvent.SHUTDOWN
and, if detected, marks the thread for death.WorkflowEvent
objects emitted by Workflows.workflowManager
and Id
properties if not set.Workflow.getMessageArguments()
.true
if the administrative user had
been created previously.srcClassName
is a subclass of parentClassname
.true
or false
, depending on
whether a Permission is allowed for the Subject associated with
a supplied WikiSession.AuthorizationManager
.null
.Properties
by providing support for comment
preservation.Workflow.COMPLETED
and sets the current Step to null
.Workflow.WAITING
state and this Decision is its currently
active Step.Decision.decide(Outcome)
.Decision
is required.WebContainerAuthorizer
TasksManager
.Group
from the group database.Group
from the group database.Group
from the group database.GroupPermission( "*:*, "delete" )
.UserProfile
in the user database
that matches a profile having a given login name.UserProfile
in the user database
that matches a profile having a given login name.UserProfile
in the user database
that matches a profile having a given login name.LoginModule
, and returns a Set of
Principals that results from a successful login.Subject.doAsPrivileged(Subject, java.security.PrivilegedExceptionAction, java.security.AccessControlContext)
that executes an action with the privileges posssessed by a
WikiSession's Subject.GroupPermission( "*:*, "edit" )
.AuthenticationManager.doJAASLogin(Class, CallbackHandler, Map)
method.WikiPrincipal
s are considered equal if their
names are equal (case-sensitive).Outcome.STEP_COMPLETE
or
Outcome.STEP_ABORT
).Outcome.STEP_COMPLETE
or
Outcome.STEP_ABORT
).Outcome.STEP_COMPLETE
or
Outcome.STEP_ABORT
).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.Outcome.STEP_COMPLETE
or
Outcome.STEP_ABORT
).NodeAttributeProviderState
which sets the attributes for external links.NodePostProcessorState
which further post processes external links.UserProfile
in the user database
that whose login name, full name, or wiki name matches the supplied
string.UserProfile
in the user database
that whose login name, full name, or wiki name matches the supplied
string.UserProfile
in the user database
that matches a profile having a given e-mail address.UserProfile
in the user database
that matches a profile having a given e-mail address.UserProfile
in the user database
that matches a profile having a given e-mail address.NoSuchPrincipalException
.UserProfile
in the user database
that matches a profile having a given full name.UserProfile
in the user database
that matches a profile having a given full name.UserProfile
in the user database
that matches a profile having a given full name.NoSuchPrincipalException
.UserProfile
in the user database
that matches a profile having a given login name.UserProfile
in the user database
that matches a profile having a given login name.UserProfile
in the user database
that matches a profile having a given login name.NoSuchPrincipalException
.UserProfile
in the user database
that matches a profile having a given unique ID (uid).UserProfile
in the user database
that matches a profile having a given unique ID (uid).NoSuchPrincipalException
.UserProfile
in the user database
that matches a profile having a given wiki name.UserProfile
in the user database
that matches a profile having a given wiki name.UserProfile
in the user database
that matches a profile having a given wiki name.NoSuchPrincipalException
.WikiAjaxServlet
given the servletAlias that it was registered with.FormInfo.setAction(String)
.null
SystemPrincipal.SYSTEM_USER
.AdminBeanManager
.Authorizer
in use.Step.addSuccessor(Outcome, Step)
.Step.addSuccessor(Outcome, Step)
.Entry.setContent(String)
.PreferencesContent.jsp
.PreferencesContent.jsp
.Workflow.CREATED
, Workflow.RUNNING
,
Workflow.WAITING
, Workflow.COMPLETED
or Workflow.ABORTED
.null
if the workflow has not
started or already completed.AbstractFileProvider.addCustomProperties(WikiPage, Properties)
, validate them using AbstractFileProvider.validateCustomPageProperties(Properties)
and add them to default properties providedAbstractStep.getAvailableOutcomes()
.null
if
the Principal does not have a matching AclEntry.null
if
the Principal does not have a matching AclEntry.null
, if no such page can be found.GroupDatabase
in use.String
.UserProfile.setLockExpiry(Date)
and the lock is
still active.UserProfile.setLockExpiry(Date)
and the lock is
still active.Role
or
GroupPrincipal
.Workflow.getMessageArguments()
method.Workflow.getMessageArguments()
method.MessageFormat
to create localized messages.outcome.
- getMessageKey() - Method in interface org.apache.wiki.workflow.Step
-
Message key for human-friendly name of this Step, including any parameter
substitutions.
- getMessageKey() - Method in class org.apache.wiki.workflow.Workflow
-
Returns an i18n message key for the name of this workflow; for example,
workflow.saveWikiPage
.
- getMessages() - Method in class org.apache.wiki.WikiSession
-
Returns all generic messages associated with this session.
- getMessages(String) - Method in class org.apache.wiki.WikiSession
-
Returns all messages associated with a session topic.
- getMethodNames() - Method in class org.apache.wiki.management.SimpleMBean
-
This method must return a list of operations which
are to be exposed by the SimpleMBean.
- getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
- getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
-
This method must return a list of operations which
are to be exposed by the SimpleMBean.
- getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
-
- getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
-
- getMethodNames() - Method in class org.apache.wiki.ui.admin.beans.UserBean
-
- getMimeType(ServletContext, String) - Method in class org.apache.wiki.rss.Feed
-
A helper method for figuring out the MIME type for an enclosure.
- getMinVersion() - Method in class org.apache.wiki.modules.WikiModuleInfo
-
Returns the minimum version of JSPWiki that this module supports.
- getModifier() - Method in class org.apache.wiki.auth.authorize.Group
-
Returns the name of the user who last modified this group.
- getModuleInfo(String) - Method in interface org.apache.wiki.api.engine.FilterManager
-
Returns the
WikiModuleInfo
information about the provided filterName.
- getModuleInfo(String) - Method in interface org.apache.wiki.api.engine.PluginManager
-
Returns the
DefaultPluginManager.WikiPluginInfo
information about the provided pluginName.
- getModuleInfo(String) - Method in class org.apache.wiki.filters.DefaultFilterManager
-
Returns the
WikiModuleInfo
information about the provided moduleName.
- getModuleInfo(String) - Method in class org.apache.wiki.modules.ModuleManager
-
Returns the
WikiModuleInfo
information about the provided moduleName.
- getModuleInfo(String) - Method in class org.apache.wiki.pages.DefaultPageManager
-
Returns null!
- getModuleInfo(String) - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Returns the
WikiModuleInfo
information about the provided moduleName.
- getModuleInfo(String) - Method in class org.apache.wiki.ui.EditorManager
-
Returns the
WikiModuleInfo
information about the provided moduleName.
- getModuleInfo(String) - Method in class org.apache.wiki.ui.TemplateManager
-
Returns null!
- getModuleUrl() - Method in class org.apache.wiki.modules.WikiModuleInfo
-
The URL for this getting more information about this module.
- getModuleVersion() - Method in class org.apache.wiki.modules.WikiModuleInfo
-
The current version of the implemented module
- getName() - Method in class org.apache.wiki.auth.acl.UnresolvedPrincipal
-
Returns the name of the principal.
- getName() - Method in class org.apache.wiki.auth.authorize.Group
-
The name of the group.
- getName() - Method in class org.apache.wiki.auth.authorize.Role
-
Returns the name of the Principal.
- getName() - Method in class org.apache.wiki.auth.GroupPrincipal
-
Returns the name of the group principal.
- getName() - Method in class org.apache.wiki.auth.login.PrincipalWrapper
-
Returns the name of the wrapped principal.
- getName() - Method in class org.apache.wiki.auth.WikiPrincipal
-
Returns the wiki name of the Principal.
- getName() - Method in class org.apache.wiki.forms.FormInfo
-
Return the name of the form.
- getName() - Method in class org.apache.wiki.modules.WikiModuleInfo
-
Returns the common name for this particular module.
- getName() - Method in class org.apache.wiki.ui.AbstractCommand
-
- getName() - Method in interface org.apache.wiki.ui.Command
-
Returns the human-friendly name for this command.
- getName() - Method in class org.apache.wiki.ui.Editor
-
- getName() - Method in class org.apache.wiki.ui.GroupCommand
-
Returns the name of the command, which will either be
the target (if specified), or the "friendly name" for the JSP.
- getName() - Method in class org.apache.wiki.ui.PageCommand
-
- getName() - Method in class org.apache.wiki.ui.RedirectCommand
-
- getName() - Method in class org.apache.wiki.ui.WikiCommand
-
Always returns the "friendly" JSP name.
- getName() - Method in enum org.apache.wiki.util.XHTML
-
Returns the element type name (AKA generic identifier).
- getName() - Method in interface org.apache.wiki.Watchable
-
Returns a human-readable name of this Watchable.
- getName() - Method in class org.apache.wiki.WikiContext
-
Returns the target of this wiki context: a page, group name or JSP.
- getName() - Method in class org.apache.wiki.WikiPage
-
Returns the name of the page.
- getName() - Method in class org.apache.wiki.workflow.SystemPrincipal
- getNamedCharacterEntity(int) - Static method in enum org.apache.wiki.util.XHTML
-
Returns a String containing the named character entity corresponding to
the character number num for the range 160-255.
- getNewEntryPage(WikiEngine, String) - Method in class org.apache.wiki.plugin.WeblogEntryPlugin
-
Returns a new page name for entries.
- getNewPageName() - Method in class org.apache.wiki.event.WikiPageRenameEvent
-
Returns the new Wiki page name associated with this event.
- getNewProgressIdentifier() - Method in class org.apache.wiki.ui.progress.ProgressManager
-
You can use this to get an unique process identifier.
- getNewVersion() - Method in class org.apache.wiki.tags.DiffLinkTag
-
- getNextPathPart(String, String) - Static method in class org.apache.wiki.ajax.AjaxUtil
-
Given a requestUri path, find the next uri "fragment" after the "/lastPart/" one.
- getNodeRenderingHandlers() - Method in class org.apache.wiki.markdown.renderer.JSPWikiLinkRenderer
- getNumberedValues(Map<?, ?>, String) - Static method in class org.apache.wiki.util.FormUtil
-
Looks up all keys starting with a given prefix and returns
the values in an ArrayList.
- getOldPageName() - Method in class org.apache.wiki.event.WikiPageRenameEvent
-
Returns the old Wiki page name associated with this event.
- getOutcome() - Method in class org.apache.wiki.workflow.AbstractStep
-
Returns the Outcome of this Step's processing; by default,
Outcome.STEP_CONTINUE
.
- getOutcome() - Method in interface org.apache.wiki.workflow.Step
-
Returns the Outcome of this Step's processing; by default,
Outcome.STEP_CONTINUE
.
- getOutlink() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Gets the URL of the outlink image.
- getOwner() - Method in class org.apache.wiki.workflow.AbstractStep
-
Convenience method that returns the owner of the Workflow by delegating
to
Workflow.getOwner()
.
- getOwner() - Method in interface org.apache.wiki.workflow.Step
-
Convenience method that returns the owner of the Workflow by delegating
to
Workflow.getOwner()
.
- getOwner() - Method in class org.apache.wiki.workflow.Workflow
-
The owner Principal on whose behalf this Workflow is being executed; that
is, the user who created the workflow.
- getOwnerWorkflows(WikiSession) - Method in class org.apache.wiki.workflow.WorkflowManager
-
Returns the current workflows a wiki session owns.
- getPage() - Method in class org.apache.wiki.auth.permissions.PagePermission
-
Returns the name of the wiki page represented by this permission.
- getPage() - Method in class org.apache.wiki.pages.PageLock
-
Returns the name of the page which is locked.
- getPage() - Method in class org.apache.wiki.parser.WikiDocument
-
Return the WikiPage for whom this WikiDocument exists.
- getPage() - Method in class org.apache.wiki.rss.Entry
-
Returns the page set by
Entry.setPage(WikiPage)
.
- getPage() - Method in class org.apache.wiki.search.SearchMatcher.SearchResultImpl
-
Returns Wikipage for this result.
- getPage() - Method in interface org.apache.wiki.search.SearchResult
-
Return the page.
- getPage() - Method in class org.apache.wiki.tags.IncludeTag
-
- getPage() - Method in class org.apache.wiki.tags.InsertDiffTag
-
Gets the page name.
- getPage() - Method in class org.apache.wiki.tags.InsertPageTag
-
- getPage() - Method in class org.apache.wiki.tags.NoSuchPageTag
-
- getPage() - Method in class org.apache.wiki.tags.WikiLinkTag
-
- getPage() - Method in class org.apache.wiki.WikiContext
-
Returns the page that is being handled.
- getPage(String) - Method in class org.apache.wiki.WikiEngine
-
Finds the corresponding WikiPage object based on the page name.
- getPage(String, int) - Method in class org.apache.wiki.WikiEngine
-
Finds the corresponding WikiPage object base on the page name and version.
- getPage(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getPage(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getPageCount() - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Gets the number of pages.
- getPageCount() - Method in class org.apache.wiki.providers.CachingProvider
-
Gets the number of pages.
- getPageCount() - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Gets the number of pages.
- getPageCount() - Method in class org.apache.wiki.WikiEngine
-
Returns the number of pages in this Wiki
- getPageData() - Method in class org.apache.wiki.parser.WikiDocument
-
Returns the wikimarkup used to render this document.
- getPageHTML(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getPageHTML(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getPageHTMLVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getPageHTMLVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getPageInfo(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getPageInfo(String, int) - Method in interface org.apache.wiki.pages.PageManager
-
Finds a WikiPage object describing a particular page and version.
- getPageInfo(String, int) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Always returns the latest version, since FileSystemProvider
does not support versioning.
- getPageInfo(String, int) - Method in class org.apache.wiki.providers.CachingProvider
-
Returns info about the page.
- getPageInfo(String, int) - Method in class org.apache.wiki.providers.FileSystemProvider
-
Always returns the latest version, since FileSystemProvider
does not support versioning.
- getPageInfo(String, int) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
Always returns the latest version, since FileSystemProvider
does not support versioning.
- getPageInfo(String, int) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Returns info about the page.
- getPageInfo(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getPageInfo(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getPageInfoJsp() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Get the PageInfo.jsp URI.
- getPageInfoVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getPageInfoVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getPageManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the current PageManager which is responsible for storing
and managing WikiPages.
- getPageName() - Method in class org.apache.wiki.event.WikiPageEvent
-
Returns the Wiki page name associated with this event.
- getPageName() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Get the page name.
- getPageName() - Method in exception org.apache.wiki.providers.RepositoryModifiedException
-
Return the page name given in the constructor.
- getPagePermission(WikiPage, String) - Static method in class org.apache.wiki.auth.permissions.PermissionFactory
-
Get a permission object for a WikiPage and a set of actions.
- getPagePermission(String, String) - Static method in class org.apache.wiki.auth.permissions.PermissionFactory
-
Get a permission object for a WikiPage and a set of actions.
- getPageRenamer() - Method in class org.apache.wiki.WikiEngine
-
Returns the PageRenamer employed by this WikiEngine.
- getPages() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
Return the page count in the Wiki.
- getPagesDescription() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
- getPageSorter() - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getPageSorter() - Method in interface org.apache.wiki.pages.PageManager
-
Returns the configured
PageSorter
.
- getPageText(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getPageText(String, int) - Method in interface org.apache.wiki.pages.PageManager
-
Fetches the page text from the repository.
- getPageText(String, int) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
This implementation just returns the current version, as filesystem
does not provide versioning information for now.
- getPageText(String, int) - Method in class org.apache.wiki.providers.CachingProvider
-
Gets a specific version out of the repository.
- getPageText(String, int) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
This implementation just returns the current version, as filesystem
does not provide versioning information for now.
- getPageText(String, int) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Gets a specific version out of the repository.
- getPageVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getPageVersion(String, int) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getParameter(String) - Method in class org.apache.wiki.parser.PluginContent
-
Returns a parameter value from the parameter map.
- getParameters() - Method in class org.apache.wiki.parser.PluginContent
-
Returns the parameter map given in the constructor.
- getParentName() - Method in class org.apache.wiki.attachment.Attachment
-
Returns the name of the parent of this Attachment, i.e. the page
which contains this attachment.
- getParser(WikiContext, String) - Method in class org.apache.wiki.render.RenderingManager
-
Returns the wiki Parser
- getPassword() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Returns the user password for use with custom authentication.
- getPassword() - Method in interface org.apache.wiki.auth.user.UserProfile
-
Returns the user password for use with custom authentication.
- getPasswordAuthentication() - Method in class org.apache.wiki.util.MailUtil.SmtpAuthenticator
-
Returns the password used to authenticate to the SMTP server.
- getPermissions(WikiPage) - Method in interface org.apache.wiki.auth.acl.AclManager
-
Returns the access control list for the page.
- getPermissions(WikiPage) - Method in class org.apache.wiki.auth.acl.DefaultAclManager
-
Returns the access control list for the page.
- getPluginManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the current plugin manager.
- getPluginName() - Method in class org.apache.wiki.parser.PluginContent
-
Returns the name of the plugin invoked by the DOM element.
- getPluginPattern() - Method in interface org.apache.wiki.api.engine.PluginManager
-
Returns plugin insert pattern.
- getPluginPattern() - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Returns plugin insert pattern.
- getPluginSearchPath() - Method in interface org.apache.wiki.api.engine.PluginManager
-
Returns plugins' search path.
- getPluginSearchPath() - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Returns plugins' search path.
- getPosition() - Method in class org.apache.wiki.parser.MarkupParser
-
Return the current position in the reader stream.
- getPreference(WikiContext, String) - Static method in class org.apache.wiki.preferences.Preferences
-
Returns a preference value programmatically.
- getPreference(PageContext, String) - Static method in class org.apache.wiki.preferences.Preferences
-
Returns a preference value programmatically.
- getPreviousStep() - Method in class org.apache.wiki.workflow.Workflow
-
Convenience method that returns the predecessor of the current Step.
- getPrincipal() - Method in interface org.apache.wiki.auth.acl.AclEntry
-
Returns the principal for which permissions are granted by this
ACL entry.
- getPrincipal() - Method in class org.apache.wiki.auth.acl.AclEntryImpl
-
Returns the principal for which permissions are granted by this
ACL entry.
- getPrincipal() - Method in class org.apache.wiki.auth.authorize.Group
-
Returns the GroupPrincipal that represents this Group.
- getPrincipal() - Method in class org.apache.wiki.auth.login.PrincipalWrapper
-
Returns the wrapped Principal used to construct this instance.
- getPrincipal() - Method in class org.apache.wiki.event.WikiSecurityEvent
-
Returns the principal to whom the opeation applied, if supplied.
- getPrincipals(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
-
Looks up the Principals representing a user from the user database.
- getPrincipals(String) - Method in interface org.apache.wiki.auth.user.UserDatabase
-
Looks up the Principals representing a user from the user database.
- getPrincipals() - Method in class org.apache.wiki.WikiSession
-
Returns all user Principals associated with this session.
- getProgress() - Method in class org.apache.wiki.ui.progress.ProgressItem
-
Returns the progress in percents.
- getProgress(String) - Method in class org.apache.wiki.ui.progress.ProgressManager
-
Get the progress in percents.
- getProgress(String) - Method in class org.apache.wiki.ui.progress.ProgressManager.JSONTracker
-
Returns upload progress in percents so far.
- getProgressManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the progress manager we're using
- getPropertiesList() - Method in class org.apache.wiki.ui.Installer
-
Returns the properties as a "key=value" string separated by newlines
- getPropertiesPath() - Method in class org.apache.wiki.ui.Installer
-
- getProperty(String) - Method in class org.apache.wiki.ui.Installer
-
Returns a property from the WikiEngine's properties.
- getProvider() - Method in class org.apache.wiki.attachment.DynamicAttachment
-
Returns the provider which is used to generate this attachment.
- getProvider() - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getProvider() - Method in interface org.apache.wiki.pages.PageManager
-
Returns the page provider currently in use.
- getProviderDescription() - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getProviderDescription() - Method in interface org.apache.wiki.pages.PageManager
-
Returns a human-readable description of the current provider.
- getProviderInfo() - Method in class org.apache.wiki.diff.ContextualDiffProvider
-
- getProviderInfo() - Method in class org.apache.wiki.diff.DiffProvider.NullDiffProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in class org.apache.wiki.diff.ExternalDiffProvider
-
- getProviderInfo() - Method in class org.apache.wiki.diff.TraditionalDiffProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in class org.apache.wiki.providers.BasicAttachmentProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Gets the provider class name, and cache statistics (misscount and,hitcount of the attachment cache).
- getProviderInfo() - Method in class org.apache.wiki.providers.CachingProvider
-
Gets the provider class name, and cache statistics (misscount and hitcount of page cache and history cache).
- getProviderInfo() - Method in class org.apache.wiki.providers.VersioningFileProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in class org.apache.wiki.search.BasicSearchProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in class org.apache.wiki.search.LuceneSearchProvider
-
Return a valid HTML string for information.
- getProviderInfo() - Method in interface org.apache.wiki.WikiProvider
-
Return a valid HTML string for information.
- getPureText(String, int) - Method in class org.apache.wiki.WikiEngine
-
Returns the pure text of a page, no conversions.
- getPureText(WikiPage) - Method in class org.apache.wiki.WikiEngine
-
Returns the pure text of a page, no conversions.
- getRealPage() - Method in class org.apache.wiki.WikiContext
-
Gets a reference to the real page whose content is currently being rendered.
- getRealProvider() - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Returns the WikiAttachmentProvider that this caching provider delegates to.
- getRealProvider() - Method in class org.apache.wiki.providers.CachingProvider
-
Returns the actual used provider.
- getRecentChanges() - Method in class org.apache.wiki.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 org.apache.wiki.xmlrpc.AbstractRPCHandler
-
- getRecentChanges(Date) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- getRecentChanges(Date) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- getRecentPosts(String, String, String, int) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
-
Returns a list of the recent posts to this weblog.
- getRedirect() - Method in exception org.apache.wiki.api.exceptions.RedirectException
-
Get the URI for redirection.
- getRedirectURL() - Method in class org.apache.wiki.WikiContext
-
Figure out to which page we are really going to.
- getRedirectURL(WikiContext) - Method in class org.apache.wiki.WikiEngine
-
Figure out to which page we are really going to.
- getReference() - Method in class org.apache.wiki.parser.LinkParser.Link
-
Returns the link reference, or the link text if null.
- getReferenceManager() - Method in class org.apache.wiki.WikiEngine
-
Returns this object's ReferenceManager.
- getReferredBy() - Method in class org.apache.wiki.ReferenceManager
-
Returns the referred-by list.
- getRefersTo() - Method in class org.apache.wiki.ReferenceManager
-
Returns the refers-to list.
- getRemoteAddress(HttpServletRequest) - Static method in class org.apache.wiki.util.HttpUtil
-
returns the remote address by looking into
x-forwarded-for
header or, if unavailable,
into ServletRequest.getRemoteAddr()
.
- getRemoteUser() - Method in class org.apache.wiki.ui.WikiRequestWrapper
-
Returns the remote user for the HTTP request, taking into account both
container and JSPWiki custom authentication status.
- getRenderedDocument(WikiContext, String) - Method in class org.apache.wiki.render.RenderingManager
-
Returns a cached document, if one is found.
- getRenderer(WikiContext, WikiDocument) - Method in class org.apache.wiki.render.RenderingManager
-
Returns a WikiRenderer instance, initialized with the given
context and doc.
- getRenderingManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the current rendering manager for this wiki application.
- getRequest() - Method in class org.apache.wiki.auth.login.HttpRequestCallback
-
Returns the request object.
- getRequestContext() - Method in class org.apache.wiki.ui.AbstractCommand
-
- getRequestContext() - Method in interface org.apache.wiki.ui.Command
-
Returns the request context associated with this Command.
- getRequestContext() - Method in class org.apache.wiki.WikiContext
-
Returns the request context.
- getRequiredProperty(Properties, String) - Method in class org.apache.wiki.WikiEngine
-
Throws an exception if a property is not found.
- getResource() - Method in class org.apache.wiki.tags.RequestResourceTag
-
Returns the resource that is to be added.
- getResourceRequests(WikiContext, String) - Static method in class org.apache.wiki.ui.TemplateManager
-
Returns resource requests for a particular type.
- getResourceTypes(WikiContext) - Static method in class org.apache.wiki.ui.TemplateManager
-
Returns all those types that have been requested so far.
- getResult() - Method in class org.apache.wiki.forms.FormInfo
-
Return the result.
- getRoles() - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Returns an array of GroupPrincipals this GroupManager knows about.
- getRoles() - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Returns an array of role Principals this Authorizer knows about.
- getRoles(Document) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Protected method that extracts the roles from JSPWiki's web application
deployment descriptor.
- getRoles() - Method in interface org.apache.wiki.auth.Authorizer
-
Returns an array of role Principals this Authorizer knows about.
- getRoles() - Method in class org.apache.wiki.WikiSession
-
Returns an array of Principal objects that represents the groups and
roles that the user associated with a WikiSession possesses.
- getRootPath() - Method in class org.apache.wiki.WikiEngine
-
Returns the root path.
- getRootThrowable() - Method in exception org.apache.wiki.api.exceptions.PluginException
-
Return the original exception.
- getRPCVersionSupported() - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
Returns the current supported JSPWiki XML-RPC API.
- getRSSGenerator() - Method in class org.apache.wiki.WikiEngine
-
Returns the RSSGenerator.
- getSaltedPassword(byte[]) - Static method in class org.apache.wiki.util.CryptoUtil
-
Creates an RFC 2307-compliant salted, hashed password with the SHA1
MessageDigest algorithm.
- getSaltedPassword(byte[], byte[]) - Static method in class org.apache.wiki.util.CryptoUtil
-
Helper method that creates an RFC 2307-compliant salted, hashed password with the SHA1
MessageDigest algorithm.
- getScore() - Method in class org.apache.wiki.search.SearchMatcher.SearchResultImpl
-
Returns a score for this match.
- getScore() - Method in interface org.apache.wiki.search.SearchResult
-
Returns the score.
- getScriptLocation() - Method in class org.apache.wiki.modules.WikiModuleInfo
-
Return the location of the script for this module.
- getSearchEngine() - Method in class org.apache.wiki.search.SearchManager
-
Returns the SearchProvider used.
- getSearchManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the manager responsible for searching the Wiki.
- getSection(String, int) - Static method in class org.apache.wiki.util.TextUtil
-
Gets the given section (separated with "----") from the page text.
- getSenderEmailAddress(Session, Properties) - Static method in class org.apache.wiki.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 org.apache.wiki.tags.BreadcrumbsTag
-
Get the separator string.
- getServletContext() - Method in class org.apache.wiki.WikiEngine
-
Returns the ServletContext that this particular WikiEngine was
initialized with.
- getServletMapping() - Method in interface org.apache.wiki.ajax.WikiAjaxServlet
-
- getServletMapping() - Method in class org.apache.wiki.auth.UserManager.JSONUserModule
-
- getServletMapping() - Method in class org.apache.wiki.plugin.SampleAjaxPlugin
-
- getServletMapping() - Method in class org.apache.wiki.search.SearchManager.JSONSearch
-
- getServletMapping() - Method in class org.apache.wiki.ui.progress.ProgressManager.JSONTracker
-
- getServletName(String) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
-
Get the ServletName from the requestURI "/ajax/
", using AjaxUtil.getNextPathPart(java.lang.String, java.lang.String)
.
- getSiteName(WikiContext) - Static method in class org.apache.wiki.rss.Feed
-
Figure out a site name for a feed.
- getSize() - Method in class org.apache.wiki.WikiPage
-
Returns the size of the page.
- getSortOrder() - Method in class org.apache.wiki.util.comparators.HumanComparator
-
- getSpamHash(WikiPage, HttpServletRequest) - Static method in class org.apache.wiki.filters.SpamFilter
-
This method is used to calculate an unique code when submitting the page to detect edit conflicts.
- getSpecialPageReference(String) - Method in class org.apache.wiki.ui.CommandResolver
-
If the page is a special page, this method returns a direct URL to that
page; otherwise, it returns
null
.
- getSpecialPageReference(String) - Method in class org.apache.wiki.WikiEngine
-
If the page is a special page, then returns a direct URL
to that page.
- getSrc() - Method in class org.apache.wiki.event.WikiEvent
-
Convenience method that returns the typed object to which the event applied.
- getStandaloneMailSession(Properties) - Static method in class org.apache.wiki.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 org.apache.wiki.WikiEngine
-
Returns the moment when this engine was started.
- getStartTime() - Method in class org.apache.wiki.workflow.AbstractStep
-
The start time for this Step.
- getStartTime() - Method in interface org.apache.wiki.workflow.Step
-
The start time for this Step.
- getStartTime() - Method in class org.apache.wiki.workflow.Workflow
-
The start time for this Workflow, expressed as a system time number.
- getState() - Method in class org.apache.wiki.ui.progress.ProgressItem
-
Get the state of the ProgressItem.
- getStatus() - Method in class org.apache.wiki.forms.FormInfo
-
Return the status.
- getStatus() - Method in class org.apache.wiki.tags.UserCheckTag
-
Get the status as defined above.
- getStatus() - Method in class org.apache.wiki.WikiSession
-
Returns the status of the wiki session as a text string.
- getString() - Method in class org.apache.wiki.render.CleanTextRenderer
-
Renders and returns the end result.
- getString() - Method in class org.apache.wiki.render.CreoleRenderer
-
Renders and returns the end result.
- getString() - Method in class org.apache.wiki.render.markdown.MarkdownRenderer
-
Renders and returns the end result.
- getString() - Method in class org.apache.wiki.render.WikiRenderer
-
Renders and returns the end result.
- getString() - Method in class org.apache.wiki.render.WysiwygEditingRenderer
-
Renders and returns the end result.
- getString() - Method in class org.apache.wiki.render.XHTMLRenderer
-
Renders and returns the end result.
- getString() - Method in class org.apache.wiki.rss.AtomFeed
-
Returns the XML for the feed contents in a String format.
- getString() - Method in class org.apache.wiki.rss.Feed
-
Returns the XML for the feed contents in a String format.
- getString() - Method in class org.apache.wiki.rss.RSS10Feed
-
Returns the XML for the feed contents in a String format.
- getString() - Method in class org.apache.wiki.rss.RSS20Feed
-
Returns the XML for the feed contents in a String format.
- getStringProperty(Properties, String, String) - Static method in class org.apache.wiki.util.TextUtil
-
Fetches a String property from the set of Properties.
- getStylesheetLocation() - Method in class org.apache.wiki.modules.WikiModuleInfo
-
Returns the style sheet location for this module.
- getSubmission() - Method in class org.apache.wiki.forms.FormInfo
-
Returns parameter name-value pairs for a Form handler WikiPlugin.
- getSuccessor(Outcome) - Method in class org.apache.wiki.workflow.AbstractStep
-
Identifies the next Step for a particular Outcome; if there is no next
Step for this Outcome, this method returns
null
.
- getSuccessor(Outcome) - Method in interface org.apache.wiki.workflow.Step
-
Identifies the next Step for a particular Outcome; if there is no next
Step for this Outcome, this method returns
null
.
- getSuccessor() - Method in class org.apache.wiki.workflow.Task
-
Identifies the next Step after this Task finishes successfully.
- getSuggestions(String, int) - Method in class org.apache.wiki.search.SearchManager.JSONSearch
-
Provides a list of suggestions to use for a page name.
- getTarget() - Method in class org.apache.wiki.event.WikiSecurityEvent
-
Returns the object that was operated on, if supplied.
- getTarget() - Method in class org.apache.wiki.ui.AbstractCommand
-
- getTarget() - Method in interface org.apache.wiki.ui.Command
-
Returns the target associated with a Command, if it was created with one.
- getTarget() - Method in class org.apache.wiki.WikiContext
-
Returns the target associated with a Command, if it was created with one.
- getTasksManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the TasksManager employed by this WikiEngine.
- getTemplate() - Method in class org.apache.wiki.tags.WikiLinkTag
-
- getTemplate() - Method in class org.apache.wiki.WikiContext
-
Gets the template that is to be used throughout this request.
- getTemplateDir() - Method in class org.apache.wiki.WikiEngine
-
Returns the current template directory.
- getTemplateManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the current TemplateManager.
- getText() - Method in class org.apache.wiki.parser.LinkParser.Link
-
Returns the link text.
- getText() - Method in class org.apache.wiki.parser.PluginContent
-
The main invocation for the plugin.
- getText() - Method in class org.apache.wiki.parser.VariableContent
-
Returns exactly getValue().
- getText(String) - Method in class org.apache.wiki.WikiEngine
-
Returns the un-HTMLized text of the latest version of a page.
- getText(String, int) - Method in class org.apache.wiki.WikiEngine
-
Returns the un-HTMLized text of the given version of a page.
- getText(WikiContext, WikiPage) - Method in class org.apache.wiki.WikiEngine
-
Returns the un-HTMLized text of the given version of a page in
the given context.
- getTextResource(String) - Method in class org.apache.wiki.modules.WikiModuleInfo
-
Attempts to locate a resource from a JAR file and returns it as a string.
- getThrowingMethod(Throwable) - Static method in class org.apache.wiki.util.FileUtil
-
Returns the class and method name (+a line number) in which the
Throwable was thrown.
- getTimeLeft() - Method in class org.apache.wiki.pages.PageLock
-
Returns the amount of time left in minutes, rounded up to the nearest
minute (so you get a zero only at the last minute).
- getTitle() - Method in class org.apache.wiki.rss.Entry
-
Returns the title.
- getTitle() - Method in class org.apache.wiki.tags.RSSImageLinkTag
-
Returns the title.
- getTitle() - Method in interface org.apache.wiki.ui.admin.AdminBean
-
Return a human-readable title for this AdminBean.
- getTitle() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
- getTitle() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
-
Return a human-readable title for this AdminBean.
- getTitle() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
-
- getTitle() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
-
Return a human-readable title for this AdminBean.
- getTitle() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
-
- getTitle() - Method in class org.apache.wiki.ui.admin.beans.UserBean
-
- getTotalPageCount() - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getTotalPageCount() - Method in interface org.apache.wiki.pages.PageManager
-
Returns the total count of all pages in the repository.
- getType() - Method in class org.apache.wiki.auth.WikiPrincipal
-
Returns the Principal "type":
WikiPrincipal.LOGIN_NAME
, WikiPrincipal.FULL_NAME
,
WikiPrincipal.WIKI_NAME
or WikiPrincipal.WIKI_NAME
- getType() - Method in class org.apache.wiki.event.WikiEvent
-
Returns the type of this event.
- getType() - Method in class org.apache.wiki.tags.RequestResourceTag
-
Get the resource type.
- getType() - Method in interface org.apache.wiki.ui.admin.AdminBean
-
Returns a type (UNKNOWN, EDITOR, etc).
- getType() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
- getType() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
-
Returns a type (UNKNOWN, EDITOR, etc).
- getType() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
-
- getType() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
-
Returns a type (UNKNOWN, EDITOR, etc).
- getType() - Method in class org.apache.wiki.ui.admin.beans.SearchManagerBean
-
- getType() - Method in class org.apache.wiki.ui.admin.beans.UserBean
-
- getTypeDescription() - Method in class org.apache.wiki.event.WikiEngineEvent
-
Returns a human-readable description of the event type.
- getTypeDescription() - Method in class org.apache.wiki.event.WikiEvent
-
Returns a String (human-readable) description of an event type.
- getTypeDescription() - Method in class org.apache.wiki.event.WikiPageEvent
-
Returns a human-readable description of the event type.
- getTypeDescription() - Method in class org.apache.wiki.event.WikiPageRenameEvent
-
Returns a human-readable description of the event type.
- getTypeDescription() - Method in class org.apache.wiki.event.WikiSecurityEvent
-
Returns a human-readable description of the event type.
- getTypeFromString(String) - Method in interface org.apache.wiki.api.engine.AdminBeanManager
-
Returns the type identifier for a string type.
- getTypeFromString(String) - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
-
Returns the type identifier for a string type.
- getUid() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Returns the unique identifier for the user profile.
- getUid() - Method in interface org.apache.wiki.auth.user.UserProfile
-
Returns the unique identifier for the user profile.
- getURL() - Method in class org.apache.wiki.rss.Entry
-
Return the URL set by setURL().
- getURL(String, String) - Method in class org.apache.wiki.WikiContext
-
Creates an URL for the given request context.
- getURL(String, String, String) - Method in class org.apache.wiki.WikiContext
-
Returns an URL from a page.
- getURL(String, String, String, boolean) - Method in class org.apache.wiki.WikiEngine
-
Returns an URL if a WikiContext is not available.
- getURLConstructor() - Method in class org.apache.wiki.WikiEngine
-
- getURLPattern() - Method in class org.apache.wiki.ui.AbstractCommand
-
- getURLPattern() - Method in interface org.apache.wiki.ui.Command
-
Returns the URL pattern associated with this Command.
- getURLPattern(String, String) - Static method in class org.apache.wiki.url.DefaultURLConstructor
-
Returns the URL pattern for a supplied wiki request context.
- getURLPattern() - Method in class org.apache.wiki.WikiContext
-
Returns the URL pattern associated with this Command.
- getUserCookie(HttpServletRequest) - Static method in class org.apache.wiki.auth.login.CookieAssertionLoginModule
-
Returns the username cookie value.
- getUserDatabase() - Method in class org.apache.wiki.auth.login.UserDatabaseCallback
-
Returns the user database object.
- getUserDatabase() - Method in class org.apache.wiki.auth.UserManager
-
Returns the UserDatabase employed by this WikiEngine.
- getUserInfo(String) - Method in class org.apache.wiki.auth.UserManager.JSONUserModule
-
Directly returns the UserProfile object attached to an uid.
- getUserManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the UserManager employed by this WikiEngine.
- getUserPrincipal() - Method in class org.apache.wiki.ui.WikiRequestWrapper
-
Returns the user principal for the HTTP request, taking into account both
container and JSPWiki custom authentication status.
- getUserPrincipal() - Method in class org.apache.wiki.WikiSession
-
Returns the primary user Principal associated with this session.
- getUserProfile(WikiSession) - Method in class org.apache.wiki.auth.UserManager
-
Retrieves the
UserProfile
for the
user in a wiki session.
- getValue() - Method in class org.apache.wiki.parser.PluginContent
-
Returns the rendered plugin.
- getValue() - Method in class org.apache.wiki.parser.VariableContent
-
Evaluates the variable and returns the contents.
- getValue(WikiContext, String, String) - Method in class org.apache.wiki.VariableManager
-
Returns the value of a named variable.
- getValue(WikiContext, String) - Method in class org.apache.wiki.VariableManager
-
Returns a value of the named variable.
- getValue() - Method in class org.apache.wiki.workflow.Fact
-
Returns this Fact's value.
- getValues(Map<?, ?>, String) - Static method in class org.apache.wiki.util.FormUtil
-
Looks for a named value in the Map.
- getVar() - Method in class org.apache.wiki.tags.VariableTag
-
- getVariable(String) - Method in class org.apache.wiki.WikiContext
-
Gets a previously set variable.
- getVariable(WikiContext, String) - Method in class org.apache.wiki.WikiEngine
-
Shortcut to getVariableManager().getValue().
- getVariableInfo(TagData) - Method in class org.apache.wiki.tags.AdminBeanIteratorInfo
- getVariableInfo(TagData) - Method in class org.apache.wiki.tags.AttachmentsIteratorInfo
- getVariableInfo(TagData) - Method in class org.apache.wiki.tags.CheckLockInfo
- getVariableInfo(TagData) - Method in class org.apache.wiki.tags.EditorIteratorInfo
-
- getVariableInfo(TagData) - Method in class org.apache.wiki.tags.HistoryIteratorInfo
-
- getVariableInfo(TagData) - Method in class org.apache.wiki.tags.SearchResultIteratorInfo
-
- getVariableManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the current variable manager.
- getVersion() - Method in class org.apache.wiki.tags.DiffLinkTag
-
- getVersion() - Method in class org.apache.wiki.tags.LinkTag
-
- getVersion() - Method in class org.apache.wiki.tags.LinkToTag
-
- getVersion() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
- getVersion() - Method in class org.apache.wiki.WikiPage
-
Returns the version that this WikiPage instance represents.
- getVersionDescription() - Method in class org.apache.wiki.ui.admin.beans.CoreBean
-
- getVersionHistory(String) - Method in class org.apache.wiki.attachment.AttachmentManager
-
Returns a list of versions of the attachment.
- getVersionHistory(String) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- getVersionHistory(String) - Method in interface org.apache.wiki.pages.PageManager
-
Gets a version history of page.
- getVersionHistory(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
The FileSystemProvider provides only one version.
- getVersionHistory(Attachment) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
-
Returns version history.
- getVersionHistory(Attachment) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Returns version history.
- getVersionHistory(String) - Method in class org.apache.wiki.providers.CachingProvider
-
Returns version history.
- getVersionHistory(String) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
The FileSystemProvider provides only one version.
- getVersionHistory(Attachment) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
-
Returns version history.
- getVersionHistory(String) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Returns version history.
- getVersionHistory(String) - Method in class org.apache.wiki.WikiEngine
-
Returns a Collection of WikiPages containing the version history of a page.
- getVersionString() - Static method in class org.apache.wiki.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 org.apache.wiki.WikiContext
-
A shortcut to generate a VIEW url.
- getViewURL(String) - Method in class org.apache.wiki.WikiEngine
-
Returns the basic absolute URL to a page, without any modifications.
- getWebXml() - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Returns an
Document
representing JSPWiki's web
application deployment descriptor.
- getWhen() - Method in class org.apache.wiki.event.WikiEvent
-
Returns the timestamp of when this WikiEvent occurred.
- getWiki() - Method in class org.apache.wiki.auth.authorize.Group
-
Returns the wiki name.
- getWiki() - Method in class org.apache.wiki.auth.permissions.AllPermission
-
Returns the name of the wiki containing the page represented by this
permission; may return the wildcard string.
- getWiki() - Method in class org.apache.wiki.auth.permissions.GroupPermission
-
Returns the name of the wiki containing the group represented by this
permission; may return the wildcard string.
- getWiki() - Method in class org.apache.wiki.auth.permissions.PagePermission
-
Returns the name of the wiki containing the page represented by
this permission; may return the wildcard string.
- getWiki() - Method in class org.apache.wiki.auth.permissions.WikiPermission
-
Returns the name of the wiki containing the page represented by this
permission; may return the wildcard string.
- getWiki() - Method in class org.apache.wiki.WikiPage
-
Returns the wiki name for this page
- getWikiContext(ServletRequest) - Method in class org.apache.wiki.ui.WikiServletFilter
-
Figures out the wiki context from the request.
- getWikiEventListeners(Object) - Static method in class org.apache.wiki.event.WikiEventManager
-
Return the Set containing the WikiEventListeners attached to the
delegate for the supplied client.
- getWikiJspPage() - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Get the URI to the Wiki.jsp view.
- getWikiLink() - Method in class org.apache.wiki.markdown.nodes.JSPWikiLink
-
getter.
- getWikiName() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Returns the user's wiki name.
- getWikiName() - Method in interface org.apache.wiki.auth.user.UserProfile
-
Returns the user's wiki name, based on the full name with all
whitespace removed.
- getWikiNames() - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
-
Returns all WikiNames that are stored in the UserDatabase as an array of
WikiPrincipal objects.
- getWikiNames() - Method in interface org.apache.wiki.auth.user.UserDatabase
-
Returns all WikiNames that are stored in the UserDatabase
as an array of Principal objects.
- getWikiNames() - Method in class org.apache.wiki.auth.user.XMLUserDatabase
-
Returns all WikiNames that are stored in the UserDatabase
as an array of WikiPrincipal objects.
- getWikiNames() - Method in class org.apache.wiki.auth.UserManager.DummyUserDatabase
-
No-op.
- getWikiProperties() - Method in class org.apache.wiki.WikiEngine
-
Returns the set of properties that the WikiEngine was initialized
with.
- getWikiSession() - Method in class org.apache.wiki.WikiContext
-
Returns the WikiSession associated with the context.
- getWikiSession(WikiEngine, HttpServletRequest) - Static method in class org.apache.wiki.WikiSession
-
Static factory method that returns the WikiSession object associated with
the current HTTP request.
- getWikiString() - Method in class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator
-
FIXME: I have no idea what this does...
- getWorkDir() - Method in class org.apache.wiki.WikiEngine
-
Returns the JSPWiki working directory set with "jspwiki.workDir".
- getWorkflow() - Method in class org.apache.wiki.workflow.AbstractStep
-
Gets the Workflow that is the parent of this Step.
- getWorkflow() - Method in interface org.apache.wiki.workflow.Step
-
Gets the Workflow that is the parent of this Step.
- getWorkflowManager() - Method in class org.apache.wiki.WikiEngine
-
Returns the
WorkflowManager
associated with this
WikiEngine.
- getWorkflowManager() - Method in class org.apache.wiki.workflow.Workflow
-
Returns the WorkflowManager that contains this Workflow.
- getWorkflows() - Method in class org.apache.wiki.workflow.WorkflowManager
-
Returns a collection of the currently active workflows.
- getWysiwygRenderer(WikiContext, WikiDocument) - Method in class org.apache.wiki.render.RenderingManager
-
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given
context and doc.
- Group - Class in org.apache.wiki.auth.authorize
-
Groups are a specialized type of ad-hoc role used by the wiki system.
- Group(String, String) - Constructor for class org.apache.wiki.auth.authorize.Group
-
Protected constructor to prevent direct instantiation except by other
package members.
- GROUP_ADD - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a new wiki group is added.
- GROUP_CLEAR_GROUPS - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When all wiki groups are removed from GroupDatabase.
- GROUP_REMOVE - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a wiki group is deleted.
- GroupCommand - Class in org.apache.wiki.ui
-
Defines Commands for viewing, editing and deleting wiki groups.
- GroupDatabase - Interface in org.apache.wiki.auth.authorize
-
Defines an interface for loading, persisting and storing wiki groups.
- GroupManager - Class in org.apache.wiki.auth.authorize
-
Facade class for storing, retrieving and managing wiki groups on behalf of
AuthorizationManager, JSPs and other presentation-layer classes.
- GroupManager() - Constructor for class org.apache.wiki.auth.authorize.GroupManager
-
- GroupPermission - Class in org.apache.wiki.auth.permissions
-
Permission to perform an operation on a group in a given wiki.
- GroupPermission() - Constructor for class org.apache.wiki.auth.permissions.GroupPermission
-
For serialization purposes
- GroupPermission(String, String) - Constructor for class org.apache.wiki.auth.permissions.GroupPermission
-
Creates a new GroupPermission for a specified group and set of actions.
- GroupPrincipal - Class in org.apache.wiki.auth
-
Immutable Principal that represents a Group.
- GroupPrincipal(String) - Constructor for class org.apache.wiki.auth.GroupPrincipal
-
Constructs a new GroupPrincipal object with a supplied name.
- groups() - Method in interface org.apache.wiki.auth.authorize.GroupDatabase
-
Returns all wiki groups that are stored in the GroupDatabase as an array
of Group objects.
- groups() - Method in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
Returns all wiki groups that are stored in the GroupDatabase as an array
of Group objects.
- groups() - Method in class org.apache.wiki.auth.authorize.XMLGroupDatabase
-
Returns all wiki groups that are stored in the GroupDatabase as an array
of Group objects.
- Groups - Class in org.apache.wiki.plugin
-
Prints the groups managed by this wiki, separated by commas.
- Groups() - Constructor for class org.apache.wiki.plugin.Groups
-
- guessValidURI(String) - Static method in class org.apache.wiki.util.HttpUtil
-
Attempts to form a valid URI based on the string given.
- GUEST - Static variable in class org.apache.wiki.auth.WikiPrincipal
-
Represents an anonymous user.
- guestSession(WikiEngine) - Static method in class org.apache.wiki.WikiSession
-
Static factory method that creates a new "guest" session containing a single
user Principal
WikiPrincipal.GUEST
,
plus the role principals Role.ALL
and
Role.ANONYMOUS
.
H
- HaddockPage - Interface in org.apache.wiki.pages.haddock
-
- handle(Callback[]) - Method in class org.apache.wiki.auth.login.WebContainerCallbackHandler
-
- handle(Callback[]) - Method in class org.apache.wiki.auth.login.WikiCallbackHandler
-
- handlePost(WikiContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.wiki.ui.admin.WikiFormAdminBean
-
- handleResponse(WikiContext, Map<?, ?>) - Method in class org.apache.wiki.ui.admin.WikiFormAdminBean
-
- HANDLERPARAM_PREFIX - Static variable in class org.apache.wiki.forms.FormElement
-
In order to make the form-to-handler parameter transfer easier,
we prefix all user-specified FORM element names with HANDLERPARAM_PREFIX
the HTML output.
- hasAccess(WikiContext, HttpServletResponse) - Method in class org.apache.wiki.auth.AuthorizationManager
-
Checks whether the current user has access to the wiki context,
by obtaining the required Permission (
WikiContext.requiredPermission()
)
and delegating the access check to AuthorizationManager.checkPermission(WikiSession, Permission)
.
- hasAccess(WikiContext, HttpServletResponse, boolean) - Method in class org.apache.wiki.auth.AuthorizationManager
-
Checks whether the current user has access to the wiki context (and
optionally redirects if not), by obtaining the required Permission (
WikiContext.requiredPermission()
)
and delegating the access check to AuthorizationManager.checkPermission(WikiSession, Permission)
.
- hasAdminPermissions() - Method in class org.apache.wiki.WikiContext
-
Returns true, if the current user has administrative permissions (i.e. the omnipotent
AllPermission).
- hasAttachments(WikiPage) - Method in class org.apache.wiki.attachment.AttachmentManager
-
Returns true, if the page has any attachments at all.
- HasAttachmentsTag - Class in org.apache.wiki.tags
-
Includes body if page has attachments.
- HasAttachmentsTag() - Constructor for class org.apache.wiki.tags.HasAttachmentsTag
-
- hashCode() - Method in class org.apache.wiki.auth.acl.UnresolvedPrincipal
-
The hashCode of this object is equal to the hash code of its name.
- hashCode() - Method in class org.apache.wiki.auth.authorize.Group
-
The hashcode is calculated as a XOR sum over all members of
the Group.
- hashCode() - Method in class org.apache.wiki.auth.authorize.Role
-
Returns a unique hashcode for the Role.
- hashCode() - Method in class org.apache.wiki.auth.GroupPrincipal
-
Returns the hashcode for this object.
- hashCode() - Method in class org.apache.wiki.auth.login.PrincipalWrapper
-
The hashcode is based on the hashcode of the wrapped principal.
- hashCode() - Method in class org.apache.wiki.auth.permissions.AllPermission
-
Returns the hash code for this WikiPermission.
- hashCode() - Method in class org.apache.wiki.auth.permissions.GroupPermission
-
Returns the hash code for this GroupPermission.
- hashCode() - Method in class org.apache.wiki.auth.permissions.PagePermission
-
Returns the hash code for this PagePermission.
- hashCode() - Method in class org.apache.wiki.auth.permissions.WikiPermission
-
Returns the hash code for this WikiPermission.
- hashCode() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
- hashCode() - Method in class org.apache.wiki.auth.WikiPrincipal
-
The hashCode() returned for the WikiPrincipal is the same as
for its name.
- hashCode() - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- hashCode() - Method in class org.apache.wiki.modules.WikiModuleInfo
- hashCode() - Method in class org.apache.wiki.WikiPage
- hashCode() - Method in class org.apache.wiki.workflow.Fact
- hashCode() - Method in class org.apache.wiki.workflow.Outcome
-
The hashcode of an Outcome is identical to the hashcode of its message
key, multiplied by 2 if it is a "completion" Outcome.
- HASHLINK - Static variable in class org.apache.wiki.parser.MarkupParser
-
- hasMetadata() - Method in class org.apache.wiki.WikiPage
-
Returns
true
if the page has valid metadata; that is, it has been parsed.
- hasPrincipal(Principal) - Method in class org.apache.wiki.WikiSession
-
Returns
true
if the WikiSession's Subject
possess a supplied Principal.
- hasRef() - Method in class org.apache.wiki.markdown.nodes.JSPWikiLink
-
getter.
- hasReference() - Method in class org.apache.wiki.parser.LinkParser.Link
-
Returns true, if there is a reference.
- hasRoleOrPrincipal(WikiSession, Principal) - Method in class org.apache.wiki.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 org.apache.wiki.parser
-
This class is used to store the headings in a manner which
allow the building of a Table Of Contents.
- Heading() - Constructor for class org.apache.wiki.parser.Heading
-
- heading() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
-
html blob describing the values of each
WikiModuleInfo
inspected.
- heading() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
-
html blob describing the values of each
WikiModuleInfo
inspected.
- heading() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
-
html blob describing the values of each
WikiModuleInfo
inspected.
- HEADING_LARGE - Static variable in class org.apache.wiki.parser.Heading
-
Defines a large heading.
- HEADING_MEDIUM - Static variable in class org.apache.wiki.parser.Heading
-
Defines a medium-size heading.
- HEADING_SMALL - Static variable in class org.apache.wiki.parser.Heading
-
Defines a small heading.
- headingAdded(WikiContext, Heading) - Method in interface org.apache.wiki.parser.HeadingListener
-
Is called whenever a heading is encountered in the stream.
- headingAdded(WikiContext, Heading) - Method in class org.apache.wiki.plugin.TableOfContents
-
Is called whenever a heading is encountered in the stream.
- HeadingListener - Interface in org.apache.wiki.parser
-
Provides a listener interface for headings.
- hexToBin(char) - Static method in class org.apache.wiki.util.ByteUtils
-
Converts a single hex character into its integer equivalent.
- hide() - Method in class org.apache.wiki.forms.FormInfo
-
Returns true, if the form is supposed to be hidden.
- HIDE_SUCCESS - Static variable in class org.apache.wiki.forms.FormElement
-
Show values.
- HISTORYCACHE_NAME - Static variable in class org.apache.wiki.providers.CachingProvider
-
Name of the page history cache.
- HistoryIteratorInfo - Class in org.apache.wiki.tags
-
Just provides the TEI data for HistoryIteratorTag.
- HistoryIteratorInfo() - Constructor for class org.apache.wiki.tags.HistoryIteratorInfo
-
- HistoryIteratorTag - Class in org.apache.wiki.tags
-
Iterates through tags.
- HistoryIteratorTag() - Constructor for class org.apache.wiki.tags.HistoryIteratorTag
-
- hoverLoginArea() - Method in class org.apache.wiki.pages.haddock.ReadWikiPage
-
- hoverMoreArea() - Method in class org.apache.wiki.pages.haddock.ReadWikiPage
-
- HTML - Static variable in class org.apache.wiki.tags.InsertPageTag
-
- HtmlStringToWikiTranslator - Class in org.apache.wiki.htmltowiki
-
Converting Html to Wiki Markup with NekoHtml for converting html to xhtml and
Xhtml2WikiTranslator for converting xhtml to Wiki Markup.
- HtmlStringToWikiTranslator() - Constructor for class org.apache.wiki.htmltowiki.HtmlStringToWikiTranslator
-
Create a new translator.
- HttpRequestCallback - Class in org.apache.wiki.auth.login
-
Callback for requesting and supplying a HttpServletRequest required by a
LoginModule.
- HttpRequestCallback() - Constructor for class org.apache.wiki.auth.login.HttpRequestCallback
-
- HttpUtil - Class in org.apache.wiki.util
-
Contains useful utilities for some common HTTP tasks.
- HumanComparator - Class in org.apache.wiki.util.comparators
-
A comparator that sorts Strings using "human" ordering, including decimal
ordering.
- HumanComparator() - Constructor for class org.apache.wiki.util.comparators.HumanComparator
-
Default constructor which does nothing.
- HumanComparator(HumanComparator.CharType[]) - Constructor for class org.apache.wiki.util.comparators.HumanComparator
-
Constructor specifying all the character type order.
- HumanComparator.CharType - Enum in org.apache.wiki.util.comparators
-
I
- I18NDEFAULT_LOCALE - Static variable in class org.apache.wiki.ui.TemplateManager
-
I18N string to mark the default locale
- I18NRESOURCE_EN - Static variable in class org.apache.wiki.ui.TemplateManager
-
The default (en) RESOURCE name and id.
- I18NRESOURCE_EN_ID - Static variable in class org.apache.wiki.ui.TemplateManager
-
- I18NRESOURCE_PREFIX - Static variable in class org.apache.wiki.ui.TemplateManager
-
Location of I18N Resource bundles, and path prefix and suffixes
- I18NRESOURCE_SUFFIX - Static variable in class org.apache.wiki.ui.TemplateManager
-
- I18NSERVER_TIMEZONE - Static variable in class org.apache.wiki.ui.TemplateManager
-
I18N string to mark the server timezone
- ID - Static variable in class org.apache.wiki.ui.InputValidator
-
- ID_NOT_SET - Static variable in class org.apache.wiki.workflow.Workflow
-
ID value: the workflow ID has not been set.
- ID_PATTERN - Static variable in class org.apache.wiki.ui.InputValidator
-
Used when checking against IDs such as a full name when saving groups.
- ifInclude(WikiContext, Map<String, String>) - Static method in class org.apache.wiki.plugin.IfPlugin
-
Returns a boolean result based on processing the WikiContext and
parameter Map as according to the rules stated in the IfPlugin
documentation.
- IfNoSearchResultsTag - Class in org.apache.wiki.tags
-
If there have been no search results, then outputs the body text.
- IfNoSearchResultsTag() - Constructor for class org.apache.wiki.tags.IfNoSearchResultsTag
-
- IfPlugin - Class in org.apache.wiki.plugin
-
The IfPlugin allows parts of a WikiPage to be executed conditionally, and is intended as a flexible way
of customizing a page depending on certain conditions.
- IfPlugin() - Constructor for class org.apache.wiki.plugin.IfPlugin
-
- IGNORE - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
The token is to be ignored.
- IMAGE - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- Image - Class in org.apache.wiki.plugin
-
Provides an image plugin for better control than is possible with a simple image inclusion.
- Image() - Constructor for class org.apache.wiki.plugin.Image
-
- IMAGELINK - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- ImageLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for image links.
- ImageLinkAttributeProviderState(WikiContext, String, boolean) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.ImageLinkAttributeProviderState
-
- ImageLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes image links.
- ImageLinkNodePostProcessorState(WikiContext, String, boolean) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ImageLinkNodePostProcessorState
-
- IMAGEWIKILINK - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- img(String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Return an XHTML img element with an required 'src' attribute
and optional 'alt' alternative text value.
- impliedMask(int) - Static method in class org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.auth.permissions.WikiPermission
-
Creates an "implied mask" based on the actions originally assigned: for
example,
createGroups
implies createPages
.
- implies(Permission) - Method in class org.apache.wiki.auth.permissions.AllPermission
-
WikiPermission can only imply other WikiPermissions; no other permission
types are implied.
- implies(Permission) - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
-
Iterates through the AllPermission objects stored by this
AllPermissionCollection and determines if any of them imply a supplied
Permission.
- implies(Permission) - Method in class org.apache.wiki.auth.permissions.GroupPermission
-
GroupPermissions can only imply other GroupPermissions; no other
permission types are implied.
- implies(Permission) - Method in class org.apache.wiki.auth.permissions.PagePermission
-
PagePermission can only imply other PagePermissions; no other permission
types are implied.
- implies(Permission) - Method in class org.apache.wiki.auth.permissions.WikiPermission
-
WikiPermission can only imply other WikiPermissions; no other permission
types are implied.
- impliesMember(Permission) - Method in class org.apache.wiki.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 org.apache.wiki.tags
-
This tag is used to include any programmatic includes into the
output stream.
- IncludeResourcesTag() - Constructor for class org.apache.wiki.tags.IncludeResourcesTag
-
- IncludeTag - Class in org.apache.wiki.tags
-
Includes an another JSP page, making sure that we actually pass
the WikiContext correctly.
- IncludeTag() - Constructor for class org.apache.wiki.tags.IncludeTag
-
- IndexPlugin - Class in org.apache.wiki.plugin
-
A WikiPlugin that creates an index of pages according to a certain pattern.
- IndexPlugin() - Constructor for class org.apache.wiki.plugin.IndexPlugin
-
- INFO - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message prefix for information messages.
- INFO - Static variable in class org.apache.wiki.ui.PageCommand
-
- INFO - Static variable in class org.apache.wiki.WikiContext
-
User is viewing page history.
- INFO_DB - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for user database information messages.
- INFO_GROUPS - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for group database information messages.
- INFO_JAAS - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for JAAS information messages.
- INFO_POLICY - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for policy information messages.
- INFO_ROLES - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for role-checking information messages.
- init(ServletConfig) - Method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
-
This sets the AjaxPath to "/ajax/" as configured in "jspwiki.ajax.url.prefix".
- init(ServletConfig) - Method in class org.apache.wiki.attachment.AttachmentServlet
-
Initializes the servlet from WikiEngine properties.
- init(ServletConfig) - Method in class org.apache.wiki.rpc.atom.AtomAPIServlet
- init(FilterConfig) - Method in class org.apache.wiki.ui.WikiJSPFilter
-
Initializes the WikiServletFilter.
- init(FilterConfig) - Method in class org.apache.wiki.ui.WikiServletFilter
-
Initializes the WikiServletFilter.
- init(ServletConfig) - Method in class org.apache.wiki.WikiServlet
- init(ServletConfig) - Method in class org.apache.wiki.xmlrpc.RPCServlet
-
Initializes the servlet.
- initHandler(String, String) - Method in class org.apache.wiki.xmlrpc.RPCServlet
-
- InitializablePlugin - Interface in org.apache.wiki.api.plugin
-
If a plugin defines this interface, it is called exactly once
prior to the actual execute() routine.
- initialize() - Method in interface org.apache.wiki.api.engine.AdminBeanManager
-
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.api.filters.BasicPageFilter
-
If you override this, you should call super.initialize() first.
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.api.filters.PageFilter
-
Is called whenever the a new PageFilter is instantiated and
reset.
- initialize(WikiEngine) - Method in interface org.apache.wiki.api.plugin.InitializablePlugin
-
Called whenever the plugin is being instantiated for
the first time.
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.auth.acl.AclManager
-
Initializes the AclManager with a supplied wiki engine and properties.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.acl.DefaultAclManager
-
Initializes the AclManager with a supplied wiki engine and properties.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.AuthenticationManager
-
Creates an AuthenticationManager instance for the given WikiEngine and
the specified set of properties.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.AuthorizationManager
-
Initializes AuthorizationManager with an engine and set of properties.
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.auth.authorize.GroupDatabase
-
Initializes the group database based on values from a Properties object.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.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 org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
Initializes the group database based on values from a Properties object.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Initializes the authorizer for.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.authorize.XMLGroupDatabase
-
Initializes the group database based on values from a Properties object.
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.auth.Authorizer
-
Initializes the authorizer.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.wiki.auth.login.AbstractLoginModule
-
Initializes the LoginModule with a given
Subject
,
callback handler, options and shared state.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
-
Initializes the user database based on values from a Properties object.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.auth.user.UserDatabase
-
Initializes the user database based on values from a Properties object.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
-
Initializes the user database based on values from a Properties object.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.UserManager.DummyUserDatabase
-
No-op.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.auth.UserManager
-
Initializes the engine for its nefarious purposes.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.diff.ContextualDiffProvider
-
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.diff.DiffProvider.NullDiffProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.diff.ExternalDiffProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.diff.TraditionalDiffProvider
-
Initializes the page provider.
- initialize(Properties) - Method in class org.apache.wiki.event.PageEventFilter
-
Called whenever a new PageFilter is instantiated and reset.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.filters.CreoleFilter
-
If you override this, you should call super.initialize() first.
- initialize(Properties) - Method in class org.apache.wiki.filters.DefaultFilterManager
-
Initializes the filters from an XML file.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.filters.PingWeblogsComFilter
-
If you override this, you should call super.initialize() first.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.filters.SpamFilter
-
If you override this, you should call super.initialize() first.
- initialize(Properties) - Method in class org.apache.wiki.pages.PageSorter
-
Called by WikiEngine to initialise this instance.
- initialize(WikiContext, Map<String, String>) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- initialize(WikiEngine) - Method in class org.apache.wiki.plugin.PageViewPlugin
-
Initialize the PageViewPlugin and its singleton.
- initialize(WikiEngine) - Method in class org.apache.wiki.plugin.PageViewPlugin.PageViewManager
-
Initialize the page view manager.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.providers.CachingProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
Initializes the page provider.
- initialize(Collection<WikiPage>) - Method in class org.apache.wiki.ReferenceManager
-
Initializes the entire reference manager with the initial set of pages
from the collection.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.render.RenderingManager
-
Initializes the RenderingManager.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.search.BasicSearchProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.search.LuceneSearchProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.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 org.apache.wiki.ui.admin.AdminBean
-
- initialize(WikiEngine) - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
-
- initialize() - Method in class org.apache.wiki.ui.admin.DefaultAdminBeanManager
-
- initialize(WikiEngine) - Method in class org.apache.wiki.ui.admin.SimpleAdminBean
-
Initialize the AdminBean by setting up a WikiEngine instance internally.
- initialize(Properties) - Method in class org.apache.wiki.ui.EditorManager
-
Initializes the EditorManager.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.url.DefaultURLConstructor
-
Initializes.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.url.ShortURLConstructor
-
Initializes.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.url.ShortViewURLConstructor
-
Initializes.
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.url.URLConstructor
-
Initializes.
- initialize(WikiEngine, Properties) - Method in interface org.apache.wiki.WikiProvider
-
Initializes the page provider.
- initialize(WikiEngine, Properties) - Method in class org.apache.wiki.workflow.WorkflowManager
-
Initializes the WorkflowManager using a specfied WikiEngine and
properties.
- initialize(WikiContext) - Method in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
- initialize(WikiContext) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
- initialize(WikiContext) - Method in class org.apache.wiki.xmlrpc.RPCHandler
- initialize(WikiContext) - Method in interface org.apache.wiki.xmlrpc.WikiRPCHandler
-
- INITIALIZED - Static variable in class org.apache.wiki.event.WikiEngineEvent
-
Indicates a WikiEngine initialized event, fired after the
wiki service is fully available.
- initializeFromXML(Element) - Method in class org.apache.wiki.modules.WikiModuleInfo
-
Initializes the ModuleInfo from some standard XML elements
which are under the given element.
- initializeFromXML(Element) - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
-
Initializes the ModuleInfo from some standard XML elements
which are under the given element.
- initializePlugin(DefaultPluginManager.WikiPluginInfo, WikiEngine, List<String>, List<String>) - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
-
Initializes a plugin, if it has not yet been initialized.
- INITIALIZING - Static variable in class org.apache.wiki.event.WikiEngineEvent
-
Indicates a WikiEngine initialization event, fired as the
wiki service is being initialized (in progress).
- initInlineImagePatterns() - Method in class org.apache.wiki.parser.MarkupParser
-
- initReferenceManager() - Method in class org.apache.wiki.WikiEngine
-
Initializes the reference manager.
- initTag() - Method in class org.apache.wiki.tags.BreadcrumbsTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.CalendarTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.CheckLockTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.CheckRequestContextTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.CheckVersionTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.DiffLinkTag
-
- initTag() - Method in class org.apache.wiki.tags.EditLinkTag
-
- initTag() - Method in class org.apache.wiki.tags.IncludeResourcesTag
-
- initTag() - Method in class org.apache.wiki.tags.IncludeTag
-
- initTag() - Method in class org.apache.wiki.tags.InsertDiffTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.InsertPageTag
-
- initTag() - Method in class org.apache.wiki.tags.LinkTag
-
- initTag() - Method in class org.apache.wiki.tags.LinkToTag
-
- initTag() - Method in class org.apache.wiki.tags.MessagesTag
-
- initTag() - Method in class org.apache.wiki.tags.NoSuchPageTag
-
- initTag() - Method in class org.apache.wiki.tags.PageDateTag
-
- initTag() - Method in class org.apache.wiki.tags.PageTypeTag
-
- initTag() - Method in class org.apache.wiki.tags.PermissionTag
-
Initializes the tag.
- initTag() - Method in class org.apache.wiki.tags.RequestResourceTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.RSSImageLinkTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.SetPaginationTag
-
- initTag() - Method in class org.apache.wiki.tags.UserCheckTag
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- initTag() - Method in class org.apache.wiki.tags.UserProfileTag
-
- initTag() - Method in class org.apache.wiki.tags.VariableTag
-
- initTag() - Method in class org.apache.wiki.tags.WikiLinkTag
-
- initTag() - Method in class org.apache.wiki.tags.WikiTagBase
-
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
- injectGroupPrincipals() - Method in class org.apache.wiki.WikiSession
-
Injects GroupPrincipal objects into the user's Principal set based on the
groups the user belongs to.
- injectUserProfilePrincipals() - Method in class org.apache.wiki.WikiSession
-
Adds Principal objects to the Subject that correspond to the
logged-in user's profile attributes for the wiki name, full name
and login name.
- input(String, String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Return an XHTML form input element with optional 'type', 'name' and 'value' attributes.
- InputValidator - Class in org.apache.wiki.ui
-
Provides basic validation services for HTTP parameters.
- InputValidator(String, WikiContext) - Constructor for class org.apache.wiki.ui.InputValidator
-
Constructs a new input validator for a specific form and wiki session.
- InsertDiffTag - Class in org.apache.wiki.tags
-
Writes difference between two pages using a HTML table.
- InsertDiffTag() - Constructor for class org.apache.wiki.tags.InsertDiffTag
-
- insertInputFields(PageContext) - Static method in class org.apache.wiki.filters.SpamFilter
-
This helper method adds all the input fields to your editor that the SpamFilter requires
to check for spam.
- InsertPage - Class in org.apache.wiki.plugin
-
Inserts page contents.
- InsertPage() - Constructor for class org.apache.wiki.plugin.InsertPage
-
- InsertPageTag - Class in org.apache.wiki.tags
-
Renders WikiPage content.
- InsertPageTag() - Constructor for class org.apache.wiki.tags.InsertPageTag
-
- INSTALL - Static variable in class org.apache.wiki.ui.WikiCommand
-
- INSTALL - Static variable in class org.apache.wiki.WikiContext
-
User is administering JSPWiki (Install, SecurityConfig).
- INSTALL_ERROR - Static variable in class org.apache.wiki.ui.Installer
-
- INSTALL_INFO - Static variable in class org.apache.wiki.ui.Installer
-
- INSTALL_WARNING - Static variable in class org.apache.wiki.ui.Installer
-
- Installer - Class in org.apache.wiki.ui
-
Manages JSPWiki installation on behalf of
admin/Install.jsp
.
- Installer(HttpServletRequest, ServletConfig) - Constructor for class org.apache.wiki.ui.Installer
-
- InternalModule - Interface in org.apache.wiki.modules
-
This is a simple interface which is implemented by a number of JSPWiki
components to signal that they should not be included in things like
module listings and so on.
- InternalWikiException - Exception in org.apache.wiki
-
Denotes something really serious going on inside Wiki.
- InternalWikiException(String) - Constructor for exception org.apache.wiki.InternalWikiException
-
Create a new InternalWikiException.
- InternalWikiException(String, Throwable) - Constructor for exception org.apache.wiki.InternalWikiException
-
- InternalWikiException(Throwable) - Constructor for exception org.apache.wiki.InternalWikiException
-
- InternationalizationManager - Class in org.apache.wiki.i18n
-
Manages all internationalization in JSPWiki.
- InternationalizationManager(WikiEngine) - Constructor for class org.apache.wiki.i18n.InternationalizationManager
-
Constructs a new InternationalizationManager.
- INTERWIKI - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- interWikiLinkAt(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
- InterWikiLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for interwiki links.
- InterWikiLinkAttributeProviderState(WikiContext, boolean) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.InterWikiLinkAttributeProviderState
-
- InterWikiLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes interwiki links.
- InterWikiLinkNodePostProcessorState(WikiContext, Document) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.InterWikiLinkNodePostProcessorState
-
- invalidate() - Method in class org.apache.wiki.WikiSession
-
Invalidates the WikiSession and resets its Subject's
Principals to the equivalent of a "guest session".
- invalidateMetadata() - Method in class org.apache.wiki.WikiPage
-
This method will remove all metadata from the page.
- invoke(String, Object[], String[]) - Method in class org.apache.wiki.management.SimpleMBean
-
Invokes a particular method.
- invoke(WikiContext) - Method in class org.apache.wiki.parser.PluginContent
-
Performs plugin invocation and return its contents.
- isAborted() - Method in class org.apache.wiki.workflow.Workflow
-
Returns
true
if the workflow had been previously aborted.
- isAccessRule(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns true, if the link in question is an access rule.
- isAlive() - Method in interface org.apache.wiki.Watchable
-
Returns
true
, if this Watchable is still alive and can be watched; otherwise false
.
- isAnonymous() - Method in class org.apache.wiki.WikiSession
-
Determines whether the current session is anonymous.
- isAsserted() - Method in class org.apache.wiki.WikiSession
-
Returns
true
if the user is considered asserted via
a session cookie; that is, the Subject contains the Principal
Role.ASSERTED.
- isAuthenticated() - Method in class org.apache.wiki.WikiSession
-
Returns the authentication status of the user's session.
- isBlank(String) - Static method in class org.apache.wiki.ui.InputValidator
-
Returns
true
if a supplied string is null or blank
- isBuiltInRole(Role) - Static method in class org.apache.wiki.auth.authorize.Role
-
Returns
true
if a supplied Role is a built-in Role:
Role.ALL
, Role.ANONYMOUS
, Role.ASSERTED
,
or Role.AUTHENTICATED
.
- isCacheable() - Method in class org.apache.wiki.attachment.Attachment
-
Returns true, if this attachment can be cached by the user agent.
- isCompleted() - Method in class org.apache.wiki.workflow.AbstractStep
-
Determines whether the Step is completed; if not, it is by definition
awaiting action by the owner or in process.
- isCompleted() - Method in interface org.apache.wiki.workflow.Step
-
Determines whether the Step is completed; if not, it is by definition
awaiting action by the owner or in process.
- isCompleted() - Method in class org.apache.wiki.workflow.Workflow
-
Determines whether this Workflow is completed; that is, if it has no
additional Steps to perform.
- isCompletion() - Method in class org.apache.wiki.workflow.Outcome
-
Returns
true
if this Outcome represents a completion
condition for a Step.
- isConstrained(String, Role) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Protected method that identifies whether a particular webapp URL is
constrained to a particular Role.
- isContainerAuthenticated() - Method in class org.apache.wiki.auth.AuthenticationManager
-
Returns true if this WikiEngine uses container-managed authentication.
- isContainerAuthorized() - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Returns
true
if the web container is configured to protect
certain JSPWiki resources by requiring authentication.
- isCurrentlyOnLineBegin() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
-
Returns true, if the writer is currently writing a line start.
- isEmpty() - Method in interface org.apache.wiki.auth.acl.Acl
-
Returns
true
, if this Acl is empty.
- isEmpty() - Method in class org.apache.wiki.auth.acl.AclImpl
-
Returns
true
, if this Acl is empty.
- isEmpty() - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- isEnabled() - Method in class org.apache.wiki.rss.RSSGenerator
-
Returns
true
if RSS generation is enabled.
- isEnabled() - Method in class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
-
- isExpired() - Method in class org.apache.wiki.pages.PageLock
-
- isExternalLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Figures out if a link is an off-site link.
- isImageInlining() - Method in class org.apache.wiki.parser.MarkupParser
-
- isImageLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Matches the given link to the list of image name patterns to
determine whether it should be treated as an inline image or not.
- isInGroup(Group) - Method in class org.apache.wiki.WikiSession
-
Returns
true
if one of this WikiSession's user Principals
can be shown to belong to a particular wiki group.
- isInterwikiLink() - Method in class org.apache.wiki.parser.LinkParser.Link
-
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
- isInterWikiLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns true, if this Link represents an InterWiki link (of the form wiki:page).
- isIPV4Address(String) - Static method in class org.apache.wiki.WikiSession
-
Verifies whether a String represents an IPv4 address.
- isJSPWikiPermission(Permission) - Static method in class org.apache.wiki.auth.permissions.AllPermission
-
Checks if the given permission is one of ours.
- isListening(Object) - Static method in class org.apache.wiki.event.WikiEventManager
-
Returns true if there are one or more listeners registered with
the provided client Object (undelegated event source).
- isLocked() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Returns
true
if the profile is currently locked (disabled); false
otherwise.
- isLocked() - Method in interface org.apache.wiki.auth.user.UserProfile
-
Returns
true
if the profile is currently locked (disabled); false
otherwise.
- isMember(Principal) - Method in class org.apache.wiki.auth.authorize.Group
-
Returns
true
if a Principal is a member of the group.
- isMetadata(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns true if the link is a metadata link.
- isNew() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Returns
true
if the user profile is
new.
- isNew() - Method in interface org.apache.wiki.auth.user.UserProfile
-
Returns
true
if the profile has never been
saved before.
- isNewerOrEqual(String) - Static method in class org.apache.wiki.Release
-
Returns true, if this version of JSPWiki is newer or equal than what is requested.
- isNumber(String) - Static method in class org.apache.wiki.util.TextUtil
-
Returns true, if the argument contains a number, otherwise false.
- isOlderOrEqual(String) - Static method in class org.apache.wiki.Release
-
Returns true, if this version of JSPWiki is older or equal than what is requested.
- isParseAccessRules() - Method in class org.apache.wiki.parser.MarkupParser
-
- isPluginLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns true if the link is really command to insert a plugin.
- isPositive(String) - Static method in class org.apache.wiki.util.TextUtil
-
Returns true, if the string "val" denotes a positive string.
- isReadOnly() - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
- isReassignable() - Method in class org.apache.wiki.workflow.Decision
-
Returns
true
if the Decision can be reassigned to another
actor.
- isReassignable() - Method in class org.apache.wiki.workflow.SimpleNotification
-
Notifications cannot be re-assigned, so this method always returns
false
.
- isReservedName(String) - Static method in class org.apache.wiki.auth.authorize.Role
-
Returns
true
if the supplied name is identical to the name
of a built-in Role; that is, the value returned by getName()
for built-in Roles Role.ALL
, Role.ANONYMOUS
,
Role.ASSERTED
, or Role.AUTHENTICATED
.
- isRolePrincipal(Principal) - Static method in class org.apache.wiki.auth.AuthenticationManager
-
Determines whether the supplied Principal is a "role principal".
- isSecurityPolicyConfigured() - Method in class org.apache.wiki.auth.SecurityVerifier
-
Returns
true
if the Java security policy is configured
correctly, and it verifies as valid.
- isSelected() - Method in class org.apache.wiki.ui.Editor
-
Convenience method which returns XHTML for an option element.
- isSelected(String) - Method in class org.apache.wiki.ui.Editor
-
- isSelected(String, String) - Method in class org.apache.wiki.ui.Editor
-
- isSpace(String) - Static method in class org.apache.wiki.parser.LinkParser
-
Returns true if the String s is completely
composed of whitespace.
- isSpace(char) - Static method in class org.apache.wiki.parser.LinkParser
-
Returns true if char c is a member of
S (space) [XML 1.1 production 3].
- isStarted() - Method in class org.apache.wiki.workflow.AbstractStep
-
Determines whether the Step has started.
- isStarted() - Method in interface org.apache.wiki.workflow.Step
-
Determines whether the Step has started.
- isStarted() - Method in class org.apache.wiki.workflow.Workflow
-
Determines whether this Workflow has started; that is, its
Workflow.start()
method has been executed.
- isStateFindDefaultTab() - Method in class org.apache.wiki.tags.TabbedSectionTag
-
Returns true, if the tab system is currently trying to
figure out which is the default tab.
- isStateGenerateTabBody() - Method in class org.apache.wiki.tags.TabbedSectionTag
-
Returns true, if the tab system is currently generating
the tab body.
- isStateGenerateTabMenu() - Method in class org.apache.wiki.tags.TabbedSectionTag
-
Returns true, if the tab system is currently generating
the tab menu.
- isStateStackNotEmpty() - Method in class org.apache.wiki.WatchDog
-
helper to see if the associated stateStack is not empty.
- isSubset(String, String) - Static method in class org.apache.wiki.auth.permissions.PagePermission
-
Determines whether one target string is a logical subset of the other.
- isUserInRole(WikiSession, Principal) - Method in class org.apache.wiki.auth.AuthorizationManager
-
Determines if the Subject associated with a
supplied WikiSession contains a desired Role or GroupPrincipal.
- isUserInRole(WikiSession, Principal) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Determines whether the Subject associated with a WikiSession is in a
particular role.
- isUserInRole(HttpServletRequest, Principal) - Method in interface org.apache.wiki.auth.authorize.WebAuthorizer
-
Determines whether a user associated with an HTTP request possesses
a particular role.
- isUserInRole(HttpServletRequest, Principal) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Determines whether a user associated with an HTTP request possesses
a particular role.
- isUserInRole(WikiSession, Principal) - Method in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Determines whether the Subject associated with a WikiSession is in a
particular role.
- isUserInRole(WikiSession, Principal) - Method in interface org.apache.wiki.auth.Authorizer
-
Determines whether the Subject associated with a WikiSession is in a
particular role.
- isUserInRole(String) - Method in class org.apache.wiki.ui.WikiRequestWrapper
-
Determines whether the current user possesses a supplied role, taking
into account both container and JSPWIki custom authentication status.
- isUserPrincipal(Principal) - Static method in class org.apache.wiki.auth.AuthenticationManager
-
Determines whether the supplied Principal is a "user principal".
- isValidType(int) - Static method in class org.apache.wiki.event.WikiEngineEvent
-
Returns
true
if the int value is a WikiPageEvent type.
- isValidType(int) - Static method in class org.apache.wiki.event.WikiEvent
-
Returns true if the int value is a valid WikiEvent type.
- isValidType(int) - Static method in class org.apache.wiki.event.WikiPageEvent
-
Returns true if the int value is a WikiPageEvent type.
- isValidType(int) - Static method in class org.apache.wiki.event.WikiPageRenameEvent
-
Returns true if the int value is a WikiPageRenameEvent type.
- isValidUserProfile(WikiContext, UserProfile) - Method in class org.apache.wiki.filters.SpamFilter
-
Checks whether the UserProfile matches certain checks.
- isVariableLink(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns true if the link is really command to insert a variable.
- isWatchableAlive() - Method in class org.apache.wiki.WatchDog
-
helper to see if the associated watchable is alive.
- isWhitespaceTrimMode() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
-
Returns true, if this Writer is currently trimming any whitespaces.
- IteratorTag - Class in org.apache.wiki.tags
-
Iterates through tags.
- IteratorTag() - Constructor for class org.apache.wiki.tags.IteratorTag
-
J
- JavaNaturalComparator - Class in org.apache.wiki.util.comparators
-
A comparator that sorts Strings using Java's "natural" order.
- JavaNaturalComparator() - Constructor for class org.apache.wiki.util.comparators.JavaNaturalComparator
-
- JDBCGroupDatabase - Class in org.apache.wiki.auth.authorize
-
Implementation of GroupDatabase that persists
Group
objects to a JDBC
DataSource, as might typically be provided by a web container.
- JDBCGroupDatabase() - Constructor for class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
- JDBCUserDatabase - Class in org.apache.wiki.auth.user
-
Implementation of UserDatabase that persists
DefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web
container.
- JDBCUserDatabase() - Constructor for class org.apache.wiki.auth.user.JDBCUserDatabase
-
- JSON_PROGRESSTRACKER - Static variable in class org.apache.wiki.ui.progress.ProgressManager
-
The name of the progress tracker JSON object.
- JSON_SEARCH - Static variable in class org.apache.wiki.search.SearchManager
-
The name of the JSON object that manages search.
- JSON_USERS - Static variable in class org.apache.wiki.auth.UserManager
-
- JSONSearch() - Constructor for class org.apache.wiki.search.SearchManager.JSONSearch
-
- JSONTracker() - Constructor for class org.apache.wiki.ui.progress.ProgressManager.JSONTracker
-
- JSONUserModule(UserManager) - Constructor for class org.apache.wiki.auth.UserManager.JSONUserModule
-
Create a new JSONUserModule.
- JSPWikiLink - Class in org.apache.wiki.markdown.nodes
-
Flexmark node responsible of handling JSPWiki links.
- JSPWikiLink(Link) - Constructor for class org.apache.wiki.markdown.nodes.JSPWikiLink
-
- JSPWikiLinkAttributeProvider - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
AttributeProvider
to decorate JSPWikiLink
s.
- JSPWikiLinkAttributeProvider(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProvider
-
- JSPWikiLinkAttributeProviderFactory - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
Simple
AttributeProviderFactory
to instantiate JSPWikiLinkAttributeProvider
s.
- JSPWikiLinkAttributeProviderFactory(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProviderFactory
-
- JSPWikiLinkNodePostProcessor - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
- JSPWikiLinkNodePostProcessor(WikiContext, Document) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
-
- JSPWikiLinkRenderer - Class in org.apache.wiki.markdown.renderer
-
Flexmark
NodeRenderer
for JSPWikiLink
s.
- JSPWikiLinkRenderer() - Constructor for class org.apache.wiki.markdown.renderer.JSPWikiLinkRenderer
-
- JSPWikiMarkupParser - Class in org.apache.wiki.parser
-
Parses JSPWiki-style markup into a WikiDocument DOM tree.
- JSPWikiMarkupParser(WikiContext, Reader) - Constructor for class org.apache.wiki.parser.JSPWikiMarkupParser
-
Creates a markup parser.
- JSPWikiNodePostProcessorFactory - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
Simple
NodePostProcessorFactory
to instantiate JSPWikiLinkNodePostProcessor
s.
- JSPWikiNodePostProcessorFactory(WikiContext, DataHolder) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiNodePostProcessorFactory
-
- JSPWikiNodeRendererFactory - Class in org.apache.wiki.markdown.renderer
-
Simple
NodeRendererFactory
to instantiate JSPWikiLinkRenderer
s.
- JSPWikiNodeRendererFactory(WikiContext) - Constructor for class org.apache.wiki.markdown.renderer.JSPWikiNodeRendererFactory
-
K
- keySet() - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
L
- LATEST_VERSION - Static variable in interface org.apache.wiki.WikiProvider
-
Passing this to any method should get the latest version
- LEGACY_CHARS_ALLOWED - Static variable in class org.apache.wiki.parser.MarkupParser
-
Lists all punctuation characters allowed in WikiMarkup.
- Link(String) - Constructor for class org.apache.wiki.parser.LinkParser.Link
-
Create a new Link with text but no reference.
- Link(String, String) - Constructor for class org.apache.wiki.parser.LinkParser.Link
-
Create a new link with a given text and hyperlink (reference).
- link(String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Return an XHTML link with a required 'href' attribute value and optional link (PCDATA) content.
- LINK_EXTERNAL - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
Link to an external resource.
- LINK_INLINE - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
This is an inlined image.
- LINK_LOCAL - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
Link to a local wiki page.
- LinkCollector - Class in org.apache.wiki
-
Just a simple class collecting all of the links that come in.
- LinkCollector() - Constructor for class org.apache.wiki.LinkCollector
-
- linkExists(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns
true
, if the link name exists; otherwise it returns false
.
- linkIfExists(String) - Method in class org.apache.wiki.parser.LinkParsingOperations
-
Returns link name, if it exists; otherwise it returns
null
.
- linkOperations - Variable in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProvider
-
- linkOperations - Variable in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
-
- LinkParser - Class in org.apache.wiki.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 org.apache.wiki.parser.LinkParser
-
- LinkParser.Link - Class in org.apache.wiki.parser
-
Inner class serving as a struct containing the parsed
components of a link.
- LinkParsingOperations - Class in org.apache.wiki.parser
-
Link parsing operations.
- LinkParsingOperations(WikiContext) - Constructor for class org.apache.wiki.parser.LinkParsingOperations
-
- LINKS_SOURCE - Static variable in class org.apache.wiki.render.WikiRenderer
-
- LINKS_TRANSLATION - Static variable in class org.apache.wiki.render.WikiRenderer
-
- LinkTag - Class in org.apache.wiki.tags
-
Provides a generic link tag for all kinds of linking
purposes.
- LinkTag() - Constructor for class org.apache.wiki.tags.LinkTag
-
- LinkToParentTag - Class in org.apache.wiki.tags
-
Writes a link to a parent of a Wiki page.
- LinkToParentTag() - Constructor for class org.apache.wiki.tags.LinkToParentTag
-
- LinkToTag - Class in org.apache.wiki.tags
-
Writes a link to a Wiki page.
- LinkToTag() - Constructor for class org.apache.wiki.tags.LinkToTag
-
- listAllChanged(Date) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
-
Lists changed attachments since given date.
- listAllChanged(Date) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Lists changed attachments since given date.
- listAllChanged(Date) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
-
Lists changed attachments since given date.
- listAttachments(WikiPage) - Method in class org.apache.wiki.attachment.AttachmentManager
-
Returns the list of attachments associated with a given wiki page.
- listAttachments(WikiPage) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
-
Lists all attachments attached to a page.
- listAttachments(WikiPage) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Lists all attachments attached to a page.
- listAttachments(WikiPage) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
-
Lists all attachments attached to a page.
- listLanguages(PageContext) - Method in class org.apache.wiki.ui.TemplateManager
-
List all installed i18n language properties by classpath searching for files like :
templates/default_*.properties
templates/default.properties
- listLinks(String) - Method in class org.apache.wiki.xmlrpc.RPCHandler
-
- listLinks(String) - Method in class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- ListLocksPlugin - Class in org.apache.wiki.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 org.apache.wiki.plugin.ListLocksPlugin
-
- listSkins(PageContext, String) - Method in class org.apache.wiki.ui.TemplateManager
-
Lists the skins available under this template.
- listTimeFormats(PageContext) - Method in class org.apache.wiki.ui.TemplateManager
-
List all available timeformats, read from the jspwiki.properties
- listTimeZones(PageContext) - Method in class org.apache.wiki.ui.TemplateManager
-
List all timezones, with special marker for server timezone
- listWikiNames() - Method in class org.apache.wiki.auth.UserManager
-
A helper method for returning all of the known WikiNames in this system.
- load(InputStream) - Method in class org.apache.wiki.util.CommentedProperties
- load(Reader) - Method in class org.apache.wiki.util.CommentedProperties
-
Loads properties from a file opened by a supplied Reader.
- loadWebAppProps(ServletContext) - Static method in class org.apache.wiki.util.PropertyReader
-
Loads the webapp properties based on servlet context information,
or (if absent) based on the Java System Property PARAM_CUSTOMCONFIG .
- LOCAL - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- LocaleComparator - Class in org.apache.wiki.util.comparators
-
A comparator that sorts Strings using the locale's collator.
- LocaleComparator() - Constructor for class org.apache.wiki.util.comparators.LocaleComparator
-
Default constructor uses the current locale's collator.
- LocaleComparator(Locale) - Constructor for class org.apache.wiki.util.comparators.LocaleComparator
-
use a specific locale's collator.
- LocalEditLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for local edit links.
- LocalEditLinkAttributeProviderState(WikiContext, String) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalEditLinkAttributeProviderState
-
- LocalEntityResolver() - Constructor for class org.apache.wiki.auth.authorize.WebContainerAuthorizer.LocalEntityResolver
-
- LocalFootnoteLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for local footnote links.
- LocalFootnoteLinkAttributeProviderState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalFootnoteLinkAttributeProviderState
-
- LocalFootnoteLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes local footnote links.
- LocalFootnoteLinkNodePostProcessorState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalFootnoteLinkNodePostProcessorState
-
- LocalFootnoteRefLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for local footnote reference links.
- LocalFootnoteRefLinkAttributeProviderState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalFootnoteRefLinkAttributeProviderState
-
- LocalFootnoteRefLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes footnote reference links.
- LocalFootnoteRefLinkNodePostProcessorState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalFootnoteRefLinkNodePostProcessorState
-
- LocalLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for local links.
- LocalLinkAttributeProviderState(WikiContext, boolean) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalLinkAttributeProviderState
-
- LocalLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes local links.
- LocalLinkNodePostProcessorState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalLinkNodePostProcessorState
-
- LocalReadLinkAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
which sets the attributes for local read links.
- LocalReadLinkAttributeProviderState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalReadLinkAttributeProviderState
-
- LOCALREF - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- locateClassPathResource(ServletContext, String) - Static method in class org.apache.wiki.util.PropertyReader
-
Locate a resource stored in the class path.
- lockPage(WikiPage, String) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- lockPage(WikiPage, String) - Method in interface org.apache.wiki.pages.PageManager
-
Locks page for editing.
- log - Static variable in class org.apache.wiki.auth.AuthenticationManager
-
- log - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
- log - Static variable in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
- log - Static variable in class org.apache.wiki.auth.authorize.XMLGroupDatabase
-
- log - Static variable in class org.apache.wiki.auth.login.AnonymousLoginModule
-
- log - Static variable in class org.apache.wiki.auth.login.CookieAssertionLoginModule
-
- log - Static variable in class org.apache.wiki.auth.login.WebContainerLoginModule
-
- log - Static variable in class org.apache.wiki.auth.user.AbstractUserDatabase
-
- log - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
The security logging service.
- log - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- log - Static variable in class org.apache.wiki.ui.TemplateManager
-
- log - Static variable in class org.apache.wiki.ui.WikiServletFilter
-
- log - Static variable in class org.apache.wiki.util.MailUtil
-
- login(HttpServletRequest) - Method in class org.apache.wiki.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, HttpServletRequest, String, String) - Method in class org.apache.wiki.auth.AuthenticationManager
-
Attempts to perform a WikiSession login for the given username/password
combination using JSPWiki's custom authentication mode.
- login() - Method in class org.apache.wiki.auth.login.AbstractLoginModule
-
Logs in the user by calling back to the registered CallbackHandler with a
series of callbacks.
- login() - Method in class org.apache.wiki.auth.login.AnonymousLoginModule
-
Logs in the user by calling back to the registered CallbackHandler with an
HttpRequestCallback.
- login() - Method in class org.apache.wiki.auth.login.CookieAssertionLoginModule
-
Logs in the user by calling back to the registered CallbackHandler with
an HttpRequestCallback.
- login() - Method in class org.apache.wiki.auth.login.CookieAuthenticationLoginModule
-
- login() - Method in class org.apache.wiki.auth.login.UserDatabaseLoginModule
-
- login() - Method in class org.apache.wiki.auth.login.WebContainerLoginModule
-
Logs in the user.
- LOGIN - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
-
A static instance of the login permission.
- LOGIN - Static variable in class org.apache.wiki.ui.WikiCommand
-
- LOGIN - Static variable in class org.apache.wiki.WikiContext
-
User is preparing for a login/authentication.
- LOGIN_ACCOUNT_EXPIRED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a login fails due to account expiration.
- LOGIN_ACTION - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
-
Name of the action for login permission.
- LOGIN_ANONYMOUS - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user first accesses JSPWiki, but before logging in or setting a cookie.
- LOGIN_ASSERTED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user sets a cookie to assert their identity.
- LOGIN_AUTHENTICATED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user authenticates with a username and password, or via container auth.
- LOGIN_CREDENTIAL_EXPIRED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a login fails due to credential expiration.
- LOGIN_FAILED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a login fails due to wrong username or password.
- LOGIN_INITIATED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user's attempts to log in as guest, via cookies, using a password or otherwise.
- LOGIN_JANNE_PASSWORD - Static variable in class org.apache.wiki.its.environment.Env
-
Janne's password.
- LOGIN_JANNE_USERNAME - Static variable in class org.apache.wiki.its.environment.Env
-
Janne's username.
- LOGIN_MASK - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
-
- LOGIN_NAME - Static variable in class org.apache.wiki.auth.WikiPrincipal
-
WikiPrincipal type denoting a user's login name.
- LoginIT - Class in org.apache.wiki.its
-
Login-related tests for Apache JSPWiki
- LoginIT() - Constructor for class org.apache.wiki.its.LoginIT
-
- LoginPage - Class in org.apache.wiki.pages.haddock
-
- LoginPage() - Constructor for class org.apache.wiki.pages.haddock.LoginPage
-
- logout(HttpServletRequest) - Method in class org.apache.wiki.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 org.apache.wiki.auth.login.AbstractLoginModule
-
Logs the user out.
- LOGOUT - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user logs out.
- logout() - Method in class org.apache.wiki.pages.haddock.ReadWikiPage
-
- LOGOUT - Static variable in class org.apache.wiki.ui.WikiCommand
-
- LOGOUT - Static variable in class org.apache.wiki.WikiContext
-
User is preparing to log out.
- LUCENE_ATTACHMENTS - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- LUCENE_AUTHOR - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- LUCENE_ID - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- LUCENE_PAGE_CONTENTS - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- LUCENE_PAGE_KEYWORDS - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- LUCENE_PAGE_NAME - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
- luceneIndexPage(WikiPage, String, IndexWriter) - Method in class org.apache.wiki.search.LuceneSearchProvider
-
Indexes page using the given IndexWriter.
- LuceneSearchProvider - Class in org.apache.wiki.search
-
Interface for the search providers that handle searching the Wiki
- LuceneSearchProvider() - Constructor for class org.apache.wiki.search.LuceneSearchProvider
-
M
- m_accesskey - Variable in class org.apache.wiki.tags.EditLinkTag
-
- m_accesskey - Variable in class org.apache.wiki.tags.LinkToTag
-
- m_accesskey - Variable in class org.apache.wiki.tags.PageInfoLinkTag
-
- m_adminBeanClass - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_after - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_alternatingSpaceHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_attachmentLinkMutatorChain - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_author - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_authorUrl - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_beanInfo - Variable in class org.apache.wiki.management.SimpleMBean
-
- m_before - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_capacity - Static variable in class org.apache.wiki.providers.CachingAttachmentProvider
-
Default cache capacity for now.
- m_changeEndHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_changeStartHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_channelDescription - Variable in class org.apache.wiki.rss.Feed
-
- m_channelLanguage - Variable in class org.apache.wiki.rss.Feed
-
- m_channelTitle - Variable in class org.apache.wiki.rss.Feed
-
- m_collator - Variable in class org.apache.wiki.util.comparators.CollatorComparator
-
- m_containerAuthorized - Variable in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Lazily-initialized boolean flag indicating whether the web container
protects JSPWiki resources.
- m_containerRoles - Variable in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
A lazily-initialized array of Roles that the container knows about.
- m_context - Variable in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
-
- m_context - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_context - Variable in class org.apache.wiki.render.WikiRenderer
-
- m_context - Variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
- m_dateFormat - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_dateLastModified - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_deletionEndHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_deletionStartHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_description - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_diffEnd - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_diffStart - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_document - Variable in class org.apache.wiki.render.WikiRenderer
-
- m_elidedHeadIndicatorHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_elidedTailIndicatorHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_emitChangeNextPreviousHyperlinks - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_encoding - Variable in class org.apache.wiki.providers.AbstractFileProvider
-
- m_engine - Variable in class org.apache.wiki.api.filters.BasicPageFilter
-
- m_engine - Variable in class org.apache.wiki.auth.authorize.GroupManager
-
- m_engine - Variable in class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
- m_engine - Variable in class org.apache.wiki.modules.ModuleManager
-
- m_engine - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_engine - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_engine - Variable in class org.apache.wiki.providers.AbstractFileProvider
-
- m_engine - Variable in class org.apache.wiki.ui.admin.SimpleAdminBean
-
Provides access to a WikiEngine instance to which this AdminBean
belongs to.
- m_engine - Variable in class org.apache.wiki.ui.WikiServletFilter
-
- m_engine - Variable in class org.apache.wiki.url.DefaultURLConstructor
-
- m_engine - Variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
- m_entries - Variable in class org.apache.wiki.rss.Feed
-
- m_exclude - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_externalLinkMutatorChain - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_feedURL - Variable in class org.apache.wiki.rss.Feed
-
- m_format - Variable in class org.apache.wiki.tags.AuthorTag
-
- m_format - Variable in class org.apache.wiki.tags.WikiLinkTag
-
- m_groupListener - Variable in class org.apache.wiki.auth.authorize.GroupManager
-
- m_handler - Variable in class org.apache.wiki.auth.login.AbstractLoginModule
-
- m_headingListenerChain - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_htmlTemplate - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_in - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_include - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_inlineImagePatterns - Variable in class org.apache.wiki.parser.MarkupParser
-
Keeps image regexp Patterns
- m_inlineImages - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_insertionEndHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_insertionStartHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_iterator - Variable in class org.apache.wiki.tags.IteratorTag
-
- m_lastModified - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_level - Variable in class org.apache.wiki.parser.Heading
-
Denotes the level of the heading.
- m_lineBreakHtml - Variable in class org.apache.wiki.diff.ContextualDiffProvider
-
- m_linkMutators - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_linkParsingOperations - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_localLinkMutatorChain - Variable in class org.apache.wiki.parser.MarkupParser
-
Optionally stores internal wikilinks
- m_loginModuleClass - Variable in class org.apache.wiki.auth.AuthenticationManager
-
Class (of type LoginModule) to use for custom authentication.
- m_loginModuleOptions - Variable in class org.apache.wiki.auth.AuthenticationManager
-
Options passed to
LoginModule.initialize(Subject, CallbackHandler, Map, Map)
;
initialized by AuthenticationManager.initialize(WikiEngine, Properties)
.
- m_maxVersion - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_maxwidth - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_minVersion - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_mode - Variable in class org.apache.wiki.rss.Feed
-
- m_moduleUrl - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_moduleVersion - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_name - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_options - Variable in class org.apache.wiki.auth.login.AbstractLoginModule
-
- m_page - Variable in exception org.apache.wiki.providers.RepositoryModifiedException
-
- m_page - Variable in class org.apache.wiki.tags.IncludeTag
-
- m_pageLocks - Variable in class org.apache.wiki.pages.DefaultPageManager
-
- m_pageName - Variable in class org.apache.wiki.tags.InsertDiffTag
-
- m_pageName - Variable in class org.apache.wiki.tags.InsertPageTag
-
- m_pageName - Variable in class org.apache.wiki.tags.IteratorTag
-
- m_pageName - Variable in class org.apache.wiki.tags.WikiLinkTag
-
- m_parseAccessRules - Variable in class org.apache.wiki.parser.MarkupParser
-
- m_pathPrefix - Variable in class org.apache.wiki.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 org.apache.wiki.auth.permissions.AllPermissionCollection
-
- m_principals - Variable in class org.apache.wiki.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_request - Variable in class org.apache.wiki.WikiContext
-
Stores the HttpServletRequest.
- m_resource - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_scriptLocation - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_scriptText - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_separator - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_show - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_sorter - Variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- m_state - Variable in class org.apache.wiki.auth.login.AbstractLoginModule
-
- m_state - Variable in class org.apache.wiki.ui.progress.ProgressItem
-
- m_stylesheetLocation - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_stylesheetText - Variable in class org.apache.wiki.modules.WikiModuleInfo
-
- m_subject - Variable in class org.apache.wiki.auth.login.AbstractLoginModule
-
- m_template - Variable in class org.apache.wiki.tags.WikiLinkTag
-
- m_title - Variable in class org.apache.wiki.tags.EditLinkTag
-
- m_title - Variable in class org.apache.wiki.tags.LinkToTag
-
- m_title - Variable in class org.apache.wiki.tags.PageInfoLinkTag
-
- m_title - Variable in class org.apache.wiki.tags.RSSImageLinkTag
-
- m_titleAnchor - Variable in class org.apache.wiki.parser.Heading
-
Contains the anchor to the heading
- m_titleSection - Variable in class org.apache.wiki.parser.Heading
-
Contains a section link.
- m_titleText - Variable in class org.apache.wiki.parser.Heading
-
Contains the text of the heading.
- m_updates - Variable in class org.apache.wiki.search.LuceneSearchProvider
-
- m_urlPrefix - Variable in class org.apache.wiki.url.ShortURLConstructor
-
Contains the path part after the JSPWiki base URL
- m_useOutlinkImage - Variable in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
-
- m_version - Variable in class org.apache.wiki.tags.EditLinkTag
-
- m_wikiContext - Variable in class org.apache.wiki.rss.Feed
-
- m_wikiContext - Variable in class org.apache.wiki.tags.IteratorTag
-
- m_wikiContext - Variable in class org.apache.wiki.tags.WikiBodyTag
-
- m_wikiContext - Variable in class org.apache.wiki.tags.WikiTagBase
-
- MailUtil - Class in org.apache.wiki.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 org.apache.wiki.util
-
Simple
Authenticator
subclass that authenticates a user to
an SMTP server.
- main(String[]) - Static method in class org.apache.wiki.Release
-
Executing this class directly from command line prints out the current version.
- main(String[]) - Static method in class org.apache.wiki.TranslationsCheck
-
- main(String[]) - Static method in class org.apache.wiki.util.CryptoUtil
-
Convenience method for hashing and verifying salted SHA-1 passwords from
the command line.
- makeDiff(WikiContext, String, String) - Method in class org.apache.wiki.diff.DifferenceManager
-
Returns valid XHTML string to be used in any way you please.
- makeDiffHtml(WikiContext, String, String) - Method in class org.apache.wiki.diff.ContextualDiffProvider
-
Do a colored diff of the two regions.
- makeDiffHtml(WikiContext, String, String) - Method in interface org.apache.wiki.diff.DiffProvider
-
The return string is to be XHTML compliant ready to display html.
- makeDiffHtml(WikiContext, String, String) - Method in class org.apache.wiki.diff.DiffProvider.NullDiffProvider
-
The return string is to be XHTML compliant ready to display html.
- makeDiffHtml(WikiContext, String, String) - Method in class org.apache.wiki.diff.ExternalDiffProvider
-
Makes the diff by calling "diff" program.
- makeDiffHtml(WikiContext, String, String) - Method in class org.apache.wiki.diff.TraditionalDiffProvider
-
Makes a diff using the BMSI utility package.
- makeEntryPage(String, String, String) - Static method in class org.apache.wiki.plugin.WeblogPlugin
-
Create an entry name based on the blogname, a date, and an entry number.
- makeEntryPage(String) - Static method in class org.apache.wiki.plugin.WeblogPlugin
-
Return just the basename for entires without date and entry numebr.
- makeEntryPage(String, String) - Static method in class org.apache.wiki.plugin.WeblogPlugin
-
Returns the entry page without the entry number.
- makeError(String) - Static method in class org.apache.wiki.parser.MarkupParser
-
Writes HTML for error message.
- makeHeading(int, String, Heading) - Method in class org.apache.wiki.parser.JSPWikiMarkupParser
-
Returns XHTML for the heading.
- makeHTML(WikiContext, String) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Makes HTML with common parameters.
- makeURL(String, String, boolean, String) - Method in class org.apache.wiki.url.DefaultURLConstructor
-
Constructs the URL with a bunch of parameters.
- makeURL(String, String, boolean, String) - Method in class org.apache.wiki.url.ShortURLConstructor
-
Constructs the URL with a bunch of parameters.
- makeURL(String, String, boolean, String) - Method in class org.apache.wiki.url.ShortViewURLConstructor
-
Constructs the URL with a bunch of parameters.
- makeURL(String, String, boolean, String) - Method in interface org.apache.wiki.url.URLConstructor
-
Constructs the URL with a bunch of parameters.
- mangleName(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
This makes sure that the queried page name
is still readable by the file system.
- MAPPINGS - Static variable in class org.apache.wiki.util.ClassUtil
-
The location of the classmappings.xml document.
- MarkdownDocument - Class in org.apache.wiki.parser.markdown
-
Simple placeholder for Markdown Nodes
- MarkdownDocument(WikiPage, Node) - Constructor for class org.apache.wiki.parser.markdown.MarkdownDocument
-
- MarkdownForJSPWikiExtension - Class in org.apache.wiki.markdown
-
Flexmark entry point to bootstrap JSPWiki extensions.
- MarkdownForJSPWikiExtension(WikiContext) - Constructor for class org.apache.wiki.markdown.MarkdownForJSPWikiExtension
-
- MarkdownParser - Class in org.apache.wiki.parser.markdown
-
Class handling the markdown parsing.
- MarkdownParser(WikiContext, Reader) - Constructor for class org.apache.wiki.parser.markdown.MarkdownParser
-
- MarkdownRenderer - Class in org.apache.wiki.render.markdown
-
Class handling the markdown rendering.
- MarkdownRenderer(WikiContext, WikiDocument) - Constructor for class org.apache.wiki.render.markdown.MarkdownRenderer
-
- MarkupParser - Class in org.apache.wiki.parser
-
Provides an abstract class for the parser instances.
- MarkupParser(WikiContext, Reader) - Constructor for class org.apache.wiki.parser.MarkupParser
-
Constructs a MarkupParser.
- matchPageContent(String, String) - Method in class org.apache.wiki.search.SearchMatcher
-
Compares the page content, available through the given stream, to the
query items of this matcher.
- MAX_DEPTH - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The maximum depth.
- MAX_PROPKEYLENGTH - Static variable in class org.apache.wiki.providers.AbstractFileProvider
-
This number limits the length of a custom page property key length
The default value here designed with future JDBC providers in mind.
- MAX_PROPLIMIT - Static variable in class org.apache.wiki.providers.AbstractFileProvider
-
This parameter limits the number of custom page properties allowed on a page
- MAX_PROPVALUELENGTH - Static variable in class org.apache.wiki.providers.AbstractFileProvider
-
This number limits the length of a custom page property value length
The default value here designed with future JDBC providers in mind.
- MAX_SEARCH_HITS - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
The maximum number of hits to return from searches.
- maxResults - Variable in class org.apache.wiki.search.SearchManager.JSONSearch
-
- MEMBER_TOKEN - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
-
Special target token that denotes all groups that a Subject's Principals are members of.
- members() - Method in class org.apache.wiki.auth.authorize.Group
-
Returns the members of the group as an array of Principal objects.
- MESSAGE - Static variable in class org.apache.wiki.ui.WikiCommand
-
- MESSAGE - Static variable in class org.apache.wiki.WikiContext
-
JSPWiki wants to display a message.
- MESSAGES_KEY - Static variable in class org.apache.wiki.auth.authorize.GroupManager
-
Key used for adding UI messages to a user's WikiSession.
- MessagesTag - Class in org.apache.wiki.tags
-
Returns or clears the current messages associated with the user's wiki
session.
- MessagesTag() - Constructor for class org.apache.wiki.tags.MessagesTag
-
- MetadataLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes metadata links.
- MetadataLinkNodePostProcessorState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.MetadataLinkNodePostProcessorState
-
- MetaWeblogHandler - Class in org.apache.wiki.xmlrpc
-
Provides handlers for all RPC routines of the MetaWeblog API.
- MetaWeblogHandler() - Constructor for class org.apache.wiki.xmlrpc.MetaWeblogHandler
-
- MIN_DEPTH - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The minimum depth.
- MINORREVISION - Static variable in class org.apache.wiki.Release
-
The minor revision.
- MODE_BLOG - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Parameter value to represent a 'blog' style feed.
- MODE_FULL - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Parameter value to represent a 'full' style feed.
- MODE_WIKI - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Parameter value to represent a 'wiki' style feed.
- MODIFY - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
A static instance of the modify permission.
- MODIFY_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
Action name for the modify permission.
- MODIFY_MASK - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
- ModuleBean - Class in org.apache.wiki.ui.admin.beans
-
- ModuleBean(WikiEngine) - Constructor for class org.apache.wiki.ui.admin.beans.ModuleBean
-
- ModuleManager - Class in org.apache.wiki.modules
-
Superclass for all JSPWiki managers for modules (plugins, etc).
- ModuleManager(WikiEngine) - Constructor for class org.apache.wiki.modules.ModuleManager
-
Constructs the ModuleManager.
- modules() - Method in interface org.apache.wiki.api.engine.FilterManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules() - Method in interface org.apache.wiki.api.engine.PluginManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules() - Method in class org.apache.wiki.filters.DefaultFilterManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules() - Method in class org.apache.wiki.modules.ModuleManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules(Iterator<T>) - Method in class org.apache.wiki.modules.ModuleManager
-
- modules() - Method in class org.apache.wiki.pages.DefaultPageManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules() - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules() - Method in class org.apache.wiki.ui.admin.beans.FilterBean
-
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext)
.
- modules() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
-
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext)
.
- modules() - Method in class org.apache.wiki.ui.admin.beans.PluginBean
-
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext)
.
- modules() - Method in class org.apache.wiki.ui.EditorManager
-
Returns a collection of modules currently managed by this ModuleManager.
- modules() - Method in class org.apache.wiki.ui.TemplateManager
-
Returns an empty collection, since at the moment the TemplateManager
does not manage any modules.
- moveAttachmentsForPage(String, String) - Method in class org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.providers.CachingProvider
-
Move a page
- movePage(String, String) - Method in class org.apache.wiki.providers.FileSystemProvider
-
Move a page
- movePage(String, String) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
Move a page
- movePage(String, String) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Move a page
- mutate(WikiContext, String) - Method in class org.apache.wiki.LinkCollector
-
Returns a changed String, suitable for Wiki context.
- mutate(WikiContext, String) - Method in interface org.apache.wiki.StringTransmutator
-
Returns a changed String, suitable for Wiki context.
N
- native2Ascii(String) - Static method in class org.apache.wiki.util.TextUtil
-
Converts a string from the Unicode representation into something that can be embedded in a java
properties file.
- navigateTo(String) - Method in class org.apache.wiki.pages.haddock.ReadWikiPage
-
- newInstance(String, Element, List<String>, List<String>) - Static method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
-
Creates a new plugin info object which can be used to access a plugin.
- newInstance(Class<?>) - Static method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
-
Create a new WikiPluginInfo based on the Class information.
- newMediaObject(String, String, String, Hashtable) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
-
Creates an attachment and adds it to the blog.
- newPermissionCollection() - Method in class org.apache.wiki.auth.permissions.AllPermission
-
Returns a new
AllPermissionCollection
.
- newPermissionCollection() - Method in class org.apache.wiki.auth.permissions.PagePermission
-
Returns a new
AllPermissionCollection
.
- newPermissionCollection() - Method in class org.apache.wiki.auth.permissions.WikiPermission
-
Returns a new
AllPermissionCollection
.
- newPluginInstance(List<String>, List<String>) - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
-
Creates a new plugin instance.
- newPost(String, String, String, Hashtable, boolean) - Method in class org.apache.wiki.xmlrpc.MetaWeblogHandler
-
Adds a new post to the blog.
- newProfile() - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
-
Factory method that instantiates a new DefaultUserProfile with a new, distinct
unique identifier.
- newProfile(UserDatabase) - Static method in class org.apache.wiki.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 org.apache.wiki.auth.user.UserDatabase
-
Factory method that instantiates a new user profile.
- newTmpFile(String, Charset) - Static method in class org.apache.wiki.util.FileUtil
-
Makes a new temporary file and writes content into it.
- newTmpFile(String) - Static method in class org.apache.wiki.util.FileUtil
-
Creates a new temporary file using the default encoding of ISO-8859-1 (Latin1).
- newWikiPlugin(String, ResourceBundle) - Method in interface org.apache.wiki.api.engine.PluginManager
-
Creates a
WikiPlugin
.
- newWikiPlugin(String, ResourceBundle) - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Creates a
WikiPlugin
.
- nextToken() - Method in class org.apache.wiki.parser.MarkupParser
-
Returns the next token in the stream.
- NextVersionTag - Class in org.apache.wiki.tags
-
Writes the version number of the next version of the page.
- NextVersionTag() - Constructor for class org.apache.wiki.tags.NextVersionTag
-
- NodeAttributeProviderState<T extends com.vladsch.flexmark.util.ast.Node> - Interface in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
Encapsulates different attribute's set for different kinds of nodes.
- NodePostProcessorState<T extends com.vladsch.flexmark.util.ast.Node> - Interface in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
Encapsulates different node's post-process for different kinds of nodes.
- NONE - Static variable in class org.apache.wiki.ui.PageCommand
-
- NONE - Static variable in class org.apache.wiki.WikiContext
-
This is not a JSPWiki context, use it to access static files.
- NoRequiredPropertyException - Exception in org.apache.wiki.api.exceptions
-
Marks an erroneus jspwiki.properties file.
- NoRequiredPropertyException(String, String) - Constructor for exception org.apache.wiki.api.exceptions.NoRequiredPropertyException
-
Constructs an exception.
- normalizePostData(String) - Static method in class org.apache.wiki.util.TextUtil
-
Makes sure that the POSTed data is conforms to certain rules.
- NoSuchOutcomeException - Exception in org.apache.wiki.workflow
-
Exception thrown when an attempt is made to find an Outcome that does not exist.
- NoSuchOutcomeException(String) - Constructor for exception org.apache.wiki.workflow.NoSuchOutcomeException
-
Constructs a new exception.
- NoSuchPageTag - Class in org.apache.wiki.tags
-
Includes the body in case there is no such page available.
- NoSuchPageTag() - Constructor for class org.apache.wiki.tags.NoSuchPageTag
-
- NoSuchPrincipalException - Exception in org.apache.wiki.auth
-
Thrown in some error situations where a WikiPrincipal object does not exist.
- NoSuchPrincipalException(String) - Constructor for exception org.apache.wiki.auth.NoSuchPrincipalException
-
Constructs a new exception object with a supplied message.
- NoSuchVariableException - Exception in org.apache.wiki.api.exceptions
-
Marks that no such variable was located.
- NoSuchVariableException(String) - Constructor for exception org.apache.wiki.api.exceptions.NoSuchVariableException
-
Constructs an exception.
- NoSuchVersionException - Exception in org.apache.wiki.providers
-
Indicates that an non-existing version was specified.
- NoSuchVersionException(String) - Constructor for exception org.apache.wiki.providers.NoSuchVersionException
-
Creates a ProviderException.
- Note - Class in org.apache.wiki.plugin
-
Outputs an image with the supplied text as the title which is shown as a tooltip by
most browsers.
- Note() - Constructor for class org.apache.wiki.plugin.Note
-
- NULL - Static variable in class org.apache.wiki.auth.login.AbstractLoginModule
-
- NullDiffProvider() - Constructor for class org.apache.wiki.diff.DiffProvider.NullDiffProvider
-
O
- OK - Static variable in class org.apache.wiki.forms.FormInfo
-
State: Form is OK.
- openAs(T) - Method in class org.apache.wiki.pages.PageBuilder
-
Sets up Selenide and opens the requested URL, allowing chaining additional operations over the given
Page
instance.
- options(WikiContext) - Static method in class org.apache.wiki.parser.markdown.MarkdownDocument
-
configuration options for MarkdownRenderers.
- org.apache.wiki - package org.apache.wiki
-
The chief package of JSPWiki.
- org.apache.wiki.ajax - package org.apache.wiki.ajax
-
- org.apache.wiki.api.engine - package org.apache.wiki.api.engine
-
JSPWiki's WikiEngine Managers package.
- org.apache.wiki.api.exceptions - package org.apache.wiki.api.exceptions
-
JSPWiki's API exceptions package.
- org.apache.wiki.api.filters - package org.apache.wiki.api.filters
-
Filter's API package of JSPWiki.
- org.apache.wiki.api.plugin - package org.apache.wiki.api.plugin
-
Plugin's API package of JSPWiki.
- org.apache.wiki.attachment - package org.apache.wiki.attachment
-
Attachment management, uploading and downloading.
- org.apache.wiki.auth - package org.apache.wiki.auth
-
Authentication, Authorization and the third A thing.
- org.apache.wiki.auth.acl - package org.apache.wiki.auth.acl
-
Access Control List implementation.
- org.apache.wiki.auth.authorize - package org.apache.wiki.auth.authorize
-
Authorizer implementation.
- org.apache.wiki.auth.login - package org.apache.wiki.auth.login
-
Provides the different login modules that JSPWiki uses.
- org.apache.wiki.auth.permissions - package org.apache.wiki.auth.permissions
-
- org.apache.wiki.auth.user - package org.apache.wiki.auth.user
-
- org.apache.wiki.content - package org.apache.wiki.content
-
Provides content management functionality for JSPWiki.
- org.apache.wiki.diff - package org.apache.wiki.diff
-
- org.apache.wiki.event - package org.apache.wiki.event
-
- org.apache.wiki.filters - package org.apache.wiki.filters
-
Provides page and content filtering functionality for JSPWiki.
- org.apache.wiki.forms - package org.apache.wiki.forms
-
Contains classes for doing form handling within JSPWiki.
- org.apache.wiki.htmltowiki - package org.apache.wiki.htmltowiki
-
- org.apache.wiki.i18n - package org.apache.wiki.i18n
-
- org.apache.wiki.its - package org.apache.wiki.its
-
JSPWiki functional tests.
- org.apache.wiki.its.environment - package org.apache.wiki.its.environment
-
Tests' environment values that can be overwritten through System properties.
- org.apache.wiki.management - package org.apache.wiki.management
-
- org.apache.wiki.markdown - package org.apache.wiki.markdown
-
Entry point for JSPWiki Flexmark's custom extensions.
- org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider - package org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
Wikilinks' attributes custom decoration.
- org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor - package org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
Wikilinks' nodes custom post processing.
- org.apache.wiki.markdown.nodes - package org.apache.wiki.markdown.nodes
-
Custom Flexmark node's to handle special JSPWiki elements.
- org.apache.wiki.markdown.renderer - package org.apache.wiki.markdown.renderer
-
- org.apache.wiki.modules - package org.apache.wiki.modules
-
- org.apache.wiki.pages - package org.apache.wiki.pages
-
Entry point for JSPWiki's Page Objects.
- org.apache.wiki.pages.haddock - package org.apache.wiki.pages.haddock
-
JSPWiki Haddock's Page Objects.
- org.apache.wiki.parser - package org.apache.wiki.parser
-
- org.apache.wiki.parser.markdown - package org.apache.wiki.parser.markdown
-
Markdown parsing.
- org.apache.wiki.plugin - package org.apache.wiki.plugin
-
Provides plugins to the JSPWiki.
- org.apache.wiki.preferences - package org.apache.wiki.preferences
-
Preferences storage.
- org.apache.wiki.providers - package org.apache.wiki.providers
-
Provides storage for JSPWiki.
- org.apache.wiki.render - package org.apache.wiki.render
-
- org.apache.wiki.render.markdown - package org.apache.wiki.render.markdown
-
Markdown rendering.
- org.apache.wiki.rpc.atom - package org.apache.wiki.rpc.atom
-
- org.apache.wiki.rss - package org.apache.wiki.rss
-
- org.apache.wiki.search - package org.apache.wiki.search
-
Provides the JSPWiki search functionality.
- org.apache.wiki.search.tika - package org.apache.wiki.search.tika
-
- org.apache.wiki.tags - package org.apache.wiki.tags
-
Provides standard JSP tags for JSPWiki.
- org.apache.wiki.tasks - package org.apache.wiki.tasks
-
Provides specific tasks for JSPWiki, meant to be executed by the workflow framework.
- org.apache.wiki.tasks.auth - package org.apache.wiki.tasks.auth
-
Provides auth-related Tasks, meant to be executed by the workflow framework.
- org.apache.wiki.tasks.pages - package org.apache.wiki.tasks.pages
-
Provides WikiPages' saving related Tasks, meant to be executed by the workflow framework.
- org.apache.wiki.ui - package org.apache.wiki.ui
-
Java classes for management of the JSP user interface.
- org.apache.wiki.ui.admin - package org.apache.wiki.ui.admin
-
Contains classes for the JSPWiki administrative interface.
- org.apache.wiki.ui.admin.beans - package org.apache.wiki.ui.admin.beans
-
- org.apache.wiki.ui.progress - package org.apache.wiki.ui.progress
-
Provides progress management routines.
- org.apache.wiki.url - package org.apache.wiki.url
-
Provides the URL generation routines.
- org.apache.wiki.util - package org.apache.wiki.util
-
Provides a number of utility libraries that are of general use.
- org.apache.wiki.util.comparators - package org.apache.wiki.util.comparators
-
- org.apache.wiki.workflow - package org.apache.wiki.workflow
-
- org.apache.wiki.xmlrpc - package org.apache.wiki.xmlrpc
-
- OTHER - Static variable in class org.apache.wiki.ui.PageCommand
-
- OTHER - Static variable in class org.apache.wiki.WikiContext
-
Same as NONE; this is just a clarification.
- Outcome - Class in org.apache.wiki.workflow
-
Resolution of a workflow Step, such as "approve," "deny," "hold," "task
error," or other potential resolutions.
- OUTLINK - Static variable in class org.apache.wiki.parser.MarkupParser
-
Outlink css class.
- OUTLINK_IMAGE - Static variable in class org.apache.wiki.parser.MarkupParser
-
Name of the outlink image; relative path to the JSPWiki directory.
P
- Page - Interface in org.apache.wiki.pages
-
Common operations for Page Objects.
- PAGE_DELETE_REQUEST - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki page delete event (the beginning of a delete request).
- PAGE_DELETED - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki page deleted event (after the delete has been completed).
- PAGE_DELIVERED - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki page delivery event (the end of a request).
- PAGE_DIR - Static variable in class org.apache.wiki.ui.Installer
-
- PAGE_LOCK - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a page lock event.
- PAGE_RENAMED - Static variable in class org.apache.wiki.event.WikiPageRenameEvent
-
Indicates a page rename event.
- PAGE_REQUESTED - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki page request event (the start of a request).
- PAGE_UNLOCK - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a page unlock event.
- PageBuilder - Class in org.apache.wiki.pages
-
Builder for
Page
Objects.
- PageCommand - Class in org.apache.wiki.ui
-
Defines Commands for editing, renaming, and viewing wiki pages.
- PageDateTag - Class in org.apache.wiki.tags
-
Writes the modification date of the page, formatted
as specified in the attribute "format".
- PageDateTag() - Constructor for class org.apache.wiki.tags.PageDateTag
-
- PAGEDIR - Static variable in class org.apache.wiki.providers.VersioningFileProvider
-
Name of the directory where the old versions are stored.
- PageEventFilter - Class in org.apache.wiki.event
-
Fires WikiPageEvents for page events.
- PageEventFilter() - Constructor for class org.apache.wiki.event.PageEventFilter
-
- pageExists(String) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- pageExists(String, int) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- pageExists(String) - Method in interface org.apache.wiki.pages.PageManager
-
Returns true, if the page exists (any version).
- pageExists(String, int) - Method in interface org.apache.wiki.pages.PageManager
-
Checks for existence of a specific page and version.
- pageExists(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Return true, if page exists.
- pageExists(String, int) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Return true, if page with a particular version exists.
- pageExists(String, int) - Method in class org.apache.wiki.providers.CachingProvider
-
Return true, if page with a particular version exists.
- pageExists(String) - Method in class org.apache.wiki.providers.CachingProvider
-
Return true, if page exists.
- pageExists(String, int) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
Return true, if page with a particular version exists.
- pageExists(String, int) - Method in interface org.apache.wiki.providers.VersioningProvider
-
Return true, if page with a particular version exists.
- pageExists(String) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Return true, if page exists.
- pageExists(String, int) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Return true, if page with a particular version exists.
- pageExists(String) - Method in class org.apache.wiki.WikiEngine
-
Returns true, if the requested page (or an alias) exists.
- pageExists(String, int) - Method in class org.apache.wiki.WikiEngine
-
Returns true, if the requested page (or an alias) exists with the
requested version.
- pageExists(WikiPage) - Method in class org.apache.wiki.WikiEngine
-
Returns true, if the requested page (or an alias) exists, with the
specified version in the WikiPage.
- PageExistsTag - Class in org.apache.wiki.tags
-
Includes the body in case the set page does exist.
- PageExistsTag() - Constructor for class org.apache.wiki.tags.PageExistsTag
-
- PageFilter - Interface in org.apache.wiki.api.filters
-
Provides a definition for a page filter.
- PageInfoLinkTag - Class in org.apache.wiki.tags
-
Writes a link to the Wiki PageInfo.
- PageInfoLinkTag() - Constructor for class org.apache.wiki.tags.PageInfoLinkTag
-
- PageLock - Class in org.apache.wiki.pages
-
Describes a lock acquired by an user on a page.
- PageLock(WikiPage, String, Date, Date) - Constructor for class org.apache.wiki.pages.PageLock
-
Creates a new PageLock.
- PageManager - Interface in org.apache.wiki.pages
-
- PageNameTag - Class in org.apache.wiki.tags
-
Returns the currently requested page name.
- PageNameTag() - Constructor for class org.apache.wiki.tags.PageNameTag
-
- PagePermission - Class in org.apache.wiki.auth.permissions
-
Permission to perform an operation on a single page or collection of pages in
a given wiki.
- PagePermission() - Constructor for class org.apache.wiki.auth.permissions.PagePermission
-
For serialization purposes.
- PagePermission(String, String) - Constructor for class org.apache.wiki.auth.permissions.PagePermission
-
Creates a new PagePermission for a specified page name and set of
actions.
- PagePermission(WikiPage, String) - Constructor for class org.apache.wiki.auth.permissions.PagePermission
-
Creates a new PagePermission for a specified page and set of actions.
- pageRemoved(WikiPage) - Method in class org.apache.wiki.ReferenceManager
-
Updates the m_referedTo and m_referredBy hashmaps when a page has been
deleted.
- pageRemoved(WikiPage) - Method in class org.apache.wiki.search.BasicSearchProvider
-
Delete a page from the search index
- pageRemoved(WikiPage) - Method in class org.apache.wiki.search.LuceneSearchProvider
-
Delete a page from the search index
- pageRemoved(WikiPage) - Method in class org.apache.wiki.search.SearchManager
-
Removes the page from the search cache (if any).
- pageRemoved(WikiPage) - Method in interface org.apache.wiki.search.SearchProvider
-
Delete a page from the search index
- PageRenamer - Class in org.apache.wiki.content
-
Provides page renaming functionality.
- PageRenamer() - Constructor for class org.apache.wiki.content.PageRenamer
-
- PageSizeTag - Class in org.apache.wiki.tags
-
Returns the currently requested page or attachment size.
- PageSizeTag() - Constructor for class org.apache.wiki.tags.PageSizeTag
-
- PageSorter - Class in org.apache.wiki.pages
-
Wrapper class for managing and using the PageNameComparator.
- PageSorter() - Constructor for class org.apache.wiki.pages.PageSorter
-
Default constructor uses Java "natural" ordering.
- PageSorter(Comparator<String>) - Constructor for class org.apache.wiki.pages.PageSorter
-
Construct with a particular comparator.
- PageTimeComparator - Class in org.apache.wiki.pages
-
Compares the lastModified date of its arguments.
- PageTimeComparator() - Constructor for class org.apache.wiki.pages.PageTimeComparator
-
- PageTypeTag - Class in org.apache.wiki.tags
-
Includes the body, if the current page is of proper type.
- PageTypeTag() - Constructor for class org.apache.wiki.tags.PageTypeTag
-
- PageVersionTag - Class in org.apache.wiki.tags
-
Writes the version of the current page.
- PageVersionTag() - Constructor for class org.apache.wiki.tags.PageVersionTag
-
- PageViewManager() - Constructor for class org.apache.wiki.plugin.PageViewPlugin.PageViewManager
-
- PageViewPlugin - Class in org.apache.wiki.plugin
-
This plugin counts the number of times a page has been viewed.
- PageViewPlugin() - Constructor for class org.apache.wiki.plugin.PageViewPlugin
-
- PageViewPlugin.PageViewManager - Class in org.apache.wiki.plugin
-
Page view manager, handling all storage.
- PARA_EDITOR - Static variable in class org.apache.wiki.ui.EditorManager
-
Parameter for changing editors at run-time
- PARAM_AFTER - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for the output after the link.
- PARAM_ALIGN - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the align.
- PARAM_ALLOWCOMMENTS - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the allowComments.
- PARAM_ALT - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the alt.
- PARAM_BEFORE - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for the output before the link.
- PARAM_BLOGNAME - Static variable in class org.apache.wiki.plugin.WeblogEntryPlugin
-
Parameter name for setting the page Value is "page".
- PARAM_BODY - Static variable in interface org.apache.wiki.api.engine.PluginManager
-
The name of the body content.
- PARAM_BORDER - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the border.
- PARAM_BOUNDS - Static variable in interface org.apache.wiki.api.engine.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 org.apache.wiki.plugin.Image
-
The parameter name for setting the caption.
- PARAM_CHECKED - Static variable in class org.apache.wiki.forms.FormInput
-
- PARAM_CLASS - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the class.
- PARAM_CLASS - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the class.
- PARAM_CMDLINE - Static variable in interface org.apache.wiki.api.engine.PluginManager
-
The name of the command line content parameter.
- PARAM_COLS - Static variable in class org.apache.wiki.forms.FormTextarea
-
Parameter name for setting the columns value.
- PARAM_CONTAINS - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the contents of the page to check.
- PARAM_CUSTOMCONFIG - Static variable in class org.apache.wiki.util.PropertyReader
-
The servlet context parameter (from web.xml) that defines where the
config file is to be found.
- PARAM_CUSTOMCONFIG_CASCADEPREFIX - Static variable in class org.apache.wiki.util.PropertyReader
-
The prefix when you are cascading properties.
- PARAM_DATE_FORMAT - Static variable in class org.apache.wiki.plugin.RecentChangesPlugin
-
Parameter name for the separator dateFormat.
- PARAM_DAYS - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the days.
- PARAM_DEBUG - Static variable in interface org.apache.wiki.api.engine.PluginManager
-
A special name to be used in case you want to see debug output
- PARAM_DEFAULT - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the default.
- PARAM_DEPTH - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The parameter name for the depth.
- PARAM_DESCRIPTION - Static variable in class org.apache.wiki.plugin.BugReportHandler
-
Parameter name for setting the description.
- PARAM_ELEMENT - Static variable in class org.apache.wiki.forms.FormElement
-
Plugin parameter, mandatory, indicates what form element to insert.
- PARAM_ENTRYFORMAT - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the entryFormat.
- PARAM_ENTRYTEXT - Static variable in class org.apache.wiki.plugin.WeblogEntryPlugin
-
Parameter name for setting the entrytext Value is "entrytext".
- PARAM_EXCLUDE - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for setting the list of excluded patterns.
- PARAM_EXCLUDE - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The parameter name for the excluded pages.
- PARAM_EXCLUDEATTS - Static variable in class org.apache.wiki.plugin.UnusedPagesPlugin
-
If set to "true", attachments are excluded from display.
- PARAM_EXISTS - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for checking whether a page/var exists.
- PARAM_EXTRAS - Static variable in class org.apache.wiki.plugin.ReferringPagesPlugin
-
Parameter name for setting the text to show when the maximum items is overruled.
- PARAM_EXTRAS - Static variable in class org.apache.wiki.plugin.ReferringUndefinedPagesPlugin
-
Parameter name for setting the text to show when the maximum items is overruled.
- PARAM_FORM - Static variable in class org.apache.wiki.forms.FormElement
-
Plugin parameter, mandatory in open/output: name of the form.
- PARAM_FORMAT - Static variable in class org.apache.wiki.plugin.RecentChangesPlugin
-
Parameter name for the separator format.
- PARAM_FORMAT - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The parameter name for the format.
- PARAM_FORMNAMEHIDDEN - Static variable in class org.apache.wiki.forms.FormElement
-
HTTP parameter, inserted as hidden variable into the generated form.
- PARAM_GROUP - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the group to check.
- PARAM_HANDLER - Static variable in class org.apache.wiki.forms.FormElement
-
Plugin parameter, mandatory in output element, indicates
WikiPlugin to use to handle form submitted data.
- PARAM_HEIGHT - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the height.
- PARAM_HIDEFORM - Static variable in class org.apache.wiki.forms.FormElement
-
Experimental: hide the form if it was submitted successfully.
- PARAM_INCLUDE - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for setting the list of included patterns.
- PARAM_INCLUDE - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The parameter name for the included pages.
- PARAM_INCREMENT - Static variable in class org.apache.wiki.plugin.Counter
-
Parameter name for setting the increment.
- PARAM_INPUTNAME - Static variable in class org.apache.wiki.forms.FormElement
-
Plugin parameter, mandatory in input elements: name of an element.
- PARAM_IP - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the ip address to check.
- PARAM_IS - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the exact content to check.
- PARAM_LASTMODIFIED - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for showing the last modification count.
- PARAM_LINK - Static variable in class org.apache.wiki.plugin.Denounce
-
Parameter name for setting the link.
- PARAM_LINK - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the link.
- PARAM_MAPPINGS - Static variable in class org.apache.wiki.plugin.BugReportHandler
-
Parameter name for setting the map.
- PARAM_MAX - Static variable in class org.apache.wiki.plugin.ReferringPagesPlugin
-
Parameter name for setting the maximum items to show.
- PARAM_MAX - Static variable in class org.apache.wiki.plugin.ReferringUndefinedPagesPlugin
-
Parameter name for setting the maximum items to show.
- PARAM_MAX - Static variable in class org.apache.wiki.plugin.Search
-
The parameter name for setting the how many results will be fetched.
- PARAM_MAXENTRIES - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the maxEntries.
- PARAM_MAXLENGTH - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the maxlength.
- PARAM_MAXWIDTH - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for setting the maximum width.
- PARAM_METHOD - Static variable in class org.apache.wiki.forms.FormOpen
-
Parameter name for setting the method (GET or POST).
- PARAM_NAME - Static variable in class org.apache.wiki.plugin.Counter
-
Parameter name for setting the name.
- PARAM_NUMBERED - Static variable in class org.apache.wiki.plugin.TableOfContents
-
Parameter name for setting whether the headings should be numbered.
- PARAM_PAGE - Static variable in class org.apache.wiki.plugin.BugReportHandler
-
Parameter name for setting the page.
- PARAM_PAGE - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the page name to check.
- PARAM_PAGE - Static variable in class org.apache.wiki.plugin.ReferringPagesPlugin
-
Parameter name for choosing the page.
- PARAM_PAGE - Static variable in class org.apache.wiki.plugin.WeblogArchivePlugin
-
Parameter name for setting the page.
- PARAM_PAGE - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the page.
- PARAM_PAGENAME - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the page.
- PARAM_POPULATE - Static variable in class org.apache.wiki.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 org.apache.wiki.plugin.TableOfContents
-
Parameter name for setting what the prefix for the heading is.
- PARAM_PREVIEW - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the preview.
- PARAM_PROP - Static variable in class org.apache.wiki.plugin.SessionsPlugin
-
The parameter name for setting the property value.
- PARAM_QUERY - Static variable in class org.apache.wiki.plugin.Search
-
Parameter name for setting the query string.
- PARAM_ROOT - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The parameter name for the root page to start from.
- PARAM_ROWS - Static variable in class org.apache.wiki.forms.FormTextarea
-
Parameter name for setting the rows value.
- PARAM_SECTION - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the section.
- PARAM_SEPARATOR - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for the separator string.
- PARAM_SET - Static variable in class org.apache.wiki.plugin.Search
-
Parameter name for setting the name of the set where the results are stored.
- PARAM_SHOW - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for the show parameter.
- PARAM_SHOW - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the show option.
- PARAM_SHOW_RESULT - Static variable in class org.apache.wiki.plugin.Counter
-
Parameter name for setting the showResult.
- PARAM_SHOW_VALUE_COUNT - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for setting show to "count".
- PARAM_SHOW_VALUE_PAGES - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for setting show to "pages".
- PARAM_SIZE - Static variable in class org.apache.wiki.forms.FormInput
-
Parameter name for setting the size of the input field.
- PARAM_SORTORDER - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Parameter name for specifying the sort order.
- PARAM_SORTORDER_HUMAN - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- PARAM_SORTORDER_JAVA - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- PARAM_SORTORDER_LOCALE - Static variable in class org.apache.wiki.plugin.AbstractReferralPlugin
-
- PARAM_SRC - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the src.
- PARAM_START - Static variable in class org.apache.wiki.plugin.Counter
-
Parameter name for setting the start.
- PARAM_START - Static variable in class org.apache.wiki.plugin.TableOfContents
-
Parameter name for setting where the numbering should start.
- PARAM_STARTDATE - Static variable in class org.apache.wiki.plugin.WeblogPlugin
-
Parameter name for the startDate.
- PARAM_STYLE - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the style.
- PARAM_STYLE - Static variable in class org.apache.wiki.plugin.InsertPage
-
Parameter name for setting the style.
- PARAM_SUBMITHANDLER - Static variable in class org.apache.wiki.forms.FormElement
-
Plugin parameter, optional, indicates servlet to post to.
- PARAM_TARGET - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the target.
- PARAM_TEXT - Static variable in class org.apache.wiki.plugin.Denounce
-
Parameter name for setting the text.
- PARAM_TIME_FORMAT - Static variable in class org.apache.wiki.plugin.RecentChangesPlugin
-
Parameter name for the separator timeFormat.
- PARAM_TITLE - Static variable in class org.apache.wiki.plugin.BugReportHandler
-
Parameter name for setting the title.
- PARAM_TITLE - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the title.
- PARAM_TITLE - Static variable in class org.apache.wiki.plugin.TableOfContents
-
Parameter name for setting the title.
- PARAM_TYPE - Static variable in class org.apache.wiki.forms.FormInput
-
Parameter name for setting the type.
- PARAM_TYPE - Static variable in class org.apache.wiki.plugin.ReferredPagesPlugin
-
The parameter name for the type of the references.
- PARAM_USER - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the user id to check.
- PARAM_VALUE - Static variable in class org.apache.wiki.forms.FormElement
-
Plugin parameter, optional: default value for an input.
- PARAM_VAR - Static variable in class org.apache.wiki.plugin.IfPlugin
-
The parameter name for setting the variable name to check.
- PARAM_VERSION - Static variable in class org.apache.wiki.plugin.BugReportHandler
-
Parameter name for setting the version.
- PARAM_WIDTH - Static variable in class org.apache.wiki.plugin.Image
-
The parameter name for setting the width.
- ParamHandler - Interface in org.apache.wiki.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 org.apache.wiki.tags
-
ParamTag submits name-value pairs to the first enclosing
ParamHandler instance.
- ParamTag() - Constructor for class org.apache.wiki.tags.ParamTag
-
- ParentPageNameTag - Class in org.apache.wiki.tags
-
Returns the parent of the currently requested page.
- ParentPageNameTag() - Constructor for class org.apache.wiki.tags.ParentPageNameTag
-
- parse() - Method in class org.apache.wiki.parser.JSPWikiMarkupParser
-
Parses the entire document from the Reader given in the constructor or
set by
MarkupParser.setInputReader(Reader)
.
- parse(String) - Method in class org.apache.wiki.parser.LinkParser
-
Processes incoming link text, separating out the link text, the link
URI, and then any specified attributes.
- parse() - Method in class org.apache.wiki.parser.markdown.MarkdownParser
-
Parses the document.
- parse() - Method in class org.apache.wiki.parser.MarkupParser
-
Parses the document.
- parse(String, String) - Static method in class org.apache.wiki.util.XmlUtil
-
Parses the given XML file and returns the requested nodes.
- parse(InputStream, String) - Static method in class org.apache.wiki.util.XmlUtil
-
Parses the given stream and returns the requested nodes.
- parseAcl(WikiPage, String) - Method in interface org.apache.wiki.auth.acl.AclManager
-
A helper method for parsing textual AccessControlLists.
- parseAcl(WikiPage, String) - Method in class org.apache.wiki.auth.acl.DefaultAclManager
-
A helper method for parsing textual AccessControlLists.
- parseAndGetValue(WikiContext, String) - Method in class org.apache.wiki.VariableManager
-
Parses the link and finds a value.
- parseArgs(String) - Method in interface org.apache.wiki.api.engine.PluginManager
-
Parses plugin arguments.
- parseArgs(String) - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Parses plugin arguments.
- ParseException - Exception in org.apache.wiki.parser
-
This is an exception which gets thrown whenever the parser cannot
parse the parsing things.
- ParseException(String) - Constructor for exception org.apache.wiki.parser.ParseException
-
Constructs a new ParseException.
- parseGroup(String, String, boolean) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Extracts group name and members from passed parameters and populates an
existing Group with them.
- parseGroup(WikiContext, boolean) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Extracts group name and members from the HTTP request and populates an
existing Group with them.
- parseHexBinary(String) - Static method in class org.apache.wiki.util.ByteUtils
-
Parses a hexadecimal string into its corresponding bytes.
- parseIntParameter(String, int) - Static method in class org.apache.wiki.util.TextUtil
-
Parses an integer parameter, returning a default value if the value is null or a non-number.
- parseLong(String) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
-
Parses a long integer from a supplied string, or returns 0 if not parsable.
- parsePage(String, HttpServletRequest, Charset) - Method in class org.apache.wiki.url.DefaultURLConstructor
-
Should parse the "page" parameter from the actual
request.
- parsePage(String, HttpServletRequest, Charset) - Method in class org.apache.wiki.url.ShortURLConstructor
-
Should parse the "page" parameter from the actual
request.
- parsePage(String, HttpServletRequest, Charset) - Method in interface org.apache.wiki.url.URLConstructor
-
Should parse the "page" parameter from the actual request.
- parsePageFromURL(HttpServletRequest, Charset) - Static method in class org.apache.wiki.url.DefaultURLConstructor
-
Takes the name of the page from the request URI.
- parsePluginLine(WikiContext, String, int) - Static method in class org.apache.wiki.parser.PluginContent
-
Parses a plugin invocation and returns a DOM element.
- parseProfile(WikiContext) - Method in class org.apache.wiki.auth.UserManager
-
Extracts user profile parameters from the HTTP request and populates
a UserProfile with them.
- parseProperties() - Method in class org.apache.wiki.ui.Installer
-
- parseQuery(String) - Method in class org.apache.wiki.search.BasicSearchProvider
-
Parses a query into something that we can use.
- parserOptions(MutableDataHolder) - Method in class org.apache.wiki.markdown.MarkdownForJSPWikiExtension
- ParserStagePlugin - Interface in org.apache.wiki.api.plugin
-
Implements a Plugin interface for the parser stage.
- parseToken(int) - Method in class org.apache.wiki.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 org.apache.wiki.util.TextUtil
-
Length of password.
- performLogin() - Method in class org.apache.wiki.pages.haddock.LoginPage
-
- performLogin(String, String) - Method in class org.apache.wiki.pages.haddock.LoginPage
-
- PermissionFactory - Class in org.apache.wiki.auth.permissions
-
Provides a factory for Permission objects.
- permissions() - Method in interface org.apache.wiki.auth.acl.AclEntry
-
Returns an enumeration of the permissions in this ACL entry.
- permissions() - Method in class org.apache.wiki.auth.acl.AclEntryImpl
-
Returns an enumeration of the permissions in this ACL entry.
- PermissionTag - Class in org.apache.wiki.tags
-
Tells whether the user in the current wiki context possesses a particular
permission.
- PermissionTag() - Constructor for class org.apache.wiki.tags.PermissionTag
-
- PersistentMapDecorator - Class in org.apache.wiki.htmltowiki
-
Adds the load / save - functionality known from the Properties - class to any
Map implementation.
- PersistentMapDecorator(Map<Object, Object>) - Constructor for class org.apache.wiki.htmltowiki.PersistentMapDecorator
-
Creates a new decorator for a given map.
- PingWeblogsComFilter - Class in org.apache.wiki.filters
-
A very dumb class that pings weblogs.com on each save.
- PingWeblogsComFilter() - Constructor for class org.apache.wiki.filters.PingWeblogsComFilter
-
- PLAIN - Static variable in class org.apache.wiki.tags.InsertPageTag
-
- PlainEditorAdminBean - Class in org.apache.wiki.ui.admin.beans
-
This class is still experimental.
- PlainEditorAdminBean() - Constructor for class org.apache.wiki.ui.admin.beans.PlainEditorAdminBean
-
- PLUGIN_RESOURCE_LOCATION - Static variable in class org.apache.wiki.modules.ModuleManager
-
Location of the property-files of plugins.
- PluginBean - Class in org.apache.wiki.ui.admin.beans
-
- PluginBean(WikiEngine) - Constructor for class org.apache.wiki.ui.admin.beans.PluginBean
-
- PluginContent - Class in org.apache.wiki.parser
-
Stores the contents of a plugin in a WikiDocument DOM tree.
- PluginContent(String, Map<String, String>) - Constructor for class org.apache.wiki.parser.PluginContent
-
Creates a new DOM element with the given plugin name and a map of parameters.
- PluginException - Exception in org.apache.wiki.api.exceptions
-
Provides a generic PluginException.
- PluginException(String) - Constructor for exception org.apache.wiki.api.exceptions.PluginException
-
Create a PluginException.
- PluginException(String, Throwable) - Constructor for exception org.apache.wiki.api.exceptions.PluginException
-
Create a PluginException with the given original exception wrapped.
- PluginLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes plugin links.
- PluginLinkNodePostProcessorState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.PluginLinkNodePostProcessorState
-
- PluginManager - Interface in org.apache.wiki.api.engine
-
- pluginsEnabled() - Method in interface org.apache.wiki.api.engine.PluginManager
-
Returns plugin execution status.
- pluginsEnabled() - Method in class org.apache.wiki.plugin.DefaultPluginManager
-
Returns plugin execution status.
- PluginTag - Class in org.apache.wiki.tags
-
Inserts any Wiki plugin.
- PluginTag() - Constructor for class org.apache.wiki.tags.PluginTag
-
- POLICY - Static variable in class org.apache.wiki.auth.AuthorizationManager
-
Property that supplies the security policy file name, in WEB-INF.
- policyPrincipals() - Method in class org.apache.wiki.auth.SecurityVerifier
-
Returns an array of unique Principals from the JSPWIki security policy
file.
- policyRoleTable() - Method in class org.apache.wiki.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 org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki post-save page event.
- POST_SAVE_BEGIN - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the beginning of all wiki post-save page events.
- POST_SAVE_END - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the end of all wiki post-save page events.
- POST_TRANSLATE - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki post-translate page event.
- POST_TRANSLATE_BEGIN - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the beginning of all wiki post-translate page events.
- POST_TRANSLATE_END - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the end of all wiki post-translate page events.
- postSave(WikiContext, String) - Method in class org.apache.wiki.api.filters.BasicPageFilter
-
This method is called after the page has been successfully saved.
- postSave(WikiContext, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called after the page has been successfully saved.
- postSave(WikiContext, String) - Method in class org.apache.wiki.event.PageEventFilter
-
This method is called after the page has been successfully saved.
- postSave(WikiContext, String) - Method in class org.apache.wiki.filters.PingWeblogsComFilter
-
This method is called after the page has been successfully saved.
- postSave(WikiContext, String) - Method in class org.apache.wiki.ReferenceManager
-
After the page has been saved, updates the reference lists.
- postSave(WikiContext, String) - Method in class org.apache.wiki.search.SearchManager
-
Reindexes the page.
- postTranslate(WikiContext, String) - Method in class org.apache.wiki.api.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 org.apache.wiki.api.filters.PageFilter
-
This method is called after a page has been fed through the translation process,
so anything you are seeing here is translated content.
- postTranslate(WikiContext, String) - Method in class org.apache.wiki.event.PageEventFilter
-
This method is called after a page has been fed through the TranslatorReader,
so anything you are seeing here is translated content.
- PRE_SAVE - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki pre-save page event.
- PRE_SAVE_BEGIN - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the beginning of all wiki pre-save page events.
- PRE_SAVE_END - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the end of all wiki pre-save page events.
- PRE_TRANSLATE - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates a wiki pre-translate page event.
- PRE_TRANSLATE_BEGIN - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the beginning of all wiki pre-translate page events.
- PRE_TRANSLATE_END - Static variable in class org.apache.wiki.event.WikiPageEvent
-
Indicates the end of all wiki pre-translate page events.
- Preferences - Class in org.apache.wiki.preferences
-
Represents an object which is used to store user preferences.
- Preferences() - Constructor for class org.apache.wiki.preferences.Preferences
-
- Preferences.TimeFormat - Enum in org.apache.wiki.preferences
-
Is used to choose between the different date formats that JSPWiki supports.
- PREFIX_LOGIN_MODULE_OPTIONS - Static variable in class org.apache.wiki.auth.AuthenticationManager
-
Prefix for LoginModule options key/value pairs.
- PREFS - Static variable in class org.apache.wiki.ui.WikiCommand
-
- PREFS - Static variable in class org.apache.wiki.WikiContext
-
User is editing preferences
- PREFS_COOKIE_NAME - Static variable in class org.apache.wiki.auth.login.CookieAssertionLoginModule
-
The name of the cookie that gets stored to the user browser.
- PREFS_COOKIE_NAME - Static variable in class org.apache.wiki.WikiEngine
-
The name of the cookie that gets stored to the user browser.
- preSave(WikiContext, String) - Method in class org.apache.wiki.api.filters.BasicPageFilter
-
This method is called before the page has been saved to the PageProvider.
- preSave(WikiContext, String) - Method in interface org.apache.wiki.api.filters.PageFilter
-
This method is called before the page has been saved to the PageProvider.
- preSave(WikiContext, String) - Method in class org.apache.wiki.event.PageEventFilter
-
This method is called before the page has been saved to the PageProvider.
- preSave(WikiContext, String) - Method in class org.apache.wiki.filters.CreoleFilter
-
This method is called before the page has been saved to the PageProvider.
- preSave(WikiContext, String) - Method in class org.apache.wiki.filters.SpamFilter
-
This method is called before the page has been saved to the PageProvider.
- PreSaveWikiPageTask - Class in org.apache.wiki.tasks.pages
-
Handles the page pre-save actions.
- PreSaveWikiPageTask(WikiContext, String) - Constructor for class org.apache.wiki.tasks.pages.PreSaveWikiPageTask
-
Creates the task.
- preTranslate(WikiContext, String) - Method in class org.apache.wiki.api.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 interface org.apache.wiki.api.filters.PageFilter
-
This method is called whenever a page has been loaded from the provider,
but not yet been sent through the markup-translation process.
- preTranslate(WikiContext, String) - Method in class org.apache.wiki.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 org.apache.wiki.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.
- preTranslate(WikiContext, String) - Method in class org.apache.wiki.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.
- PREVIEW - Static variable in class org.apache.wiki.ui.PageCommand
-
- PREVIEW - Static variable in class org.apache.wiki.WikiContext
-
User is previewing the changes he just made.
- previousStep(Step) - Method in class org.apache.wiki.workflow.Workflow
-
Protected method that returns the predecessor for a supplied Step.
- PreviousVersionTag - Class in org.apache.wiki.tags
-
Outputs the version number of the previous version of this page.
- PreviousVersionTag() - Constructor for class org.apache.wiki.tags.PreviousVersionTag
-
- PRINCIPAL_ADD - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a Principal should be added to the WikiSession
- PrincipalComparator - Class in org.apache.wiki.auth
-
Comparator class for sorting objects of type Principal.
- PrincipalComparator() - Constructor for class org.apache.wiki.auth.PrincipalComparator
-
- PrincipalWrapper - Class in org.apache.wiki.auth.login
-
Wrapper class for container-managed or externally-provided principals.
- PrincipalWrapper(Principal) - Constructor for class org.apache.wiki.auth.login.PrincipalWrapper
-
Constructs a new instance of this class by wrapping (decorating)
the supplied principal.
- printAcl(Acl) - Static method in class org.apache.wiki.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 org.apache.wiki.tags.UserProfileTag
-
Returns a sorted list of the
Group
objects a user possesses
in his or her WikiSession.
- printRoles(WikiContext) - Static method in class org.apache.wiki.tags.UserProfileTag
-
Returns a sorted list of the
Role
objects a user possesses
in his or her WikiSession.
- PriorityList<E> - Class in org.apache.wiki.util
-
Builds a simple, priority-based List implementation.
- PriorityList() - Constructor for class org.apache.wiki.util.PriorityList
-
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.AccessRuleLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ExternalLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ImageLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.InterWikiLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, Node) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.JSPWikiLinkNodePostProcessor
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalFootnoteLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalFootnoteRefLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.MetadataLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, T) - Method in interface org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.NodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.PluginLinkNodePostProcessorState
-
performs further processing before rendering.
- process(NodeTracker, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.VariableLinkNodePostProcessorState
-
performs further processing before rendering.
- processCurrentStep() - Method in class org.apache.wiki.workflow.Workflow
-
Protected method that processes the current Step by calling
Step.execute()
.
- ProfanityFilter - Class in org.apache.wiki.filters
-
This class is an example of how to have a simple filter.
- ProfanityFilter() - Constructor for class org.apache.wiki.filters.ProfanityFilter
-
- PROFILE_NAME_CHANGED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user profile name changes.
- PROFILE_SAVE - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a user profile is saved.
- ProgressItem - Class in org.apache.wiki.ui.progress
-
Provides access to an progress item.
- ProgressItem() - Constructor for class org.apache.wiki.ui.progress.ProgressItem
-
- ProgressManager - Class in org.apache.wiki.ui.progress
-
Manages progressing items.
- ProgressManager() - Constructor for class org.apache.wiki.ui.progress.ProgressManager
-
Creates a new ProgressManager.
- ProgressManager.JSONTracker - Class in org.apache.wiki.ui.progress
-
Provides access to a progress indicator, assuming you know the ID.
- PROMPT - Static variable in class org.apache.wiki.auth.login.AnonymousLoginModule
-
Bogus prompt sent to the callback handler.
- PROP_ACL_MANAGER_IMPL - Static variable in class org.apache.wiki.WikiEngine
-
The name of the property containing the ACLManager implementing class.
- PROP_AKISMET_API_KEY - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying the Akismet API-key.
- PROP_ALLOW_COOKIE_ASSERTIONS - Static variable in class org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.WikiEngine
-
If this property is set to false, we don't allow the creation of empty pages
- PROP_ALLOWEDEXTENSIONS - Static variable in class org.apache.wiki.attachment.AttachmentManager
-
A space-separated list of attachment types which can be uploaded
- PROP_ALLOWHTML - Static variable in class org.apache.wiki.parser.MarkupParser
-
If set to "true", allows using raw HTML within Wiki text.
- PROP_APPNAME - Static variable in class org.apache.wiki.WikiEngine
-
Property for application name
- PROP_AUTHORIZER - Static variable in class org.apache.wiki.auth.AuthorizationManager
-
The property name in jspwiki.properties for specifying the external
Authorizer
.
- PROP_BANTIME - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying how long a host is banned.
- PROP_BEAUTIFYTITLE - Static variable in class org.apache.wiki.WikiEngine
-
Property name for the "spaces in titles" -hack.
- PROP_BLACKLIST - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for the attachment containing the blacklist.
- PROP_CAMELCASELINKS - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
If true, consider CamelCase hyperlinks as well.
- PROP_CAPTCHA - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying which captcha technology should be used.
- PROP_CHANNEL_DESCRIPTION - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS channel description.
- PROP_CHANNEL_LANGUAGE - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS channel language.
- PROP_CHANNEL_TITLE - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS channel title.
- PROP_CUSTOMPROP_MAXKEYLENGTH - Static variable in class org.apache.wiki.providers.AbstractFileProvider
-
- PROP_CUSTOMPROP_MAXLIMIT - Static variable in class org.apache.wiki.providers.AbstractFileProvider
-
- PROP_CUSTOMPROP_MAXVALUELENGTH - Static variable in class org.apache.wiki.providers.AbstractFileProvider
-
- PROP_DATABASE - Static variable in class org.apache.wiki.auth.authorize.XMLGroupDatabase
-
The jspwiki.properties property specifying the file system location of
the group database.
- PROP_DB_ATTRIBUTES - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_CREATED - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_DATASOURCE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_EMAIL - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_FULL_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_LOCK_EXPIRY - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_LOGIN_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_MODIFIED - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_PASSWORD - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_ROLE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_ROLE_TABLE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_TABLE - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_UID - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DB_WIKI_NAME - Static variable in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- PROP_DIFF_PROVIDER - Static variable in class org.apache.wiki.diff.DifferenceManager
-
Property value for storing a diff provider.
- PROP_DIFFCOMMAND - Static variable in class org.apache.wiki.diff.ExternalDiffProvider
-
Determines the command to be used for 'diff'.
- PROP_DISABLECACHE - Static variable in class org.apache.wiki.providers.BasicAttachmentProvider
-
The property name for specifying which attachments are not cached.
- PROP_EDITORTYPE - Static variable in class org.apache.wiki.ui.EditorManager
-
The property name for setting the editor.
- PROP_ENCODING - Static variable in class org.apache.wiki.WikiEngine
-
Define the used encoding.
- PROP_ERRORPAGE - Static variable in class org.apache.wiki.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 org.apache.wiki.providers.FileSystemProvider
-
All metadata is stored in a file with this extension.
- PROP_EXTERNALJARS - Static variable in interface org.apache.wiki.api.engine.PluginManager
-
The property name defining which external jars will be added to the classpath when searching for plugin classes.
- PROP_FILTERSTRATEGY - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying which filter strategy should be used.
- PROP_FILTERXML - Static variable in interface org.apache.wiki.api.engine.FilterManager
-
Property name for setting the filter XML property file.
- PROP_FORBIDDENEXTENSIONS - Static variable in class org.apache.wiki.attachment.AttachmentManager
-
A space-separated list of attachment types which cannot be uploaded
- PROP_FORCEDOWNLOAD - Static variable in class org.apache.wiki.attachment.AttachmentManager
-
A space-separated list of attachment types which never will open in the browser.
- PROP_FRONTPAGE - Static variable in class org.apache.wiki.WikiEngine
-
Property name for the default front page.
- PROP_GENERATE_RSS - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS generator main switch.
- PROP_GROUPDB_CREATED - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The column containing the group's creation timestamp.
- PROP_GROUPDB_CREATOR - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The column containing the group creator's name.
- PROP_GROUPDB_DATASOURCE - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The JNDI name of the DataSource.
- PROP_GROUPDB_MEMBER - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The column containing the group member's name.
- PROP_GROUPDB_MEMBER_TABLE - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The table that stores the names of group members.
- PROP_GROUPDB_MODIFIED - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The column containing the group's last-modified timestamp.
- PROP_GROUPDB_MODIFIER - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The column containing the name of the user who last modified the group.
- PROP_GROUPDB_NAME - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The column containing the group's name.
- PROP_GROUPDB_TABLE - Static variable in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
The table that stores the groups.
- PROP_IGNORE_AUTHENTICATED - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying whether authenticated users should be ignored.
- PROP_INLINEIMAGEPTRN - Static variable in class org.apache.wiki.WikiEngine
-
This property defines the inline image pattern.
- PROP_INTERVAL - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS generation interval in seconds.
- PROP_INTERWIKIREF - Static variable in class org.apache.wiki.WikiEngine
-
Property start for any interwiki reference.
- PROP_IPLIST - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying the page which contains the list of IPs to ban.
- PROP_LOCKEXPIRY - Static variable in interface org.apache.wiki.pages.PageManager
-
The property value for setting the amount of time before the page locks expire.
- PROP_LOGIN_EXPIRY_DAYS - Static variable in class org.apache.wiki.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 org.apache.wiki.auth.AuthenticationManager
-
The
LoginModule
to use for custom authentication.
- PROP_LOGIN_THROTTLING - Static variable in class org.apache.wiki.auth.AuthenticationManager
-
Whether logins should be throttled to limit brute-forcing attempts.
- PROP_LUCENE_ANALYZER - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
Which analyzer to use.
- PROP_MAIL_ACCOUNT - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_CONNECTION_TIMEOUT - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_HOST - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_JNDI_NAME - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_PASSWORD - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_PORT - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_SENDER - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_STARTTLS - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_TIMEOUT - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MAIL_TRANSPORT - Static variable in class org.apache.wiki.util.MailUtil
-
- PROP_MATCHPLURALS - Static variable in class org.apache.wiki.WikiEngine
-
Property name for the "match english plurals" -hack.
- PROP_MAX_PAGENAME_LENGTH - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying the maximum page name length.
- PROP_MAXSIZE - Static variable in class org.apache.wiki.attachment.AttachmentManager
-
The maximum size of attachments that can be uploaded.
- PROP_MAXURLS - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying how many URLs can any given edit contain.
- PROP_NO_FILTER_ENCODING - Static variable in class org.apache.wiki.WikiEngine
-
Do not use encoding in WikiJSPFilter, default is false for most servers.
- PROP_NOTE_IMAGE - Static variable in class org.apache.wiki.plugin.Note
-
Property name for setting the image for the note.
- PROP_PAGE_NAME_COMPARATOR - Static variable in class org.apache.wiki.pages.PageSorter
-
- PROP_PAGECHANGES - Static variable in class org.apache.wiki.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 org.apache.wiki.providers.AbstractFileProvider
-
Name of the property that defines where page directories are.
- PROP_PAGEPROVIDER - Static variable in interface org.apache.wiki.pages.PageManager
-
The property value for setting the current page provider.
- PROP_PINGURL - Static variable in class org.apache.wiki.filters.PingWeblogsComFilter
-
The property name for the URL to ping.
- PROP_PLAINURIS - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
If true, all hyperlinks are translated as well, regardless whether they
are surrounded by brackets.
- PROP_PREFIX - Static variable in class org.apache.wiki.url.ShortURLConstructor
-
This corresponds to your WikiServlet path.
- PROP_PROVIDER - Static variable in class org.apache.wiki.attachment.AttachmentManager
-
The property name for defining the attachment provider class name.
- PROP_REFSTYLE - Static variable in class org.apache.wiki.WikiEngine
-
The name for the property which allows you to set the current reference
style.
- PROP_RSS_AUTHOR - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS author.
- PROP_RSS_AUTHOREMAIL - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS author email.
- PROP_RSSFILE - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Defines the property name for the RSS file that the wiki should generate.
- PROP_RUNFILTERS - Static variable in class org.apache.wiki.WikiEngine
-
If this property is set to false, all filters are disabled when translating.
- PROP_RUNPLUGINS - Static variable in class org.apache.wiki.parser.MarkupParser
-
If set to "true", enables plugins during parsing
- PROP_SEARCHPATH - Static variable in interface org.apache.wiki.api.engine.PluginManager
-
The property name defining which packages will be searched for plugin classes.
- PROP_SEARCHPROVIDER - Static variable in class org.apache.wiki.search.SearchManager
-
Property name for setting the search provider.
- PROP_SIMILARCHANGES - Static variable in class org.apache.wiki.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 org.apache.wiki.providers.BasicAttachmentProvider
-
The property name for where the attachments should be stored.
- PROP_STORAGEDIR - Static variable in class org.apache.wiki.providers.CachingAttachmentProvider
-
Property that supplies the directory used to store attachments.
- PROP_STOREIPADDRESS - Static variable in class org.apache.wiki.auth.AuthenticationManager
-
If this jspwiki.properties property is
true
, logs the IP address of the editor on saving.
- PROP_STOREUSERNAME - Static variable in class org.apache.wiki.WikiEngine
-
If true, then the user name will be stored with the page data.
- PROP_TEMPLATEDIR - Static variable in class org.apache.wiki.WikiEngine
-
Property name for the template that is used.
- PROP_UNCHANGED_CONTEXT_LIMIT - Static variable in class org.apache.wiki.diff.ContextualDiffProvider
-
A jspwiki.properties value to define how many characters are shown around the change context.
- PROP_URLCONSTRUCTOR - Static variable in class org.apache.wiki.WikiEngine
-
Property name for setting the url generator instance
- PROP_USEATTACHMENTIMAGE - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
If true, all outward attachment info links have a small link image appended.
- PROP_USECACHE - Static variable in interface org.apache.wiki.pages.PageManager
-
The property value for setting the cache on/off.
- PROP_USEOUTLINKIMAGE - Static variable in class org.apache.wiki.parser.MarkupParser
-
If true, all outward links (external links) have a small link image appended.
- PROP_USERDATABASE - Static variable in class org.apache.wiki.auth.user.XMLUserDatabase
-
The jspwiki.properties property specifying the file system location of
the user database.
- PROP_USERELNOFOLLOW - Static variable in class org.apache.wiki.parser.MarkupParser
-
If set to "true", all external links are tagged with 'rel="nofollow"'
- PROP_WORDLIST - Static variable in class org.apache.wiki.filters.SpamFilter
-
The filter property name for specifying the page which contains the list of spamwords.
- PROP_WORKDIR - Static variable in class org.apache.wiki.WikiEngine
-
Property name for where the jspwiki work directory should be.
- PropertiesUtils - Class in org.apache.wiki.util
-
some useful methods for properties
- PROPERTY_APPROVER_PREFIX - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The prefix to use for looking up
jspwiki.properties
approval roles.
- PROPERTY_FILE - Static variable in class org.apache.wiki.providers.BasicAttachmentProvider
-
The name of the property file.
- PROPERTYFILE - Static variable in class org.apache.wiki.providers.VersioningFileProvider
-
Name of the property file which stores the metadata.
- PROPERTYFILE - Static variable in class org.apache.wiki.ui.TemplateManager
-
Name of the file that contains the properties.
- PropertyReader - Class in org.apache.wiki.util
-
Property Reader for the WikiEngine.
- PROPFILENAME - Static variable in class org.apache.wiki.ui.Installer
-
- ProviderException - Exception in org.apache.wiki.api.exceptions
-
This exception represents the superclass of all exceptions that providers may throw.
- ProviderException(String) - Constructor for exception org.apache.wiki.api.exceptions.ProviderException
-
Creates a ProviderException.
- PUNCTUATION_CHARS_ALLOWED - Static variable in class org.apache.wiki.parser.MarkupParser
-
Lists all punctuation characters allowed in page names.
- pushBack(int) - Method in class org.apache.wiki.parser.MarkupParser
-
Push back any character to the current input.
- PUSHBACK_BUFFER_SIZE - Static variable in class org.apache.wiki.parser.MarkupParser
-
Allow this many characters to be pushed back in the stream.
- put(K, V) - Method in class org.apache.wiki.htmltowiki.ForgetNullValuesLinkedHashMap
- put(Object, Object) - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- put(Object, Object) - Method in class org.apache.wiki.util.CommentedProperties
- putAll(Map<?, ?>) - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- putAll(Map<?, ?>) - Method in class org.apache.wiki.util.CommentedProperties
- putAttachmentData(Attachment, InputStream) - Method in class org.apache.wiki.providers.BasicAttachmentProvider
-
Put new attachment data.
- putAttachmentData(Attachment, InputStream) - Method in class org.apache.wiki.providers.CachingAttachmentProvider
-
Put new attachment data.
- putAttachmentData(Attachment, InputStream) - Method in interface org.apache.wiki.providers.WikiAttachmentProvider
-
Put new attachment data.
- putPageText(WikiPage, String) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- putPageText(WikiPage, String) - Method in interface org.apache.wiki.pages.PageManager
-
Puts the page text into the repository.
- putPageText(WikiPage, String) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Attempts to save the page text for page "page".
- putPageText(WikiPage, String) - Method in class org.apache.wiki.providers.CachingProvider
-
Attempts to save the page text for page "page".
- putPageText(WikiPage, String) - Method in class org.apache.wiki.providers.FileSystemProvider
-
Attempts to save the page text for page "page".
- putPageText(WikiPage, String) - Method in class org.apache.wiki.providers.VersioningFileProvider
-
Attempts to save the page text for page "page".
- putPageText(WikiPage, String) - Method in interface org.apache.wiki.providers.WikiPageProvider
-
Attempts to save the page text for page "page".
Q
- QueryItem - Class in org.apache.wiki.search
-
This simple class just fulfils the role of a container for searches.
- QueryItem() - Constructor for class org.apache.wiki.search.QueryItem
-
R
- READ - Static variable in class org.apache.wiki.parser.JSPWikiMarkupParser
-
- readContents(InputStream, String) - Static method in class org.apache.wiki.util.FileUtil
-
Reads in file contents.
- readContents(Reader) - Static method in class org.apache.wiki.util.FileUtil
-
Returns the full contents of the Reader as a String.
- ReadWikiPage - Class in org.apache.wiki.pages.haddock
-
- ReadWikiPage() - Constructor for class org.apache.wiki.pages.haddock.ReadWikiPage
-
- reassign(Principal) - Method in class org.apache.wiki.workflow.Decision
-
Reassigns the Decision to a new actor (that is, provide an outcome).
- reassign(Decision, Principal) - Method in class org.apache.wiki.workflow.DecisionQueue
-
Reassigns the owner of the Decision to a new owner.
- RecentChangesPlugin - Class in org.apache.wiki.plugin
-
Returns the Recent Changes in the wiki being a date-sorted list of page names.
- RecentChangesPlugin() - Constructor for class org.apache.wiki.plugin.RecentChangesPlugin
-
- REDIRECT - Static variable in class org.apache.wiki.ui.RedirectCommand
-
- REDIRECT - Static variable in class org.apache.wiki.WikiPage
-
A special variable name for storing a redirect note
- RedirectCommand - Class in org.apache.wiki.ui
-
Defines Commands for redirections to off-site special pages.
- RedirectException - Exception in org.apache.wiki.api.exceptions
-
This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.
- RedirectException(String, String) - Constructor for exception org.apache.wiki.api.exceptions.RedirectException
-
Constructs a new RedirectException.
- ReferenceManager - Class in org.apache.wiki
-
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 org.apache.wiki.ReferenceManager
-
Builds a new ReferenceManager.
- ReferredPagesPlugin - Class in org.apache.wiki.plugin
-
Displays the pages referring to the current page.
- ReferredPagesPlugin() - Constructor for class org.apache.wiki.plugin.ReferredPagesPlugin
-
- ReferringPagesPlugin - Class in org.apache.wiki.plugin
-
Displays the pages referring to the current page.
- ReferringPagesPlugin() - Constructor for class org.apache.wiki.plugin.ReferringPagesPlugin
-
- ReferringUndefinedPagesPlugin - Class in org.apache.wiki.plugin
-
Lists all pages containing links to Undefined Pages (pages containing dead links).
- ReferringUndefinedPagesPlugin() - Constructor for class org.apache.wiki.plugin.ReferringUndefinedPagesPlugin
-
- registerServlet(WikiAjaxServlet) - Static method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
-
Register a
WikiAjaxServlet
using the servlet mapping as the alias
- registerServlet(String, WikiAjaxServlet) - Static method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
-
Register a
WikiAjaxServlet
with a specific alias, and default permission PagePermission.VIEW
.
- registerServlet(String, WikiAjaxServlet, Permission) - Static method in class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
-
Regster a
WikiAjaxServlet
given an alias, the servlet, and the permission.
- reindexPage(WikiPage) - Method in class org.apache.wiki.search.BasicSearchProvider
-
Adds a WikiPage for indexing queue.
- reindexPage(WikiPage) - Method in class org.apache.wiki.search.LuceneSearchProvider
-
Adds a page-text pair to the lucene update queue.
- reindexPage(WikiPage) - Method in class org.apache.wiki.search.SearchManager
-
Forces the reindex of the given page.
- reindexPage(WikiPage) - Method in interface org.apache.wiki.search.SearchProvider
-
Adds a WikiPage for indexing queue.
- Release - Class in org.apache.wiki
-
Contains release and version information.
- release() - Method in class org.apache.wiki.tags.CookieTag
- release() - Method in class org.apache.wiki.tags.ParamTag
- release() - Method in class org.apache.wiki.tags.PluginTag
- release() - Method in class org.apache.wiki.tags.SearchResultIteratorTag
-
- release() - Method in class org.apache.wiki.tags.TabbedSectionTag
- reload() - Method in class org.apache.wiki.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 org.apache.wiki.preferences.Preferences
-
Reloads the preferences from the PageContext into the WikiContext.
- remove(Principal) - Method in class org.apache.wiki.auth.authorize.Group
-
Removes a Principal from the group.
- remove(HttpSession) - Method in class org.apache.wiki.auth.SessionMonitor
-
Removes the wiki session associated with the user's HttpSession
from the session cache.
- remove(Object) - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- remove(Object) - Method in class org.apache.wiki.util.CommentedProperties
- remove(int) - Method in class org.apache.wiki.util.TimedCounterList
- remove(Decision) - Method in class org.apache.wiki.workflow.DecisionQueue
-
Protected method that removes a Decision from the queue.
- remove(Workflow) - Method in class org.apache.wiki.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 org.apache.wiki.WikiEngine
-
Removes an attribute.
- removeAttribute(String) - Method in class org.apache.wiki.WikiPage
-
Removes an attribute from the page, if it exists.
- removeEntry(AclEntry) - Method in interface org.apache.wiki.auth.acl.Acl
-
Removes an ACL entry from this ACL.
- removeEntry(AclEntry) - Method in class org.apache.wiki.auth.acl.AclImpl
-
Removes an ACL entry from this ACL.
- removeGroup(String) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Removes a named Group from the group database.
- removeItem(String) - Method in class org.apache.wiki.tags.BreadcrumbsTag.FixedQueue
-
- removePermission(Permission) - Method in interface org.apache.wiki.auth.acl.AclEntry
-
Removes the specified permission from this ACL entry.
- removePermission(Permission) - Method in class org.apache.wiki.auth.acl.AclEntryImpl
-
Removes the specified permission from this ACL entry.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.AuthenticationManager
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.AuthorizationManager
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.SessionMonitor
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.auth.UserManager
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.event.PageEventFilter
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(Object, WikiEventListener) - Static method in class org.apache.wiki.event.WikiEventManager
-
Un-registers a WikiEventListener with the WikiEventDelegate for
the provided client object.
- removeWikiEventListener(WikiEventListener) - Static method in class org.apache.wiki.event.WikiEventManager
-
Un-registers a WikiEventListener from any WikiEventDelegate client managed by this
WikiEventManager.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.WikiEngine
-
Un-registers a WikiEventListener with this instance.
- removeWikiEventListener(WikiEventListener) - Method in class org.apache.wiki.workflow.Workflow
-
Un-registers a WikiEventListener with this instance.
- removeWikiSession(WikiEngine, HttpServletRequest) - Static method in class org.apache.wiki.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 org.apache.wiki.auth.permissions.PagePermission
-
A static instance of the rename permission.
- rename(String, String) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- rename(String, String) - Method in interface org.apache.wiki.auth.user.UserDatabase
-
Renames a
UserProfile
in the user database by changing
the profile's login name.
- rename(String, String) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
-
- rename(String, String) - Method in class org.apache.wiki.auth.UserManager.DummyUserDatabase
-
No-op; always throws
NoSuchPrincipalException
.
- RENAME - Static variable in class org.apache.wiki.ui.PageCommand
-
- RENAME - Static variable in class org.apache.wiki.WikiContext
-
User is renaming a page.
- RENAME_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
Action name for the rename permission.
- RENAME_MASK - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
- renamePage(WikiContext, String, String, boolean) - Method in class org.apache.wiki.content.PageRenamer
-
Renames a page.
- renamePage(WikiContext, String, String, boolean) - Method in class org.apache.wiki.WikiEngine
-
Renames, or moves, a wiki page.
- renderDate(WikiContext, Date, Preferences.TimeFormat) - Static method in class org.apache.wiki.preferences.Preferences
-
A simple helper function to render a date based on the user preferences.
- rendererOptions(MutableDataHolder) - Method in class org.apache.wiki.markdown.MarkdownForJSPWikiExtension
- RenderingManager - Class in org.apache.wiki.render
-
This class provides a facade towards the differing rendering routines.
- RenderingManager() - Constructor for class org.apache.wiki.render.RenderingManager
-
- repeatString(String, int) - Static method in class org.apache.wiki.util.TextUtil
-
A simple routine which just repeates the arguments.
- replaceEntities(String) - Static method in class org.apache.wiki.util.TextUtil
-
Replaces the relevant entities inside the String.
- replaceString(String, String, String) - Static method in class org.apache.wiki.util.TextUtil
-
Replaces a string with an other string.
- replaceString(String, int, int, String) - Static method in class org.apache.wiki.util.TextUtil
-
Replaces a part of a string with a new String.
- replaceStringCaseUnsensitive(String, String, String) - Static method in class org.apache.wiki.util.TextUtil
-
Replaces a string with an other string.
- RepositoryModifiedException - Exception in org.apache.wiki.providers
-
If the provider detects that someone has modified the repository
externally, it should throw this exception.
- RepositoryModifiedException(String, String) - Constructor for exception org.apache.wiki.providers.RepositoryModifiedException
-
Constructs the exception.
- REQ_EDITEDTEXT - Static variable in class org.apache.wiki.ui.EditorManager
-
Known attribute name for storing the user edited text inside a HTTP parameter.
- REQUESTED - Static variable in class org.apache.wiki.search.QueryItem
-
The word should be in the pages, but the search engine may
use its own discretion.
- RequestResourceTag - Class in org.apache.wiki.tags
-
Provides easy access to TemplateManager.addResourceRequest().
- RequestResourceTag() - Constructor for class org.apache.wiki.tags.RequestResourceTag
-
- requestToMap(HttpServletRequest, String) - Static method in class org.apache.wiki.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 org.apache.wiki.search.QueryItem
-
The word is required to be in the pages
- requiredPermission() - Method in interface org.apache.wiki.ui.Command
-
Returns the Permission required to successfully execute this Command.
- requiredPermission() - Method in class org.apache.wiki.ui.GroupCommand
-
Returns the permission required to execute this GroupCommand.
- requiredPermission() - Method in class org.apache.wiki.ui.PageCommand
-
- requiredPermission() - Method in class org.apache.wiki.ui.RedirectCommand
-
No-op; always returns
null
.
- requiredPermission() - Method in class org.apache.wiki.ui.WikiCommand
-
- requiredPermission() - Method in class org.apache.wiki.WikiContext
-
Returns the permission required to successfully execute this context.
- requiresApproval(String) - Method in class org.apache.wiki.workflow.WorkflowManager
-
Returns
true
if a workflow matching a particular key
contains an approval step.
- resetIterator() - Method in class org.apache.wiki.tags.AdminBeanIteratorTag
-
Override this method to reset your own iterator.
- resetIterator() - Method in class org.apache.wiki.tags.IteratorTag
-
Override this method to reset your own iterator.
- resolveEntity(String, String) - Method in class org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.ui.TemplateManager
-
Requests a HTTP header.
- RESOURCE_INCLUDES - Static variable in class org.apache.wiki.ui.TemplateManager
-
The name under which the resource includes map is stored in the
WikiContext.
- RESOURCE_INLINECSS - Static variable in class org.apache.wiki.ui.TemplateManager
-
Requests inlined CSS.
- RESOURCE_JSFUNCTION - Static variable in class org.apache.wiki.ui.TemplateManager
-
Requests a JavaScript function to be called during window.onload.
- RESOURCE_JSLOCALIZEDSTRINGS - Static variable in class org.apache.wiki.ui.TemplateManager
-
Requests a JavaScript associative array with all localized strings.
- RESOURCE_SCRIPT - Static variable in class org.apache.wiki.ui.TemplateManager
-
Requests a script to be loaded.
- RESOURCE_STYLESHEET - Static variable in class org.apache.wiki.ui.TemplateManager
-
Requests a stylesheet to be inserted.
- restart() - Method in class org.apache.wiki.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 org.apache.wiki.util.HttpUtil
-
Attempts to retrieve the given cookie value from the request.
- REVISION - Static variable in class org.apache.wiki.Release
-
The JSPWiki revision.
- RFC3339FORMAT - Static variable in class org.apache.wiki.rss.AtomFeed
-
Defines a SimpleDateFormat string for RFC3339-formatted dates.
- Role - Class in org.apache.wiki.auth.authorize
-
A lightweight, immutable Principal that represents a built-in wiki role such
as Anonymous, Asserted and Authenticated.
- Role() - Constructor for class org.apache.wiki.auth.authorize.Role
-
Create an empty Role.
- Role(String) - Constructor for class org.apache.wiki.auth.authorize.Role
-
Constructs a new Role with a given name.
- rowBody(WikiModuleInfo) - Method in class org.apache.wiki.ui.admin.beans.FilterBean
-
html blob describing
Element
describing attributes
- rowBody(WikiModuleInfo) - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
-
html blob describing
Element
describing attributes
- rowBody(WikiModuleInfo) - Method in class org.apache.wiki.ui.admin.beans.PluginBean
-
html blob describing
Element
describing attributes
- RPC_VERSION - Static variable in class org.apache.wiki.xmlrpc.AbstractRPCHandler
-
This is the currently implemented JSPWiki XML-RPC code revision.
- RPCHandler - Class in org.apache.wiki.xmlrpc
-
Provides handlers for all RPC routines.
- RPCHandler() - Constructor for class org.apache.wiki.xmlrpc.RPCHandler
-
- RPCHandlerUTF8 - Class in org.apache.wiki.xmlrpc
-
Provides handlers for all RPC routines.
- RPCHandlerUTF8() - Constructor for class org.apache.wiki.xmlrpc.RPCHandlerUTF8
-
- RPCServlet - Class in org.apache.wiki.xmlrpc
-
Handles all incoming servlet requests for XML-RPC calls.
- RPCServlet() - Constructor for class org.apache.wiki.xmlrpc.RPCServlet
-
- RSS - Static variable in class org.apache.wiki.ui.PageCommand
-
- RSS - Static variable in class org.apache.wiki.WikiContext
-
RSS feed is being generated.
- RSS10 - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Parameter value to represent RSS 1.0 feeds.
- RSS10Feed - Class in org.apache.wiki.rss
-
Provides an implementation of an RSS 1.0 feed.
- RSS10Feed(WikiContext) - Constructor for class org.apache.wiki.rss.RSS10Feed
-
Create an RSS 1.0 feed for a given context.
- RSS20 - Static variable in class org.apache.wiki.rss.RSSGenerator
-
Parameter value to represent RSS 2.0 feeds.
- RSS20Feed - Class in org.apache.wiki.rss
-
Represents an RSS 2.0 feed (with enclosures).
- RSS20Feed(WikiContext) - Constructor for class org.apache.wiki.rss.RSS20Feed
-
Creates an RSS 2.0 feed for the specified Context.
- RSSGenerator - Class in org.apache.wiki.rss
-
The master class for generating different kinds of Feeds (including RSS1.0, 2.0 and Atom).
- RSSGenerator(WikiEngine, Properties) - Constructor for class org.apache.wiki.rss.RSSGenerator
-
Initialize the RSS generator for a given WikiEngine.
- RSSImageLinkTag - Class in org.apache.wiki.tags
-
Writes an image link to a JSPWiki RSS file.
- RSSImageLinkTag() - Constructor for class org.apache.wiki.tags.RSSImageLinkTag
-
- RSSThread - Class in org.apache.wiki.rss
-
Runs the RSS generation thread.
- RSSThread(WikiEngine, File, int) - Constructor for class org.apache.wiki.rss.RSSThread
-
Create a new RSS thread.
- run() - Method in class org.apache.wiki.WikiBackgroundThread
-
Runs the background thread's
WikiBackgroundThread.backgroundTask()
method at the interval specified at construction.
- RUNNING - Static variable in class org.apache.wiki.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 org.apache.wiki.workflow.Workflow
-
State value: Workflow started, and is running.
- runSimpleCommand(String, String) - Static method in class org.apache.wiki.util.FileUtil
-
Runs a simple command in given directory.
S
- safeGetQueryString(HttpServletRequest) - Method in class org.apache.wiki.WikiEngine
-
Returns the query string (the portion after the question mark).
- SampleAjaxPlugin - Class in org.apache.wiki.plugin
-
- SampleAjaxPlugin() - Constructor for class org.apache.wiki.plugin.SampleAjaxPlugin
-
- save(Group, Principal) - Method in interface org.apache.wiki.auth.authorize.GroupDatabase
-
Saves a Group to the group database.
- save(Group, Principal) - Method in class org.apache.wiki.auth.authorize.JDBCGroupDatabase
-
Saves a Group to the group database.
- save(Group, Principal) - Method in class org.apache.wiki.auth.authorize.XMLGroupDatabase
-
Saves a Group to the group database.
- save(UserProfile) - Method in class org.apache.wiki.auth.user.AbstractUserDatabase
-
Saves a
UserProfile
to the user database, overwriting the
existing profile if it exists.
- save(UserProfile) - Method in class org.apache.wiki.auth.user.JDBCUserDatabase
-
- save(UserProfile) - Method in interface org.apache.wiki.auth.user.UserDatabase
-
Saves a
UserProfile
to the user database, overwriting the
existing profile if it exists.
- save(UserProfile) - Method in class org.apache.wiki.auth.user.XMLUserDatabase
-
Saves a
UserProfile
to the user database, overwriting the
existing profile if it exists.
- save(UserProfile) - Method in class org.apache.wiki.auth.UserManager.DummyUserDatabase
-
No-op.
- saveConvert(String, boolean) - Static method in class org.apache.wiki.util.PropertiesUtils
-
Encodes a property file string from a supplied key/value line.
- saveProperties() - Method in class org.apache.wiki.ui.Installer
-
- saveText(WikiContext, String) - Method in class org.apache.wiki.WikiEngine
-
Writes the WikiText of a page into the page repository.
- SaveUserProfileTask - Class in org.apache.wiki.tasks.auth
-
Handles the actual profile save action.
- SaveUserProfileTask(WikiEngine, Locale) - Constructor for class org.apache.wiki.tasks.auth.SaveUserProfileTask
-
Constructs a new Task for saving a user profile.
- SaveWikiPageTask - Class in org.apache.wiki.tasks.pages
-
Handles the actual page save and post-save actions.
- SaveWikiPageTask() - Constructor for class org.apache.wiki.tasks.pages.SaveWikiPageTask
-
Creates the Task.
- scanWikiLinks(WikiPage, String) - Method in class org.apache.wiki.WikiEngine
-
Reads a WikiPageful of data from a String and returns all links
internal to this Wiki in a Collection.
- Search - Class in org.apache.wiki.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 org.apache.wiki.plugin.Search
-
- SEARCHABLE_FILE_SUFFIXES - Static variable in class org.apache.wiki.search.LuceneSearchProvider
-
These attachment file suffixes will be indexed.
- SearchManager - Class in org.apache.wiki.search
-
Manages searching the Wiki.
- SearchManager(WikiEngine, Properties) - Constructor for class org.apache.wiki.search.SearchManager
-
Creates a new SearchManager.
- SearchManager.JSONSearch - Class in org.apache.wiki.search
-
Provides a JSON RPC API to the JSPWiki Search Engine.
- SearchManagerBean - Class in org.apache.wiki.ui.admin.beans
-
The SearchManagerBean is a simple AdminBean interface
to the SearchManager.
- SearchManagerBean(WikiEngine) - Constructor for class org.apache.wiki.ui.admin.beans.SearchManagerBean
-
- SearchMatcher - Class in org.apache.wiki.search
-
SearchMatcher performs the task of matching a search query to a page's
contents.
- SearchMatcher(WikiEngine, QueryItem[]) - Constructor for class org.apache.wiki.search.SearchMatcher
-
Creates a new SearchMatcher.
- SearchMatcher.SearchResultImpl - Class in org.apache.wiki.search
-
A local search result.
- SearchProvider - Interface in org.apache.wiki.search
-
Interface for the search providers that handle searching the Wiki
- SearchResult - Interface in org.apache.wiki.search
-
Defines a search result.
- SearchResultComparator - Class in org.apache.wiki.search
-
Simple class that decides which search results are more important than others.
- SearchResultComparator() - Constructor for class org.apache.wiki.search.SearchResultComparator
-
- SearchResultImpl(String, int) - Constructor for class org.apache.wiki.search.SearchMatcher.SearchResultImpl
-
Create a new SearchResult with a given name and a score.
- SearchResultIteratorInfo - Class in org.apache.wiki.tags
-
Just provides the TEI data for IteratorTag.
- SearchResultIteratorInfo() - Constructor for class org.apache.wiki.tags.SearchResultIteratorInfo
-
- SearchResultIteratorTag - Class in org.apache.wiki.tags
-
Iterates through Search result results.
- SearchResultIteratorTag() - Constructor for class org.apache.wiki.tags.SearchResultIteratorTag
-
- SearchResultsSizeTag - Class in org.apache.wiki.tags
-
Outputs the size of the search results list, if it contains any items.
- SearchResultsSizeTag() - Constructor for class org.apache.wiki.tags.SearchResultsSizeTag
-
- SearchResultsTag - Class in org.apache.wiki.tags
-
Includes the body content, if there are any search results.
- SearchResultsTag() - Constructor for class org.apache.wiki.tags.SearchResultsTag
-
- SecurityVerifier - Class in org.apache.wiki.auth
-
Helper class for verifying JSPWiki's security configuration.
- SecurityVerifier(WikiEngine, WikiSession) - Constructor for class org.apache.wiki.auth.SecurityVerifier
-
Constructs a new SecurityVerifier for a supplied WikiEngine and WikiSession.
- sendMessage(Properties, String, String, String) - Static method in class org.apache.wiki.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
.
- serialize(Element) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Serializes the Element to a String using a compact serialization format.
- serialize(Element, boolean) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Serializes the Element to a String.
- serialize(Element, Format) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Serializes the Element to a String.
- Serializer - Class in org.apache.wiki.util
-
Provides static helper functions for serializing different objects.
- serializeToBase64(Map<String, Serializable>) - Static method in class org.apache.wiki.util.Serializer
-
Serializes a Map and formats it into a Base64-encoded String.
- service(HttpServletRequest, HttpServletResponse, String, List<String>) - Method in interface org.apache.wiki.ajax.WikiAjaxServlet
-
- service(HttpServletRequest, HttpServletResponse, String, List<String>) - Method in class org.apache.wiki.auth.UserManager.JSONUserModule
-
- service(HttpServletRequest, HttpServletResponse, String, List<String>) - Method in class org.apache.wiki.plugin.SampleAjaxPlugin
-
- service(HttpServletRequest, HttpServletResponse, String, List<String>) - Method in class org.apache.wiki.search.SearchManager.JSONSearch
-
- service(HttpServletRequest, HttpServletResponse, String, List<String>) - Method in class org.apache.wiki.ui.progress.ProgressManager.JSONTracker
-
- SESSION_EXPIRED - Static variable in class org.apache.wiki.event.WikiSecurityEvent
-
When a session expires.
- sessionCreated(HttpSessionEvent) - Method in class org.apache.wiki.auth.SessionMonitor
-
Fires when the web container creates a new HTTP session.
- sessionDestroyed(HttpSessionEvent) - Method in class org.apache.wiki.auth.SessionMonitor
-
Removes the user's WikiSession from the internal session cache when the web
container destroys an HTTP session.
- SessionMonitor - Class in org.apache.wiki.auth
-
Manages WikiSession's for different WikiEngine's.
- SessionMonitor() - Constructor for class org.apache.wiki.auth.SessionMonitor
-
Construct the SessionListener
- SESSIONPREFS - Static variable in class org.apache.wiki.preferences.Preferences
-
The name under which a Preferences object is stored in the HttpSession.
- sessions() - Method in class org.apache.wiki.auth.SessionMonitor
-
Returns the current number of active wiki sessions.
- sessions(WikiEngine) - Static method in class org.apache.wiki.WikiSession
-
Returns the total number of active wiki sessions for a
particular wiki.
- SessionsPlugin - Class in org.apache.wiki.plugin
-
Displays information about active wiki sessions.
- SessionsPlugin() - Constructor for class org.apache.wiki.plugin.SessionsPlugin
-
- set(int, T) - Method in class org.apache.wiki.util.TimedCounterList
- setAbsolute(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setAccesskey(String) - Method in class org.apache.wiki.tags.EditLinkTag
-
- setAccessKey(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setAccesskey(String) - Method in class org.apache.wiki.tags.LinkToTag
-
- setAccesskey(String) - Method in class org.apache.wiki.tags.PageInfoLinkTag
-
- setAccesskey(String) - Method in class org.apache.wiki.tags.TabTag
-
Sets the tab access key.
- setAcl(Acl) - Method in class org.apache.wiki.WikiPage
-
Sets the Acl for this page.
- setAction(String) - Method in class org.apache.wiki.forms.FormInfo
-
Set the value of the action parameter.
- setAction(String) - Method in class org.apache.wiki.tags.MessagesTag
-
- setArgs(String) - Method in class org.apache.wiki.tags.PluginTag
-
Set the argument string to the plugin.
- setAttachPage(String) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Set the URL for attachments.
- setAttribute(Attribute) - Method in class org.apache.wiki.management.SimpleMBean
-
- setAttribute(String, Object) - Method in class org.apache.wiki.WikiEngine
-
Adds an attribute to the engine for the duration of this engine.
- setAttribute(String, Object) - Method in class org.apache.wiki.WikiPage
-
Sets an metadata attribute.
- setAttribute(String, Object) - Method in class org.apache.wiki.workflow.Workflow
-
Temporarily associates an object with this Workflow, as a named attribute, for the
duration of workflow execution.
- setAttributes(AttributeList) - Method in class org.apache.wiki.management.SimpleMBean
-
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.ExternalLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.ImageLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.InterWikiLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Node, AttributablePart, Attributes) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProvider
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalEditLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalFootnoteLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalFootnoteRefLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalReadLinkAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, T) - Method in interface org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.NodeAttributeProviderState
-
Sets node's attributes.
- setAttributes(Attributes, JSPWikiLink) - Method in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.WysiwygEditingAttributeProviderState
-
Sets node's attributes.
- setAuthor(String) - Method in class org.apache.wiki.rss.Entry
-
Set the author of this entry.
- setAuthor(String) - Method in class org.apache.wiki.WikiPage
-
Sets the author of the page.
- setAuthorizer(Authorizer) - Method in class org.apache.wiki.auth.login.AuthorizerCallback
-
Sets the authorizer object.
- setBodyContent(BodyContent) - Method in class org.apache.wiki.tags.LinkTag
-
- setCacheable(boolean) - Method in class org.apache.wiki.attachment.Attachment
-
Sets this attachment to be cacheable or not.
- setChannelDescription(String) - Method in class org.apache.wiki.rss.Feed
-
- setChannelLanguage(String) - Method in class org.apache.wiki.rss.Feed
-
- setChannelTitle(String) - Method in class org.apache.wiki.rss.Feed
-
- setClass(Element, String) - Static method in class org.apache.wiki.util.XhtmlUtil
-
- setClear(String) - Method in class org.apache.wiki.tags.CookieTag
-
Set the "clear" parameter.
- setCollator(Collator) - Method in class org.apache.wiki.util.comparators.CollatorComparator
-
Specify a new collator.
- setComment(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the COMMENT context.
- setCompareToVersion(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setConflict(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the CONFLICT context.
- setContainedParameter(String, String) - Method in class org.apache.wiki.tags.LinkTag
-
Support for ParamTag supplied parameters in body.
- setContainedParameter(String, String) - Method in interface org.apache.wiki.tags.ParamHandler
-
- setContent(String) - Method in class org.apache.wiki.rss.Entry
-
Set the content of this entry.
- setContext(WikiContext) - Method in class org.apache.wiki.parser.WikiDocument
-
Set the WikiContext in which the WikiDocument is rendered.
- setContext(String) - Method in class org.apache.wiki.tags.CheckRequestContextTag
-
Set the context to check for.
- setContext(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setCreated(Date) - Method in class org.apache.wiki.auth.authorize.Group
-
Sets the created date.
- setCreated(Date) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
- setCreated(Date) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the created date.
- setCreator(String) - Method in class org.apache.wiki.auth.authorize.Group
-
Sets the creator of this Group.
- setCssClass(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setCustomProperties(WikiPage, Properties) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Set the custom properties provided into the given page.
- setDefault(String) - Method in class org.apache.wiki.tags.VariableTag
-
- setDefaultTab(String) - Method in class org.apache.wiki.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 org.apache.wiki.WikiContext
-
Figures out which template a new WikiContext should be using.
- setDiff(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the DIFF context.
- setDiv(String) - Method in class org.apache.wiki.tags.MessagesTag
-
- setEdit(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the EDIT context.
- setEditJspPage(String) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Set the URI to the Edit.jsp page.
- setEmail(String) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Sets the user's e-mail address.
- setEmail(String) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the user's e-mail address.
- setEnabled(boolean) - Method in class org.apache.wiki.rss.RSSGenerator
-
Turns RSS generation on or off.
- setEngine(WikiEngine) - Method in class org.apache.wiki.auth.login.WikiEngineCallback
-
Sets the engine object.
- setError(String) - Method in class org.apache.wiki.forms.FormInfo
-
Set an error string.
- setError(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the ERROR context.
- setFeedURL(String) - Method in class org.apache.wiki.rss.Feed
-
- setFileName(String) - Method in class org.apache.wiki.attachment.Attachment
-
Sets the file name of this attachment.
- setFind(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the FIND context.
- setFirstStep(Step) - Method in class org.apache.wiki.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 org.apache.wiki.tags.SetPaginationTag
-
- setFormat(String) - Method in class org.apache.wiki.tags.AuthorTag
-
- setFormat(String) - Method in class org.apache.wiki.tags.PageDateTag
-
- setFormat(String) - Method in class org.apache.wiki.tags.WikiLinkTag
-
- setFullname(String) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Sets the user's full name.
- setFullname(String) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the user's full name.
- setGroup(WikiSession, Group) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Saves the
Group
created by a user in a wiki session.
- setHandler(String) - Method in class org.apache.wiki.forms.FormInfo
-
Set the name of the handler class.
- setHasMetadata() - Method in class org.apache.wiki.WikiPage
-
Sets the metadata flag to true.
- setHide(boolean) - Method in class org.apache.wiki.forms.FormInfo
-
Set the hide parameter.
- setHref(String) - Method in class org.apache.wiki.tags.SetPaginationTag
-
- setId(String) - Method in class org.apache.wiki.tags.WikiTagBase
-
- setId(int) - Method in class org.apache.wiki.workflow.Decision
-
Sets the unique identfier for this Decision.
- setId(int) - Method in class org.apache.wiki.workflow.Workflow
-
Sets the unique identifier for this Workflow.
- setInfo(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the INFO context.
- setInputReader(Reader) - Method in class org.apache.wiki.parser.MarkupParser
-
Replaces the current input character stream with a new one.
- setItem(String) - Method in class org.apache.wiki.tags.CookieTag
-
Set the "item" parameter.
- setJsp(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setLastModified(Date) - Method in class org.apache.wiki.auth.authorize.Group
-
Sets the last-modified date
- setLastModified(Date) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Sets the last-modified date.
- setLastModified(Date) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the last-modified date
- setLastModified(Date) - Method in class org.apache.wiki.WikiPage
-
Sets the last modification date.
- setList(Collection<?>) - Method in class org.apache.wiki.tags.IteratorTag
-
Sets the collection that is used to form the iteration.
- setList(Object[]) - Method in class org.apache.wiki.tags.IteratorTag
-
Sets the collection list, but using an array.
- setLocale(Locale) - Method in class org.apache.wiki.util.comparators.LocaleComparator
-
Specify a new locale.
- setLockExpiry(Date) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Locks the profile until a specified lock expiration date.
- setLockExpiry(Date) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Locks the profile until a specified lock expiration date.
- setLoginCookie(WikiEngine, HttpServletResponse, String) - Static method in class org.apache.wiki.auth.login.CookieAuthenticationLoginModule
-
Sets a login cookie based on properties set by the user.
- setLoginName(String) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Sets the name by which the user logs in.
- setLoginName(String) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the name by which the user logs in.
- setMaxItems(int) - Method in class org.apache.wiki.tags.SearchResultIteratorTag
-
- setMaxlinks(int) - Method in class org.apache.wiki.tags.SetPaginationTag
-
- setMaxpages(int) - Method in class org.apache.wiki.tags.BreadcrumbsTag
-
Sets how many pages to show.
- setMode(String) - Method in class org.apache.wiki.rss.Feed
-
Set the mode of the Feed.
- setMode(String) - Method in class org.apache.wiki.tags.CheckLockTag
-
Sets the mode to check for.
- setMode(String) - Method in class org.apache.wiki.tags.CheckVersionTag
-
Sets the mode.
- setMode(String) - Method in class org.apache.wiki.tags.InsertPageTag
-
- setMode(String) - Method in class org.apache.wiki.tags.RSSImageLinkTag
-
- setModifier(String) - Method in class org.apache.wiki.auth.authorize.Group
-
Sets the name of the user who last modified this group.
- setMonthurlformat(String) - Method in class org.apache.wiki.tags.CalendarTag
-
Set the format to be used for links for the months.
- setName(String) - Method in class org.apache.wiki.forms.FormInfo
-
Sets the name of the form.
- setName(String) - Method in class org.apache.wiki.tags.CookieTag
-
Set the "name" parameter.
- setName(String) - Method in class org.apache.wiki.tags.ParamTag
-
Set the name of the parameter to transfer.
- setNewVersion(String) - Method in class org.apache.wiki.tags.DiffLinkTag
-
- setOnclick(String) - Method in class org.apache.wiki.tags.SetPaginationTag
-
- setOutcome(Outcome) - Method in class org.apache.wiki.workflow.AbstractStep
-
Sets the current Outcome for the step.
- setOutcome(Outcome) - Method in interface org.apache.wiki.workflow.Step
-
Sets the current Outcome for the step.
- setOutlink(String) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Set the outlink URL.
- setPage(WikiPage) - Method in class org.apache.wiki.rss.Entry
-
Sets the WikiPage to which this Entry refers to.
- setPage(String) - Method in class org.apache.wiki.tags.IncludeTag
-
- setPage(String) - Method in class org.apache.wiki.tags.InsertDiffTag
-
Sets the page name.
- setPage(String) - Method in class org.apache.wiki.tags.InsertPageTag
-
- setPage(String) - Method in class org.apache.wiki.tags.NoSuchPageTag
-
- setPage(String) - Method in class org.apache.wiki.tags.WikiLinkTag
-
- setPage(WikiPage) - Method in class org.apache.wiki.WikiContext
-
Sets the page that is being handled.
- setPageContext(PageContext) - Method in class org.apache.wiki.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 org.apache.wiki.parser.WikiDocument
-
Set the WikiMarkup for this document.
- setPageformat(String) - Method in class org.apache.wiki.tags.CalendarTag
-
Sets the page format.
- setPageInfoJsp(String) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Set the URI for the page info display.
- setPageName(String) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Set the page name.
- setPagesize(int) - Method in class org.apache.wiki.tags.SetPaginationTag
-
- SetPaginationTag - Class in org.apache.wiki.tags
-
Calculate pagination string.
- SetPaginationTag() - Constructor for class org.apache.wiki.tags.SetPaginationTag
-
- setPassword(String) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Sets the user's password for use with custom authentication.
- setPassword(String) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the user's password for use with custom authentication.
- setPermission(String) - Method in class org.apache.wiki.tags.PermissionTag
-
Sets the permissions to look for (case sensitive).
- setPermissions(WikiPage, Acl) - Method in interface org.apache.wiki.auth.acl.AclManager
-
Sets the access control list for the page and persists it.
- setPermissions(WikiPage, Acl) - Method in class org.apache.wiki.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 org.apache.wiki.tags.PluginTag
-
Set the name of the plugin to execute.
- setPrefix(String) - Method in class org.apache.wiki.tags.MessagesTag
-
- setPrefs(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the PREFS context.
- setPreview(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the PREVIEW context.
- setPrincipal(Principal) - Method in interface org.apache.wiki.auth.acl.AclEntry
-
Specifies the principal for which permissions are granted or denied by
this ACL entry.
- setPrincipal(Principal) - Method in class org.apache.wiki.auth.acl.AclEntryImpl
-
Specifies the principal for which permissions are granted or denied by
this ACL entry.
- setProperty(String) - Method in class org.apache.wiki.tags.UserProfileTag
-
- setProperty(String, String) - Method in class org.apache.wiki.util.CommentedProperties
- setReadOnly() - Method in class org.apache.wiki.auth.permissions.AllPermissionCollection
-
- setRealPage(WikiPage) - Method in class org.apache.wiki.WikiContext
-
Sets a reference to the real page whose content is currently being
rendered.
- setRef(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setReference(String) - Method in class org.apache.wiki.parser.LinkParser.Link
-
Sets the hypertext reference.
- setRel(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setRequest(HttpServletRequest) - Method in class org.apache.wiki.auth.login.HttpRequestCallback
-
Sets the request object.
- setRequestContext(String) - Method in class org.apache.wiki.WikiContext
-
Sets the request context.
- setResource(String) - Method in class org.apache.wiki.tags.RequestResourceTag
-
Sets the resource name to be added.
- setResult(String) - Method in class org.apache.wiki.forms.FormInfo
-
Set the result.
- setScope(String) - Method in class org.apache.wiki.tags.CookieTag
-
Set the "scope" parameter.
- setSeparator(String) - Method in class org.apache.wiki.tags.BreadcrumbsTag
-
Set the separator string.
- setSize(long) - Method in class org.apache.wiki.WikiPage
-
Sets the size.
- setSortOrder(HumanComparator.CharType[]) - Method in class org.apache.wiki.util.comparators.HumanComparator
-
Set the order in which letters, numbers and everything else is presented.
- setStart(int) - Method in class org.apache.wiki.tags.SearchResultIteratorTag
-
- setStart(int) - Method in class org.apache.wiki.tags.SetPaginationTag
-
- setState(int) - Method in class org.apache.wiki.ui.progress.ProgressItem
-
Sets the state of the ProgressItem.
- setStatus(int) - Method in class org.apache.wiki.forms.FormInfo
-
Set the status of the Form processing.
- setStatus(String) - Method in class org.apache.wiki.tags.UserCheckTag
-
Sets the status as defined above.
- setStyle(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setSubmission(Map<String, String>) - Method in class org.apache.wiki.forms.FormInfo
-
Copies the given values into the handler parameter map using Map.putAll().
- setSuccessor(Step) - Method in class org.apache.wiki.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
.
- setTabindex(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setTarget(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setTemplate(String) - Method in class org.apache.wiki.tags.WikiLinkTag
-
- setTemplate(String) - Method in class org.apache.wiki.WikiContext
-
Sets the template to be used for this request.
- setTemplatefile(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setText(String) - Method in class org.apache.wiki.parser.LinkParser.Link
-
Sets the link text.
- setTitle(String) - Method in class org.apache.wiki.rss.Entry
-
Sets a title for the change.
- setTitle(String) - Method in class org.apache.wiki.tags.EditLinkTag
-
- setTitle(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setTitle(String) - Method in class org.apache.wiki.tags.LinkToTag
-
- setTitle(String) - Method in class org.apache.wiki.tags.PageInfoLinkTag
-
- setTitle(String) - Method in class org.apache.wiki.tags.RSSImageLinkTag
-
Sets the title for the link.
- setTitle(String) - Method in class org.apache.wiki.tags.TabTag
-
Sets the tab title.
- setTopic(String) - Method in class org.apache.wiki.tags.MessagesTag
-
- setTotal(int) - Method in class org.apache.wiki.tags.SetPaginationTag
-
- setType(int) - Method in class org.apache.wiki.event.WikiEngineEvent
-
Sets the type of this event.
- setType(int) - Method in class org.apache.wiki.event.WikiEvent
-
Sets the type of this event.
- setType(String) - Method in class org.apache.wiki.tags.AdminBeanIteratorTag
-
Set the type of the bean.
- setType(String) - Method in class org.apache.wiki.tags.IncludeResourcesTag
-
- setType(String) - Method in class org.apache.wiki.tags.PageTypeTag
-
- setType(String) - Method in class org.apache.wiki.tags.RequestResourceTag
-
Set the type of the resource to be included.
- setUid(String) - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Sets the unique identifier for the user profile.
- setUid(String) - Method in interface org.apache.wiki.auth.user.UserProfile
-
Sets the unique identifier for the user profile.
- setupPreferences(PageContext) - Static method in class org.apache.wiki.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 org.apache.wiki.rss.Entry
-
Set the URL - the permalink - of the Entry.
- setUrl(String) - Method in class org.apache.wiki.tags.TabTag
-
Sets the tab URL.
- setUrlformat(String) - Method in class org.apache.wiki.tags.CalendarTag
-
Set the URL format.
- setUserCookie(HttpServletResponse, String) - Static method in class org.apache.wiki.auth.login.CookieAssertionLoginModule
-
Sets the username cookie.
- setUserDatabase(UserDatabase) - Method in class org.apache.wiki.auth.login.UserDatabaseCallback
-
Sets the user database.
- setUserProfile(WikiSession, UserProfile) - Method in class org.apache.wiki.auth.UserManager
-
Saves the
UserProfile
for the user in
a wiki session.
- setValue(String) - Method in class org.apache.wiki.tags.CookieTag
-
Set the "value" parameter.
- setValue(String) - Method in class org.apache.wiki.tags.ParamTag
-
Set the value of the parameter to transfer.
- setVar(String) - Method in class org.apache.wiki.tags.CookieTag
-
Set the "var" parameter.
- setVar(String) - Method in class org.apache.wiki.tags.VariableTag
-
- setVariable(String, Object) - Method in class org.apache.wiki.WikiContext
-
Sets a variable.
- setVersion(String) - Method in class org.apache.wiki.tags.DiffLinkTag
-
- setVersion(String) - Method in class org.apache.wiki.tags.EditLinkTag
-
- setVersion(String) - Method in class org.apache.wiki.tags.LinkTag
-
- setVersion(String) - Method in class org.apache.wiki.tags.LinkToTag
-
- setVersion(int) - Method in class org.apache.wiki.WikiPage
-
Sets the page version.
- setView(String) - Method in class org.apache.wiki.tags.ContentTag
-
Set the template for the VIEW context.
- setWhitespaceTrimMode(boolean) - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
-
Set the trimming mode on/off.
- setWikiJspPage(String) - Method in class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Set the URI to the Wiki.jsp.
- setWorkflow(Workflow) - Method in class org.apache.wiki.workflow.AbstractStep
-
method that sets the parent Workflow post-construction.
- setWorkflow(Workflow) - Method in interface org.apache.wiki.workflow.Step
-
Sets the parent Workflow post-construction.
- setWorkflowManager(WorkflowManager) - Method in class org.apache.wiki.workflow.Workflow
-
Sets the WorkflowManager that contains this Workflow.
- SHA_PREFIX - Static variable in class org.apache.wiki.auth.user.AbstractUserDatabase
-
- ShortURLConstructor - Class in org.apache.wiki.url
-
Provides a way to do short URLs of the form /wiki/PageName.
- ShortURLConstructor() - Constructor for class org.apache.wiki.url.ShortURLConstructor
-
- ShortViewURLConstructor - Class in org.apache.wiki.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 org.apache.wiki.url.ShortViewURLConstructor
-
- SHUTDOWN - Static variable in class org.apache.wiki.event.WikiEngineEvent
-
Indicates a WikiEngine closing event, fired as a signal that
the wiki service is shutting down.
- shutdown() - Method in class org.apache.wiki.WikiBackgroundThread
-
Requests the shutdown of this background thread.
- shutdown() - Method in class org.apache.wiki.WikiEngine
-
Protected method that signals that the WikiEngine will be
shut down by the servlet container.
- shutdownTask() - Method in class org.apache.wiki.WikiBackgroundThread
-
Executes a task after shutdown signal was detected.
- sidebar() - Method in class org.apache.wiki.pages.haddock.ReadWikiPage
-
- SimpleAdminBean - Class in org.apache.wiki.ui.admin
-
Provides an easy-to-use interface for JSPWiki AdminBeans, which also
are JMX MBeans.
- SimpleAdminBean() - Constructor for class org.apache.wiki.ui.admin.SimpleAdminBean
-
Constructor reserved for subclasses only.
- SimpleDecision - Class in org.apache.wiki.workflow
-
Decision subclass that includes two available Outcomes:
Outcome.DECISION_APPROVE
or Outcome.DECISION_DENY
.
- SimpleDecision(Workflow, String, Principal) - Constructor for class org.apache.wiki.workflow.SimpleDecision
-
Constructs a new SimpleDecision assigned to a specified actor.
- SimpleMBean - Class in org.apache.wiki.management
-
A simple MBean which does not require an interface class unlike
the StandardMBean class.
- SimpleMBean() - Constructor for class org.apache.wiki.management.SimpleMBean
-
Create a new SimpleMBean
- SimpleNotification - Class in org.apache.wiki.workflow
-
Decision subclass used for notifications that includes only one available Outcome:
Outcome.DECISION_ACKNOWLEDGE
.
- SimpleNotification(Workflow, String, Principal) - Constructor for class org.apache.wiki.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 org.apache.wiki.ui.CommandResolver
-
Determines whether a "page" exists by examining the list of special pages
and querying the page manager.
- size() - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- size() - Method in class org.apache.wiki.util.PriorityList
-
Returns the current size of the list.
- size() - Method in class org.apache.wiki.util.TimedCounterList
- SmtpAuthenticator(String, String) - Constructor for class org.apache.wiki.util.MailUtil.SmtpAuthenticator
-
Constructs a new SmtpAuthenticator with a supplied username and password.
- sort(List<String>) - Method in class org.apache.wiki.pages.PageSorter
-
Sorts the specified list into ascending order based on the
PageNameComparator.
- sort(String[]) - Method in class org.apache.wiki.pages.PageSorter
-
Sorts the specified array into ascending order based on the
PageNameComparator.
- SpamFilter - Class in org.apache.wiki.filters
-
This is Herb, the JSPWiki spamfilter that can also do choke modifications.
- SpamFilter() - Constructor for class org.apache.wiki.filters.SpamFilter
-
- SSHA_PREFIX - Static variable in class org.apache.wiki.auth.user.AbstractUserDatabase
-
- STANDARD - Static variable in class org.apache.wiki.ui.InputValidator
-
Standard input validator.
- start() - Method in class org.apache.wiki.workflow.AbstractStep
-
Starts the Step, and sets the start time to the moment when this method
is first invoked.
- start() - Method in interface org.apache.wiki.workflow.Step
-
Starts the Step, and sets the start time to the moment when this method
is first invoked.
- start() - Method in class org.apache.wiki.workflow.Workflow
-
Starts the Workflow and sets the state to
Workflow.RUNNING
.
- start(Workflow) - Method in class org.apache.wiki.workflow.WorkflowManager
-
Adds a new workflow to the set of workflows and starts it.
- STARTED - Static variable in class org.apache.wiki.event.WorkflowEvent
-
After the Workflow has been instantiated, but before it has been started
using the
Workflow.start()
method.
- STARTED - Static variable in class org.apache.wiki.ui.progress.ProgressItem
-
Status: The PI is started.
- startProgress(ProgressItem, String) - Method in class org.apache.wiki.ui.progress.ProgressManager
-
Call this method to get your ProgressItem into the ProgressManager queue.
- startupTask() - Method in class org.apache.wiki.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 org.apache.wiki.WikiBackgroundThread
-
Executes a task just after the thread's
Thread.run()
method starts, but before the
WikiBackgroundThread.backgroundTask()
task executes.
- startUserProfileCreationWorkflow(WikiSession, UserProfile) - Method in class org.apache.wiki.auth.UserManager
-
- Step - Interface in org.apache.wiki.workflow
-
- STEP_ABORT - Static variable in class org.apache.wiki.workflow.Outcome
-
Terminate workflow step (without errors)
- STEP_COMPLETE - Static variable in class org.apache.wiki.workflow.Outcome
-
Complete workflow step (without errors)
- STEP_CONTINUE - Static variable in class org.apache.wiki.workflow.Outcome
-
Continue workflow step (without errors)
- STOPPED - Static variable in class org.apache.wiki.event.WikiEngineEvent
-
Indicates a WikiEngine stopped event, fired after halting the wiki service.
- STOPPED - Static variable in class org.apache.wiki.ui.progress.ProgressItem
-
Status: The PI is stopped.
- stopProgress(String) - Method in class org.apache.wiki.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 org.apache.wiki.ui.Installer
-
- store(OutputStream, String) - Method in class org.apache.wiki.util.CommentedProperties
- storeAttachment(Attachment, File) - Method in class org.apache.wiki.attachment.AttachmentManager
-
Stores an attachment that lives in the given file.
- storeAttachment(Attachment, InputStream) - Method in class org.apache.wiki.attachment.AttachmentManager
-
Stores an attachment directly from a stream.
- storeCounters() - Method in class org.apache.wiki.plugin.PageViewPlugin.PageViewManager
-
Save the page view counters to file.
- storeDynamicAttachment(WikiContext, DynamicAttachment) - Method in class org.apache.wiki.attachment.AttachmentManager
-
Stores a dynamic attachment.
- storeFormInfo(WikiContext, FormInfo) - Method in class org.apache.wiki.forms.FormElement
-
Utility method stores a FormInfo object into the WikiContext.
- STRATEGY_EAGER - Static variable in class org.apache.wiki.filters.SpamFilter
-
The string specifying the "eager" strategy.
- STRATEGY_SCORE - Static variable in class org.apache.wiki.filters.SpamFilter
-
The string specifying the "score" strategy.
- STRICT_DTD_PubId - Static variable in enum org.apache.wiki.util.XHTML
-
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Strict DTD.
- STRICT_DTD_SysId - Static variable in enum org.apache.wiki.util.XHTML
-
A String containing a system identifier for the XHTML 1.0 Strict DTD.
- StringTransmutator - Interface in org.apache.wiki
-
Defines an interface for transforming strings within a Wiki context.
- SYSTEM_FILTER_PRIORITY - Static variable in interface org.apache.wiki.api.engine.FilterManager
-
JSPWiki system filters are all below this value.
- SYSTEM_USER - Static variable in class org.apache.wiki.workflow.SystemPrincipal
-
The JSPWiki system user
- SystemPrincipal - Class in org.apache.wiki.workflow
-
System users asociated with workflow Task steps.
T
- TabbedSectionTag - Class in org.apache.wiki.tags
-
Generates tabbed page section: container for the Tab tag.
- TabbedSectionTag() - Constructor for class org.apache.wiki.tags.TabbedSectionTag
-
- TableOfContents - Class in org.apache.wiki.plugin
-
Provides a table of contents.
- TableOfContents() - Constructor for class org.apache.wiki.plugin.TableOfContents
-
- TabTag - Class in org.apache.wiki.tags
-
Generates single tabbed page layout.
- TabTag() - Constructor for class org.apache.wiki.tags.TabTag
-
- target(String, String) - Static method in class org.apache.wiki.util.XhtmlUtil
-
Return an XHTML link target with a required 'id' attribute value.
- targetedCommand(Object) - Method in class org.apache.wiki.ui.AbstractCommand
-
- targetedCommand(Object) - Method in interface org.apache.wiki.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 org.apache.wiki.ui.GroupCommand
-
Creates and returns a targeted Command by combining a GroupPrincipal
with this Command.
- targetedCommand(Object) - Method in class org.apache.wiki.ui.PageCommand
-
Creates and returns a targeted Command by combining a WikiPage
with this Command.
- targetedCommand(Object) - Method in class org.apache.wiki.ui.RedirectCommand
-
Creates and returns a targeted Command by combining a URL
(as String) with this Command.
- targetedCommand(Object) - Method in class org.apache.wiki.ui.WikiCommand
-
Creates and returns a targeted Command by combining a wiki
(a String) with this Command.
- targetedCommand(Object) - Method in class org.apache.wiki.WikiContext
-
Associates a target with the current Command and returns
the new targeted Command.
- Task - Class in org.apache.wiki.workflow
-
AbstractStep subclass that executes instructions, uninterrupted, and results
in an Outcome.
- Task(String) - Constructor for class org.apache.wiki.workflow.Task
-
Protected constructor that creates a new Task with a specified message key.
- Task(Workflow, String) - Constructor for class org.apache.wiki.workflow.Task
-
Constructs a new instance of a Task, with an associated Workflow and
message key.
- TasksManager - Interface in org.apache.wiki.tasks
-
Manager responsible of creation of the different JSPWiki
Step
s.
- TemplateDirTag - Class in org.apache.wiki.tags
-
Returns the currently used template.
- TemplateDirTag() - Constructor for class org.apache.wiki.tags.TemplateDirTag
-
- templateExists(String) - Method in class org.apache.wiki.ui.TemplateManager
-
Check the existence of a template.
- TemplateManager - Class in org.apache.wiki.ui
-
This class takes care of managing JSPWiki templates.
- TemplateManager(WikiEngine, Properties) - Constructor for class org.apache.wiki.ui.TemplateManager
-
Creates a new TemplateManager.
- TESTS_BASE_URL - Static variable in class org.apache.wiki.its.environment.Env
-
Base url on which the functional tests are run.
- TESTS_CONFIG_HEADLESS - Static variable in class org.apache.wiki.its.environment.Env
-
Should the browser start on headless mode?
- TESTS_CONFIG_REPORTS_FOLDER - Static variable in class org.apache.wiki.its.environment.Env
-
Selenide tests reports' folder.
- TESTS_CONFIG_START_MAXIMIZED - Static variable in class org.apache.wiki.its.environment.Env
-
Should the browser start maximized?.
- TESTS_CONFIG_WDM_TARGET_PATH - Static variable in class org.apache.wiki.its.environment.Env
-
Folder where the WebDriver will be downloaded.
- TEXTCACHE_NAME - Static variable in class org.apache.wiki.providers.CachingProvider
-
Name of the page text cache.
- textToHTML(WikiContext, String) - Method in class org.apache.wiki.WikiEngine
-
Converts raw page data to HTML.
- textToHTML(WikiContext, String, StringTransmutator, StringTransmutator) - Method in class org.apache.wiki.WikiEngine
-
Just convert WikiText to HTML.
- textToHTML(WikiContext, String, StringTransmutator, StringTransmutator, StringTransmutator) - Method in class org.apache.wiki.WikiEngine
-
Just convert WikiText to HTML.
- TextUtil - Class in org.apache.wiki.util
-
Contains a number of static utility methods.
- TikaSearchProvider - Class in org.apache.wiki.search.tika
-
Search provider that extends {link LuceneSearchProvider} using Apache Tika for indexing attachment content.
- TikaSearchProvider() - Constructor for class org.apache.wiki.search.tika.TikaSearchProvider
-
- TIME_NOT_SET - Static variable in class org.apache.wiki.workflow.Workflow
-
Time value: the start or end time has not been set.
- TimedCounterList<T> - Class in org.apache.wiki.util
-
Provides a List in which all items store their addition time.
- TimedCounterList() - Constructor for class org.apache.wiki.util.TimedCounterList
-
- TIMEFORMATPROPERTIES - Static variable in class org.apache.wiki.ui.TemplateManager
-
Prefix of the default timeformat properties.
- timeoutExceeded(String) - Method in interface org.apache.wiki.Watchable
-
This is a callback which is called whenever your expected completion time is exceeded.
- title() - Method in interface org.apache.wiki.pages.Page
-
returns the actual page title.
- title() - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
-
- TMP_DIR - Static variable in class org.apache.wiki.ui.Installer
-
- toHexString(byte[]) - Static method in class org.apache.wiki.util.TextUtil
-
Generates a hexadecimal string from an array of bytes.
- toJson(Object) - Static method in class org.apache.wiki.ajax.AjaxUtil
-
Uses Google Gson (https://code.google.com/p/google-gson/) to convert to JSON
- toLine(String, String) - Static method in class org.apache.wiki.util.PropertiesUtils
-
Generates a property file line from a supplied key and value.
- toSortedString(Properties) - Static method in class org.apache.wiki.util.PropertiesUtils
-
like Properties.store, but stores the properties in sorted order
- toString() - Method in class org.apache.wiki.attachment.Attachment
-
Returns a human-readable, only-debugging-suitable description.
- toString() - Method in interface org.apache.wiki.auth.acl.Acl
-
Returns a string representation of the contents of this Acl.
- toString() - Method in interface org.apache.wiki.auth.acl.AclEntry
-
Returns a string representation of the contents of this ACL entry.
- toString() - Method in class org.apache.wiki.auth.acl.AclEntryImpl
-
Returns a string representation of the contents of this ACL entry.
- toString() - Method in class org.apache.wiki.auth.acl.AclImpl
-
Returns a string representation of the contents of this Acl.
- toString() - Method in class org.apache.wiki.auth.acl.UnresolvedPrincipal
-
Returns a String representation of the UnresolvedPrincipal.
- toString() - Method in class org.apache.wiki.auth.authorize.Group
-
Returns a string representation of the Group.
- toString() - Method in class org.apache.wiki.auth.authorize.Role
-
Returns a String representation of the role
- toString() - Method in class org.apache.wiki.auth.GroupPrincipal
-
Returns a string representation of this object.
- toString() - Method in class org.apache.wiki.auth.permissions.AllPermission
-
Prints a human-readable representation of this permission.
- toString() - Method in class org.apache.wiki.auth.permissions.GroupPermission
-
Prints a human-readable representation of this permission.
- toString() - Method in class org.apache.wiki.auth.permissions.PagePermission
-
Prints a human-readable representation of this permission.
- toString() - Method in class org.apache.wiki.auth.permissions.WikiPermission
-
Prints a human-readable representation of this permission.
- toString() - Method in class org.apache.wiki.auth.user.DefaultUserProfile
-
Returns a string representation of this user profile.
- toString() - Method in interface org.apache.wiki.auth.user.UserProfile
-
Returns a string representation of this user profile.
- toString() - Method in class org.apache.wiki.auth.WikiPrincipal
-
Returns a human-readable representation of the object.
- toString() - Method in class org.apache.wiki.event.WikiEvent
-
Prints a String (human-readable) representation of this object.
- toString() - Method in class org.apache.wiki.event.WikiSecurityEvent
-
Prints a String (human-readable) representation of this object.
- toString() - Method in class org.apache.wiki.event.WorkflowEvent
-
Prints a String (human-readable) representation of this object.
- toString() - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- toString() - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
- toString() - Method in class org.apache.wiki.parser.LinkParser.Link
-
Returns a wikitext string representation of this Link.
- toString() - Method in class org.apache.wiki.parser.VariableContent
-
Returns a debug-suitable string.
- toString() - Method in class org.apache.wiki.plugin.DefaultPluginManager.WikiPluginInfo
-
Returns a string suitable for debugging.
- toString() - Method in class org.apache.wiki.ui.AbstractCommand
-
Returns a String representation of the Command.
- toString() - Method in class org.apache.wiki.ui.Editor
-
- toString() - Method in class org.apache.wiki.util.CommentedProperties
- toString() - Method in class org.apache.wiki.WatchDog
-
Strictly for debugging/informative purposes.
- toString() - Method in class org.apache.wiki.WikiPage
-
Returns a debug-suitable version of the page.
- toString() - Method in class org.apache.wiki.workflow.Fact
-
Returns a String representation of this Fact.
- toString() - Method in class org.apache.wiki.workflow.Outcome
- toStringAttributes() - Method in class org.apache.wiki.markdown.nodes.JSPWikiLink
- TraditionalDiffProvider - Class in org.apache.wiki.diff
-
This is the JSPWiki 'traditional' diff.
- TraditionalDiffProvider() - Constructor for class org.apache.wiki.diff.TraditionalDiffProvider
-
Constructs the provider.
- TRANSITIONAL_DTD_PubId - Static variable in enum org.apache.wiki.util.XHTML
-
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Transitional DTD.
- TRANSITIONAL_DTD_SysId - Static variable in enum org.apache.wiki.util.XHTML
-
A String containing a system identifier for the XHTML 1.0 Transitional DTD.
- translate(String) - Method in class org.apache.wiki.htmltowiki.HtmlStringToWikiTranslator
-
Translates text from HTML into WikiMarkup without a WikiContext (meaning
some things perhaps cannot be translated).
- translate(String, WikiContext) - Method in class org.apache.wiki.htmltowiki.HtmlStringToWikiTranslator
-
Translates text from HTML into WikiMarkup with a WikiContext.
- translate(String, XHtmlToWikiConfig) - Method in class org.apache.wiki.htmltowiki.HtmlStringToWikiTranslator
-
Translates text from HTML into WikiMarkup using a specified configuration.
- translate(Properties, String) - Method in class org.apache.wiki.parser.CreoleToJSPWikiTranslator
-
Translates Creole markup to JSPWiki markup
- translateSignature(Properties, String, String) - Method in class org.apache.wiki.parser.CreoleToJSPWikiTranslator
-
I have no idea what this method does.
- TranslateTag - Class in org.apache.wiki.tags
-
Converts the body text into HTML content.
- TranslateTag() - Constructor for class org.apache.wiki.tags.TranslateTag
-
- TranslationsCheck - Class in org.apache.wiki
-
Simple utility that shows you a sorted list of property differences between
the 'default en' and a given i18n file.
- TranslationsCheck() - Constructor for class org.apache.wiki.TranslationsCheck
-
- type - Variable in class org.apache.wiki.search.QueryItem
-
The type of the word.
U
- UNDEFINED - Static variable in class org.apache.wiki.event.WikiEvent
-
Indicates an undefined state.
- UndefinedPagesPlugin - Class in org.apache.wiki.plugin
-
Plugin that enumerates the pages in the wiki that have not yet been defined.
- UndefinedPagesPlugin() - Constructor for class org.apache.wiki.plugin.UndefinedPagesPlugin
-
- UNKNOWN - Static variable in interface org.apache.wiki.ui.admin.AdminBean
-
- unlockPage(PageLock) - Method in class org.apache.wiki.pages.DefaultPageManager
-
- unlockPage(PageLock) - Method in interface org.apache.wiki.pages.PageManager
-
Marks a page free to be written again.
- unmangleName(String) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
This makes the reverse of mangleName.
- UnresolvedPrincipal - Class in org.apache.wiki.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 org.apache.wiki.auth.acl.UnresolvedPrincipal
-
Constructs a new UnresolvedPrincipal instance.
- UNSAFE_PATTERN - Static variable in class org.apache.wiki.ui.InputValidator
-
- UNSPECIFIED - Static variable in class org.apache.wiki.auth.WikiPrincipal
-
Generic WikiPrincipal of unspecified type.
- UnusedPagesPlugin - Class in org.apache.wiki.plugin
-
Plugin for displaying pages that are not linked to in other pages.
- UnusedPagesPlugin() - Constructor for class org.apache.wiki.plugin.UnusedPagesPlugin
-
- updateCommand(String) - Method in class org.apache.wiki.WikiContext
-
Protected method that updates the internally cached Command.
- updateLuceneIndex(WikiPage, String) - Method in class org.apache.wiki.search.LuceneSearchProvider
-
Updates the lucene index for a single page.
- updateReferences(String, Collection<String>) - Method in class org.apache.wiki.ReferenceManager
-
Updates the referred pages of a new or edited WikiPage.
- updateReferences(WikiPage) - Method in class org.apache.wiki.WikiEngine
-
Updates all references for the given page.
- upload(HttpServletRequest) - Method in class org.apache.wiki.attachment.AttachmentServlet
-
Uploads a specific mime multipart input set, intercepts exceptions.
- UPLOAD - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
A static instance of the upload permission.
- UPLOAD - Static variable in class org.apache.wiki.ui.PageCommand
-
- UPLOAD - Static variable in class org.apache.wiki.WikiContext
-
User is uploading something.
- UPLOAD_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
Action name for the upload permission.
- UPLOAD_MASK - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
- UploadLinkTag - Class in org.apache.wiki.tags
-
Writes a link to the upload page.
- UploadLinkTag() - Constructor for class org.apache.wiki.tags.UploadLinkTag
-
- url() - Method in interface org.apache.wiki.pages.Page
-
returns the actual URL.
- URL - Static variable in class org.apache.wiki.tags.WikiLinkTag
-
- URLConstructor - Interface in org.apache.wiki.url
-
Provides an interface through which JSPWiki constructs URLs.
- urlDecode(byte[], String) - Static method in class org.apache.wiki.util.TextUtil
-
URL encoder does not handle all characters correctly.
- urlDecode(String, String) - Static method in class org.apache.wiki.util.TextUtil
-
Provides decoded version of string depending on encoding.
- urlDecodeUTF8(String) - Static method in class org.apache.wiki.util.TextUtil
-
As java.net.URLDecoder class, but for UTF-8 strings.
- urlEncode(byte[]) - Static method in class org.apache.wiki.util.TextUtil
-
java.net.URLEncoder.encode() method in JDK < 1.4 is buggy.
- urlEncode(String, String) - Static method in class org.apache.wiki.util.TextUtil
-
Provides encoded version of string depending on encoding.
- urlEncodeUTF8(String) - Static method in class org.apache.wiki.util.TextUtil
-
As java.net.URLEncoder class, but this does it in UTF8 character set.
- USER_FILTER_PRIORITY - Static variable in interface org.apache.wiki.api.engine.FilterManager
-
The standard user level filtering.
- USER_PROFILE_SAVE_TASK_MESSAGE_KEY - Static variable in interface org.apache.wiki.tasks.TasksManager
-
The message key of the text to finally approve a user profile save.
- UserBean - Class in org.apache.wiki.ui.admin.beans
-
- UserBean(WikiEngine) - Constructor for class org.apache.wiki.ui.admin.beans.UserBean
-
- UserCheckTag - Class in org.apache.wiki.tags
-
Includes the content if an user check validates.
- UserCheckTag() - Constructor for class org.apache.wiki.tags.UserCheckTag
-
- UserDatabase - Interface in org.apache.wiki.auth.user
-
Defines an interface for loading, persisting and storing users.
- UserDatabaseCallback - Class in org.apache.wiki.auth.login
-
Callback for requesting and supplying a wiki UserDatabase.
- UserDatabaseCallback() - Constructor for class org.apache.wiki.auth.login.UserDatabaseCallback
-
- UserDatabaseLoginModule - Class in org.apache.wiki.auth.login
-
Logs in a user based on a username, password, and static password file
location.
- UserDatabaseLoginModule() - Constructor for class org.apache.wiki.auth.login.UserDatabaseLoginModule
-
- UserManager - Class in org.apache.wiki.auth
-
Provides a facade for obtaining user information.
- UserManager() - Constructor for class org.apache.wiki.auth.UserManager
-
- UserManager.DummyUserDatabase - Class in org.apache.wiki.auth
-
This is a database that gets used if nothing else is available.
- UserManager.JSONUserModule - Class in org.apache.wiki.auth
-
Implements the JSON API for usermanager.
- UserNameTag - Class in org.apache.wiki.tags
-
Returns the current user name, or empty, if the user has not been
validated.
- UserNameTag() - Constructor for class org.apache.wiki.tags.UserNameTag
-
- userPrincipals() - Method in class org.apache.wiki.auth.SessionMonitor
-
Returns the current wiki users as a sorted array of
Principal objects.
- userPrincipals(WikiEngine) - Static method in class org.apache.wiki.WikiSession
-
Returns Principals representing the current users known
to a particular wiki.
- UserProfile - Interface in org.apache.wiki.auth.user
-
Class for representing wiki user information, such as the login name, full
name, wiki name, and e-mail address.
- UserProfileTag - Class in org.apache.wiki.tags
-
Returns user profile attributes, or empty strings if the user has not been
validated.
- UserProfileTag() - Constructor for class org.apache.wiki.tags.UserProfileTag
-
V
- validate(String, String, int) - Method in class org.apache.wiki.ui.InputValidator
-
Validates a string against a particular pattern type: e-mail address,
standard HTML input, etc.
- validateCustomPageProperties(Properties) - Method in class org.apache.wiki.providers.AbstractFileProvider
-
Default validation, validates that key and value is ASCII
StringUtils.isAsciiPrintable()
and within lengths set up in jspwiki-custom.properties.
- validateDefaultTab(String) - Method in class org.apache.wiki.tags.TabbedSectionTag
-
- validateGroup(WikiContext, Group) - Method in class org.apache.wiki.auth.authorize.GroupManager
-
Validates a Group, and appends any errors to the session errors list.
- validateNotNull(String, String) - Method in class org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.auth.user.AbstractUserDatabase
-
Validates the password for a given user.
- validatePassword(String, String) - Method in interface org.apache.wiki.auth.user.UserDatabase
-
Determines whether a supplied user password is valid, given a login name
and password.
- validateProfile(WikiContext, UserProfile) - Method in class org.apache.wiki.auth.UserManager
-
Validates a user profile, and appends any errors to the session errors
list.
- validateProperties() - Method in class org.apache.wiki.ui.Installer
-
- validModuleVersion(WikiModuleInfo) - Method in class org.apache.wiki.ui.admin.beans.ModuleBean
-
- valueOf(String) - Static method in enum org.apache.wiki.preferences.Preferences.TimeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.wiki.util.comparators.HumanComparator.CharType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.wiki.util.XHTML
-
Returns the enum constant of this type with the specified name.
- values() - Method in class org.apache.wiki.htmltowiki.PersistentMapDecorator
- values() - Static method in enum org.apache.wiki.preferences.Preferences.TimeFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.wiki.util.comparators.HumanComparator.CharType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.wiki.util.XHTML
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_BLOGNAME - Static variable in class org.apache.wiki.rss.Feed
-
Wiki variable storing the blog's name.
- VAR_CREOLE_VERSION - Static variable in class org.apache.wiki.parser.CreoleToJSPWikiTranslator
-
The version of Creole that this filter supports.
- VAR_ERROR - Static variable in class org.apache.wiki.VariableManager
-
- VAR_EXECUTE_PLUGINS - Static variable in class org.apache.wiki.render.RenderingManager
-
Variable name which tells whether plugins should be executed or not.
- VAR_LINEBREAK_BLOGLIKE - Static variable in class org.apache.wiki.parser.CreoleToJSPWikiTranslator
-
The linebreak style "bloglike".
- VAR_LINEBREAK_C2LIKE - Static variable in class org.apache.wiki.parser.CreoleToJSPWikiTranslator
-
The linebreak style "c2like".
- VAR_MSG - Static variable in class org.apache.wiki.VariableManager
-
- VAR_VERSION - Static variable in class org.apache.wiki.parser.CreoleToJSPWikiTranslator
-
The version of the filter.
- VariableContent - Class in org.apache.wiki.parser
-
Stores the contents of a WikiVariable in a WikiDocument DOM tree.
- VariableContent(String) - Constructor for class org.apache.wiki.parser.VariableContent
-
Create a VariableContent for the given variable.
- VariableLinkNodePostProcessorState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
-
NodePostProcessorState
which further post processes WikiVariable links.
- VariableLinkNodePostProcessorState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.VariableLinkNodePostProcessorState
-
- VariableManager - Class in org.apache.wiki
-
Manages variables.
- VariableManager(Properties) - Constructor for class org.apache.wiki.VariableManager
-
Creates a VariableManager object using the property list given.
- VariableTag - Class in org.apache.wiki.tags
-
Returns the value of an Wiki variable.
- VariableTag() - Constructor for class org.apache.wiki.tags.VariableTag
-
- VER_CURRENT - Static variable in class org.apache.wiki.tags.DiffLinkTag
-
- VER_LATEST - Static variable in class org.apache.wiki.tags.DiffLinkTag
-
- VER_PREVIOUS - Static variable in class org.apache.wiki.tags.DiffLinkTag
-
- verifyGroupDatabase() - Method in class org.apache.wiki.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 org.apache.wiki.auth.SecurityVerifier
-
Verfies the JAAS configuration.
- verifyPolicy() - Method in class org.apache.wiki.auth.SecurityVerifier
-
Verfies the Java security policy configuration.
- verifyPolicyAndContainerRoles() - Method in class org.apache.wiki.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 org.apache.wiki.util.CryptoUtil
-
Compares a password to a given entry and returns true, if it matches.
- verifyStaticPermission(Principal, Permission) - Method in class org.apache.wiki.auth.SecurityVerifier
-
Verifies that a particular Principal possesses a Permission, as defined
in the security policy file.
- verifyUserDatabase() - Method in class org.apache.wiki.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 org.apache.wiki.Release
-
The JSPWiki major version.
- VersioningFileProvider - Class in org.apache.wiki.providers
-
Provides a simple directory based repository for Wiki pages.
- VersioningFileProvider() - Constructor for class org.apache.wiki.providers.VersioningFileProvider
-
- VersioningProvider - Interface in org.apache.wiki.providers
-
This is a provider interface which providers can implement, if they
support fast checks of versions.
- VERSTR - Static variable in class org.apache.wiki.Release
-
This is the generic version string you should use when printing out the version.
- VIEW - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
-
Convenience constant that denotes
GroupPermission( "*:*, "view" )
.
- VIEW - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
A static instance of the view permission.
- VIEW - Static variable in class org.apache.wiki.ui.PageCommand
-
- VIEW - Static variable in class org.apache.wiki.WikiContext
-
The VIEW context - the user just wants to view the page contents.
- VIEW_ACTION - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
-
Action for viewing a group or collection of groups.
- VIEW_ACTION - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
Action name for the view permission.
- VIEW_GROUP - Static variable in class org.apache.wiki.ui.GroupCommand
-
GroupCommand for viewing a group.
- VIEW_GROUP - Static variable in class org.apache.wiki.WikiContext
-
User is viewing an existing group
- VIEW_MASK - Static variable in class org.apache.wiki.auth.permissions.GroupPermission
-
- VIEW_MASK - Static variable in class org.apache.wiki.auth.permissions.PagePermission
-
- VIEWCOUNT - Static variable in class org.apache.wiki.WikiPage
-
A special variable name for storing a viewcount.
W
- WAITING - Static variable in class org.apache.wiki.event.WorkflowEvent
-
When the Workflow has temporarily paused, for example because of a pending Decision.
- WAITING - Static variable in class org.apache.wiki.workflow.Workflow
-
State value: Workflow paused, typically because a Step returned an
Outcome that doesn't signify "completion."
- waitstate() - Method in class org.apache.wiki.workflow.Workflow
-
Sets the Workflow in the
Workflow.WAITING
state.
- WARNING - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message prefix for warnings.
- WARNING_DB - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for user database warnings.
- WARNING_GROUPS - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for group database warnings.
- WARNING_JAAS - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for JAAS warnings.
- WARNING_POLICY - Static variable in class org.apache.wiki.auth.SecurityVerifier
-
Message topic for policy warnings.
- Watchable - Interface in org.apache.wiki
-
A watchdog needs something to watch.
- WatchDog - Class in org.apache.wiki
-
WatchDog is a general system watchdog.
- WatchDog(WikiEngine, Watchable) - Constructor for class org.apache.wiki.WatchDog
-
Creates a new WatchDog for a Watchable.
- WatchDog(WikiEngine, Thread) - Constructor for class org.apache.wiki.WatchDog
-
Creates a new WatchDog for a Thread.
- WebAuthorizer - Interface in org.apache.wiki.auth.authorize
-
Extends the
Authorizer
interface by
including a delgate method for
HttpServletRequest.isUserInRole(String)
.
- WebContainerAuthorizer - Class in org.apache.wiki.auth.authorize
-
Authorizes users by delegating role membership checks to the servlet
container.
- WebContainerAuthorizer() - Constructor for class org.apache.wiki.auth.authorize.WebContainerAuthorizer
-
Constructs a new instance of the WebContainerAuthorizer class.
- WebContainerAuthorizer.LocalEntityResolver - Class in org.apache.wiki.auth.authorize
-
XML entity resolver that redirects resolution requests by JDOM, JAXP and
other XML parsers to locally-cached copies of the resources.
- WebContainerCallbackHandler - Class in org.apache.wiki.auth.login
-
Handles logins made from within JSPWiki.
- WebContainerCallbackHandler(WikiEngine, HttpServletRequest) - Constructor for class org.apache.wiki.auth.login.WebContainerCallbackHandler
-
Create a new handler.
- WebContainerLoginModule - Class in org.apache.wiki.auth.login
-
Logs in a user by extracting authentication data from an Http servlet
session.
- WebContainerLoginModule() - Constructor for class org.apache.wiki.auth.login.WebContainerLoginModule
-
- webContainerRoles() - Method in class org.apache.wiki.auth.SecurityVerifier
-
If the active Authorizer is the WebContainerAuthorizer, returns the roles
it knows about; otherwise, a zero-length array.
- WeblogArchivePlugin - Class in org.apache.wiki.plugin
-
Creates a list of all weblog entries on a monthly basis.
- WeblogArchivePlugin() - Constructor for class org.apache.wiki.plugin.WeblogArchivePlugin
-
- WeblogEntryPlugin - Class in org.apache.wiki.plugin
-
Builds a simple weblog.
- WeblogEntryPlugin() - Constructor for class org.apache.wiki.plugin.WeblogEntryPlugin
-
- WeblogPlugin - Class in org.apache.wiki.plugin
-
Builds a simple weblog.
- WeblogPlugin() - Constructor for class org.apache.wiki.plugin.WeblogPlugin
-
- WF_UP_CREATE_SAVE_APPROVER - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The name of the key from jspwiki.properties which defines who shall approve the workflow of creating a user profile.
- WF_UP_CREATE_SAVE_ATTR_SAVED_PROFILE - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The workflow attribute which stores the user profile.
- WF_UP_CREATE_SAVE_DECISION_MESSAGE_KEY - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The message key for storing the Decision text for saving a user profile.
- WF_UP_CREATE_SAVE_FACT_PREFS_EMAIL - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing the preferences' email.
- WF_UP_CREATE_SAVE_FACT_PREFS_FULL_NAME - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing the preferences' full name.
- WF_UP_CREATE_SAVE_FACT_PREFS_LOGIN_NAME - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing the preferences' login name.
- WF_UP_CREATE_SAVE_FACT_SUBMITTER - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing a the submitter name.
- WF_WP_SAVE_APPROVER - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The name of the key from jspwiki.properties which defines who shall approve the workflow of storing a wikipage.
- WF_WP_SAVE_ATTR_PRESAVE_WIKI_CONTEXT - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The workflow attribute which stores the wikiContext.
- WF_WP_SAVE_DECISION_MESSAGE_KEY - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The message key for storing the Decision text for saving a page.
- WF_WP_SAVE_FACT_CURRENT_TEXT - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing the current text.
- WF_WP_SAVE_FACT_DIFF_TEXT - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing a diff text.
- WF_WP_SAVE_FACT_IS_AUTHENTICATED - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing whether the user is authenticated or not.
- WF_WP_SAVE_FACT_PAGE_NAME - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing the page name.
- WF_WP_SAVE_FACT_PROPOSED_TEXT - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
Fact name for storing the proposed (edited) text.
- WF_WP_SAVE_REJECT_MESSAGE_KEY - Static variable in class org.apache.wiki.workflow.WorkflowManager
-
The message key for rejecting the decision to save the page.
- WhitespaceTrimWriter - Class in org.apache.wiki.htmltowiki
-
Part of the XHtmlToWikiTranslator.
- WhitespaceTrimWriter() - Constructor for class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
-
- WIKI_NAME - Static variable in class org.apache.wiki.auth.WikiPrincipal
-
WikiPrincipal type denoting a user's wiki name.
- WikiAjaxDispatcherServlet - Class in org.apache.wiki.ajax
-
This provides a simple ajax servlet for handling /ajax/
requests.
- WikiAjaxDispatcherServlet() - Constructor for class org.apache.wiki.ajax.WikiAjaxDispatcherServlet
-
- WikiAjaxServlet - Interface in org.apache.wiki.ajax
-
An interface for a servlet that wants to use Ajax functionality.
- WikiAttachmentProvider - Interface in org.apache.wiki.providers
-
Defines an attachment provider - a class which is capable of saving
binary data as attachments.
- WikiBackgroundThread - Class in org.apache.wiki
-
Abstract Thread subclass that operates in the background; when it detects the
WikiEngineEvent.SHUTDOWN
event,
it terminates itself.
- WikiBackgroundThread(WikiEngine, int) - Constructor for class org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.tags.WikiBodyTag
-
- WikiCallbackHandler - Class in org.apache.wiki.auth.login
-
Handles logins made from inside the wiki application, rather than via the web
container.
- WikiCallbackHandler(WikiEngine, HttpServletRequest, String, String) - Constructor for class org.apache.wiki.auth.login.WikiCallbackHandler
-
Create a new callback handler.
- WikiCommand - Class in org.apache.wiki.ui
-
Defines Commands for wiki-wide operations such as creating groups, editing
preferences and profiles, and logging in/out.
- wikiContext - Variable in class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProvider
-
- WikiContext - Class in org.apache.wiki
-
Provides state information throughout the processing of a page.
- WikiContext(WikiEngine, WikiPage) - Constructor for class org.apache.wiki.WikiContext
-
Create a new WikiContext for the given WikiPage.
- WikiContext(WikiEngine, HttpServletRequest, Command) - Constructor for class org.apache.wiki.WikiContext
-
Creates a new WikiContext for the given WikiEngine, Command and
HttpServletRequest.
- WikiContext(WikiEngine, HttpServletRequest, WikiPage) - Constructor for class org.apache.wiki.WikiContext
-
Creates a new WikiContext for the given WikiEngine, WikiPage and
HttpServletRequest.
- WikiDocument - Class in org.apache.wiki.parser
-
Stores the DOM tree of a rendered WikiPage.
- WikiDocument(WikiPage) - Constructor for class org.apache.wiki.parser.WikiDocument
-
Creates a new WikiDocument for a specific page.
- WikiEngine - Class in org.apache.wiki
-
Provides Wiki services to the JSP page.
- WikiEngine(Properties) - Constructor for class org.apache.wiki.WikiEngine
-
Instantiate the WikiEngine using a given set of properties.
- WikiEngine(ServletContext, String, Properties) - Constructor for class org.apache.wiki.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 org.apache.wiki.auth.login
-
Callback for requesting and supplying the WikiEngine object required by a
LoginModule.
- WikiEngineCallback() - Constructor for class org.apache.wiki.auth.login.WikiEngineCallback
-
- WikiEngineEvent - Class in org.apache.wiki.event
-
WikiEngineEvent indicates a change in the state of the WikiEngine.
- WikiEngineEvent(Object, int) - Constructor for class org.apache.wiki.event.WikiEngineEvent
-
Constructs an instance of this event.
- WikiEvent - Class in org.apache.wiki.event
-
Abstract parent class for wiki events.
- WikiEvent(Object, int) - Constructor for class org.apache.wiki.event.WikiEvent
-
Constructs an instance of this event.
- WikiEventListener - Interface in org.apache.wiki.event
-
Defines an interface for an object that listens for WikiEvents.
- WikiEventManager - Class in org.apache.wiki.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 org.apache.wiki.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 org.apache.wiki.event.WikiEventUtils
-
- WikiException - Exception in org.apache.wiki.api.exceptions
-
A generic Wiki exception.
- WikiException(String) - Constructor for exception org.apache.wiki.api.exceptions.WikiException
-
Constructs an exception.
- WikiException(String, Throwable) - Constructor for exception org.apache.wiki.api.exceptions.WikiException
-
Constructs an exception with a supplied cause.
- WikiFileFilter() - Constructor for class org.apache.wiki.providers.AbstractFileProvider.WikiFileFilter
-
- WikiFormAdminBean - Class in org.apache.wiki.ui.admin
-
This class is still experimental.
- WikiFormAdminBean() - Constructor for class org.apache.wiki.ui.admin.WikiFormAdminBean
-
- wikifyLink(String) - Static method in class org.apache.wiki.parser.MarkupParser
-
Cleans away extra legacy characters.
- WikiI18nException - Exception in org.apache.wiki.api.exceptions
-
A generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to
end-user.
- WikiI18nException(String, Object...) - Constructor for exception org.apache.wiki.api.exceptions.WikiI18nException
-
Constructs an exception.
- WikiJSPFilter - Class in org.apache.wiki.ui
-
This filter goes through the generated page response prior and
places requested resources at the appropriate inclusion markers.
- WikiJSPFilter() - Constructor for class org.apache.wiki.ui.WikiJSPFilter
-
- WikiLinkTag - Class in org.apache.wiki.tags
-
Root class for different internal wiki links.
- WikiLinkTag() - Constructor for class org.apache.wiki.tags.WikiLinkTag
-
- WikiModuleInfo - Class in org.apache.wiki.modules
-
A WikiModule describes whatever JSPWiki plugin there is: it can be a plugin,
an editor, a filter, etc.
- WikiModuleInfo(String) - Constructor for class org.apache.wiki.modules.WikiModuleInfo
-
Create a new info container.
- WikiPage - Class in org.apache.wiki
-
Simple wrapper class for the Wiki page attributes.
- WikiPage(WikiEngine, String) - Constructor for class org.apache.wiki.WikiPage
-
Create a new WikiPage using a given engine and name.
- WIKIPAGE_PRESAVE_TASK_MESSAGE_KEY - Static variable in interface org.apache.wiki.tasks.TasksManager
-
The message key for storing the text for the presave task.
- WIKIPAGE_SAVE_TASK_MESSAGE_KEY - Static variable in interface org.apache.wiki.tasks.TasksManager
-
The message key of the text to finally approve a page save.
- wikiPageContent() - Method in interface org.apache.wiki.pages.haddock.HaddockPage
-
returns page's wiki content.
- wikiPageContent() - Method in interface org.apache.wiki.pages.Page
-
returns page's wiki content.
- WikiPageEvent - Class in org.apache.wiki.event
-
WikiPageEvent indicates a change in the state or processing of a WikiPage.
- WikiPageEvent(Object, int, String) - Constructor for class org.apache.wiki.event.WikiPageEvent
-
Constructs an instance of this event.
- WikiPageProvider - Interface in org.apache.wiki.providers
-
Each Wiki page provider should implement this interface.
- WikiPageRenameEvent - Class in org.apache.wiki.event
-
WikiPageRenameEvent extends WikiPageEvent to indicate a change in
the name of a WikiPage.
- WikiPageRenameEvent(Object, String, String) - Constructor for class org.apache.wiki.event.WikiPageRenameEvent
-
Constructs an instance of this event.
- WikiPermission - Class in org.apache.wiki.auth.permissions
-
Permission to perform an global wiki operation, such as self-registering
or creating new pages.
- WikiPermission(String, String) - Constructor for class org.apache.wiki.auth.permissions.WikiPermission
-
Creates a new WikiPermission for a specified set of actions.
- WikiPlugin - Interface in org.apache.wiki.api.plugin
-
Defines an interface for plugins.
- WikiPrincipal - Class in org.apache.wiki.auth
-
A lightweight, immutable Principal class.
- WikiPrincipal() - Constructor for class org.apache.wiki.auth.WikiPrincipal
-
For serialization purposes
- WikiPrincipal(String) - Constructor for class org.apache.wiki.auth.WikiPrincipal
-
Constructs a new WikiPrincipal with a given name and a type of
WikiPrincipal.UNSPECIFIED
.
- WikiPrincipal(String, String) - Constructor for class org.apache.wiki.auth.WikiPrincipal
-
Constructs a new WikiPrincipal with a given name and optional type
designator.
- WikiProvider - Interface in org.apache.wiki
-
A generic Wiki provider for all sorts of things that the Wiki can
store.
- WikiRenderer - Class in org.apache.wiki.render
-
Provides an interface to the basic rendering engine.
- WikiRenderer(WikiContext, WikiDocument) - Constructor for class org.apache.wiki.render.WikiRenderer
-
Create a WikiRenderer.
- WikiRequestWrapper - Class in org.apache.wiki.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 org.apache.wiki.ui.WikiRequestWrapper
-
Constructs a new wrapped request.
- WikiRPCHandler - Interface in org.apache.wiki.xmlrpc
-
Any wiki RPC handler should implement this so that they can be properly
initialized and recognized by JSPWiki.
- WikiSecurityEvent - Class in org.apache.wiki.event
-
Event class for security events: login/logout, wiki group adds/changes, and
authorization decisions.
- WikiSecurityEvent(Object, int, Principal, Object) - Constructor for class org.apache.wiki.event.WikiSecurityEvent
-
Constructs a new instance of this event type, which signals a security
event has occurred.
- WikiSecurityEvent(Object, int, Object) - Constructor for class org.apache.wiki.event.WikiSecurityEvent
-
Constructs a new instance of this event type, which signals a security
event has occurred.
- WikiSecurityException - Exception in org.apache.wiki.auth
-
Indicates an authentication or authorization
error or exception.
- WikiSecurityException(String) - Constructor for exception org.apache.wiki.auth.WikiSecurityException
-
Constructs an exception.
- WikiSecurityException(String, Throwable) - Constructor for exception org.apache.wiki.auth.WikiSecurityException
-
Constructs an exception with a supplied cause.
- WikiServlet - Class in org.apache.wiki
-
This provides a master servlet for dealing with short urls.
- WikiServlet() - Constructor for class org.apache.wiki.WikiServlet
-
- WikiServletFilter - Class in org.apache.wiki.ui
-
Filter that verifies that the
WikiEngine
is running, and
sets the authentication status for the user's WikiSession.
- WikiServletFilter() - Constructor for class org.apache.wiki.ui.WikiServletFilter
-
Creates a Wiki Servlet Filter.
- WikiSession - Class in org.apache.wiki
-
Represents a long-running wiki session, with an associated user Principal,
user Subject, and authentication status.
- WikiTagBase - Class in org.apache.wiki.tags
-
Base class for JSPWiki tags.
- WikiTagBase() - Constructor for class org.apache.wiki.tags.WikiTagBase
-
- wikiTitle() - Method in interface org.apache.wiki.pages.haddock.HaddockPage
-
returns page's wiki title.
- wikiTitle() - Method in interface org.apache.wiki.pages.Page
-
returns page's wiki title.
- wikitizeCollection(Collection<String>, String, int) - Method in class org.apache.wiki.plugin.AbstractReferralPlugin
-
Makes WikiText from a Collection.
- WILDCARD - Static variable in class org.apache.wiki.auth.permissions.WikiPermission
-
Value for a generic wildcard.
- withUrl(String) - Static method in interface org.apache.wiki.pages.Page
-
Creates a new
PageBuilder
in order to customize page creation.
- word - Variable in class org.apache.wiki.search.QueryItem
-
The word that is being searched
- WORK_DIR - Static variable in class org.apache.wiki.ui.Installer
-
- WORKFLOW - Static variable in class org.apache.wiki.ui.WikiCommand
-
- WORKFLOW - Static variable in class org.apache.wiki.WikiContext
-
User wants to view or administer workflows.
- Workflow - Class in org.apache.wiki.workflow
-
Sequence of
Step
objects linked together.
- Workflow(String, Principal) - Constructor for class org.apache.wiki.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 org.apache.wiki.workflow
-
Factory class that creates common Workflow instances such as a standard approval workflow.
- WorkflowEvent - Class in org.apache.wiki.event
-
WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted.
- WorkflowEvent(Object, int) - Constructor for class org.apache.wiki.event.WorkflowEvent
-
Constructs a new instance of this event type, which signals a security event has occurred.
- WorkflowManager - Class in org.apache.wiki.workflow
-
Monitor class that tracks running Workflows.
- WorkflowManager() - Constructor for class org.apache.wiki.workflow.WorkflowManager
-
Constructs a new WorkflowManager, with an empty workflow cache.
- write(char[], int, int) - Method in class org.apache.wiki.htmltowiki.WhitespaceTrimWriter
- WYSIWYG_EDITOR_MODE - Static variable in class org.apache.wiki.render.RenderingManager
-
Name of the WikiContext variable which is set to Boolean.TRUE or Boolean.FALSE
depending on whether WYSIWYG is currently in effect.
- WysiwygEditingAttributeProviderState - Class in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
-
NodeAttributeProviderState
to finish up polishing WYSIWYG editing mode.
- WysiwygEditingAttributeProviderState(WikiContext) - Constructor for class org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.WysiwygEditingAttributeProviderState
-
- WysiwygEditingRenderer - Class in org.apache.wiki.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 org.apache.wiki.render.WysiwygEditingRenderer
-
Creates a WYSIWYG editing renderer.
X
- XHTML - Enum in org.apache.wiki.util
-
Provides constants for the Extensible HyperText Markup Language (XHTML) 1.0.
- XHtmlElementToWikiTranslator - Class in org.apache.wiki.htmltowiki
-
Converting XHtml to Wiki Markup.
- XHtmlElementToWikiTranslator(Element) - Constructor for class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator
-
Create a new translator using the default config.
- XHtmlElementToWikiTranslator(Element, XHtmlToWikiConfig) - Constructor for class org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator
-
Create a new translator using the specified config.
- XHTMLRenderer - Class in org.apache.wiki.render
-
Implements a WikiRendered that outputs XHTML.
- XHTMLRenderer(WikiContext, WikiDocument) - Constructor for class org.apache.wiki.render.XHTMLRenderer
-
Creates an XHTML 1.0 renderer.
- XHtmlToWikiConfig - Class in org.apache.wiki.htmltowiki
-
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like
URLs.
- XHtmlToWikiConfig() - Constructor for class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Creates a new, empty config object.
- XHtmlToWikiConfig(WikiContext) - Constructor for class org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
The constructor initializes the different internal fields
according to the current URLConstructor.
- XhtmlUtil - Class in org.apache.wiki.util
-
A utility class to generate XHTML objects and ultimately, serialised markup.
- XMLGroupDatabase - Class in org.apache.wiki.auth.authorize
-
GroupDatabase implementation for loading, persisting and storing wiki groups,
using an XML file for persistence.
- XMLGroupDatabase() - Constructor for class org.apache.wiki.auth.authorize.XMLGroupDatabase
-
- XMLNS_xhtml - Static variable in enum org.apache.wiki.util.XHTML
-
XML Namespace URI for the Extensible HyperText Markup Language (XHTML).
- XMLRPC_PREFIX - Static variable in class org.apache.wiki.xmlrpc.RPCServlet
-
This is what is appended to each command, if the handler has
not been specified.
- XMLUserDatabase - Class in org.apache.wiki.auth.user
-
Manages
DefaultUserProfile
objects using XML files for persistence.
- XMLUserDatabase() - Constructor for class org.apache.wiki.auth.user.XMLUserDatabase
-
- XmlUtil - Class in org.apache.wiki.util
-
Utility class to parse XML files.
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.