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

L

Label - Class in com.atlassian.confluence.labels
 
Label() - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, Namespace) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, String, String) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, Namespace, String) - Constructor for class com.atlassian.confluence.labels.Label
 
LABEL_ADDED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was added.
LABEL_CREATED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was created.
LABEL_DELETED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was deleted.
LABEL_DELIM - Static variable in class com.atlassian.confluence.util.LabelUtil
The canonical delimiter in output
LABEL_DELIM_CHARS - Static variable in class com.atlassian.confluence.util.LabelUtil
The characters accepted as label delimiters
LABEL_FIELD - Static variable in class com.atlassian.confluence.search.lucene.LabelExtractor
Assigned multiple fields of namespaced labels
LABEL_REMOVED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was removed.
LABEL_SEPARATOR - Static variable in class com.atlassian.confluence.pages.templates.PageTemplate
The String used to separate the labels.
LABEL_TEXT_FIELD - Static variable in class com.atlassian.confluence.search.lucene.LabelExtractor
This field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content
Labelable - Interface in com.atlassian.confluence.labels
Interface for objects that can have labels applied to them.
LabelAddEvent - Class in com.atlassian.confluence.event.events.label
Thrown when an existing label is associated with piece of content (as opposed to be newly created).
LabelAddEvent(Label, Labelable) - Constructor for class com.atlassian.confluence.event.events.label.LabelAddEvent
 
LabelBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents Label breadcrumbs.
LabelBreadcrumb(Action, DisplayableLabel, Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.LabelBreadcrumb
Label crumbs are sequenced a little differently than normal (where ContentActionBreadcrumbs typically come last).
LabelCreateEvent - Class in com.atlassian.confluence.event.events.label
Thrown when a label is created and comes into existance.
LabelCreateEvent(Label) - Constructor for class com.atlassian.confluence.event.events.label.LabelCreateEvent
 
LabelDao - Interface in com.atlassian.confluence.labels.persistence.dao
 
LabelDeleteEvent - Class in com.atlassian.confluence.event.events.label
Thrown when a label itself is removed (as opposed to being disassociated from a piece of content).
LabelDeleteEvent(Label) - Constructor for class com.atlassian.confluence.event.events.label.LabelDeleteEvent
 
LabelEvent - Class in com.atlassian.confluence.event.events.label
LabelEvent(Label) - Constructor for class com.atlassian.confluence.event.events.label.LabelEvent
 
LabelEvent(Label, Labelable) - Constructor for class com.atlassian.confluence.event.events.label.LabelEvent
 
LabelExtractor - Class in com.atlassian.confluence.search.lucene
Extract label data from content entity objects.
LabelExtractor() - Constructor for class com.atlassian.confluence.search.lucene.LabelExtractor
 
labelled - Variable in class com.atlassian.confluence.event.events.label.LabelEvent
 
Labelling - Class in com.atlassian.confluence.labels
An essentially immutable object that represents the link between labels and the content they label.
Labelling(Label, ContentEntityObject, String) - Constructor for class com.atlassian.confluence.labels.Labelling
 
Labelling(Label, ContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.labels.Labelling
Deprecated. since 2.10. The Labelling object is only associated with a space through the content. Use Labelling.Labelling(Label, ContentEntityObject, String) instead.
Labelling() - Constructor for class com.atlassian.confluence.labels.Labelling
Available so that newInstance can be used by hibernate to create this object.
LabellingComparator - Class in com.atlassian.confluence.util
 
LabellingComparator() - Constructor for class com.atlassian.confluence.util.LabellingComparator
 
LabellingPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
LabellingPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
labelManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
labelManager - Variable in class com.atlassian.confluence.core.DefaultContentEntityManager
 
LabelManager - Interface in com.atlassian.confluence.labels
The label manager provides all that is necessary for interacting with labels.
labelParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle label filtering.
LabelParameter - Class in com.atlassian.confluence.macro.query.params
Presents label parameters as BooleanQueryFactory implementations.
LabelParameter() - Constructor for class com.atlassian.confluence.macro.query.params.LabelParameter
 
LabelParameter(String) - Constructor for class com.atlassian.confluence.macro.query.params.LabelParameter
 
LabelParser - Class in com.atlassian.confluence.labels
The Label parser understands the formatting of label strings.
LabelParser() - Constructor for class com.atlassian.confluence.labels.LabelParser
 
LabelPermissionSupport - Class in com.atlassian.confluence.labels
Performs permission checking for label editing actions
LabelPermissionSupport() - Constructor for class com.atlassian.confluence.labels.LabelPermissionSupport
 
LabelQuery - Class in com.atlassian.confluence.search.v2.query
Query for matching a single Label.
LabelQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.LabelQuery
Construct a LabelQuery from a string representation of a label.
LabelQuery(Label) - Constructor for class com.atlassian.confluence.search.v2.query.LabelQuery
Construct a LabelQuery directly from the Label instance to be searched for
LabelQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
Maps a LabelQuery into Lucene.
LabelQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.LabelQueryMapper
 
LabelRemoveEvent - Class in com.atlassian.confluence.event.events.label
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed).
LabelRemoveEvent(Label, Labelable) - Constructor for class com.atlassian.confluence.event.events.label.LabelRemoveEvent
 
LabelScope - Class in com.atlassian.confluence.search.scope
 
LabelScope(List) - Constructor for class com.atlassian.confluence.search.scope.LabelScope
 
LabelScope(List, BooleanClause.Occur) - Constructor for class com.atlassian.confluence.search.scope.LabelScope
 
LabelSearchResult - Class in com.atlassian.confluence.labels.persistence.dao
LabelSearchResult(Label, int) - Constructor for class com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
 
LabelServlet - Class in com.atlassian.confluence.servlet
Simple servlet to map requests to /label// or /label/ to /labels/viewlabel.action The label name is mandatory, the space key is optional, restricting the view of the label to a specific space.
LabelServlet() - Constructor for class com.atlassian.confluence.servlet.LabelServlet
 
LabelsSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
Allows filtering by multiple labels.
LabelsSearchFilter(Set<String>) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.LabelsSearchFilter
 
LabelsSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
 
LabelsSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.LabelsSearchFilterMapper
 
LabelsService - Interface in com.atlassian.confluence.labels.service
Creates label commands
labelsString - Variable in class com.atlassian.confluence.pages.templates.actions.AbstractPageTemplateAction
 
LabelUtil - Class in com.atlassian.confluence.util
Utility class designed to assist dealing with the client interface.
LabelUtil() - Constructor for class com.atlassian.confluence.util.LabelUtil
 
LabelValidationHelper - Class in com.atlassian.confluence.labels.service
 
Language - Class in com.atlassian.confluence.languages
Created by IntelliJ IDEA.
Language(Locale) - Constructor for class com.atlassian.confluence.languages.Language
 
Language(LanguageModuleDescriptor) - Constructor for class com.atlassian.confluence.languages.Language
 
LANGUAGE_COOKIE - Static variable in class com.atlassian.confluence.languages.BrowserLanguageUtils
 
LanguageComparator - Class in com.atlassian.confluence.languages
Created by IntelliJ IDEA.
LanguageComparator() - Constructor for class com.atlassian.confluence.languages.LanguageComparator
 
LanguageExtractionFilter - Class in com.atlassian.confluence.web.filter
Extracts the language cookie, or if it is not present the browser language string
LanguageExtractionFilter() - Constructor for class com.atlassian.confluence.web.filter.LanguageExtractionFilter
 
languageManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LanguageManager - Interface in com.atlassian.confluence.languages
 
LanguageModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
LanguageModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
LanguagePluginI18NResource - Class in com.atlassian.confluence.util.i18n
 
LanguagePluginI18NResource(PluginAccessor) - Constructor for class com.atlassian.confluence.util.i18n.LanguagePluginI18NResource
 
LAST_MODIFICATION_DATE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
 
LAST_MODIFIER_NAME - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
 
LAST_MODIFIERS_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ContentEntityMetadataExtractor
 
lastModified() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
lastModified() - Method in class com.atlassian.confluence.core.UploadedResource
 
LastModifiedAware - Interface in com.atlassian.confluence.core.actions
Deprecated. since 3.1 use HttpCacheValidatable instead.
LastModifiedInterceptor - Class in com.atlassian.confluence.core.actions
 
LastModifiedInterceptor() - Constructor for class com.atlassian.confluence.core.actions.LastModifiedInterceptor
 
LastModifierNameExtractor - Class in com.atlassian.confluence.search.lucene.extractor
 
LastModifierNameExtractor() - Constructor for class com.atlassian.confluence.search.lucene.extractor.LastModifierNameExtractor
 
LastModifierQuery - Class in com.atlassian.confluence.search.v2.query
Deprecated. since 3.0. Use ContributorQuery instead.
LastModifierQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.LastModifierQuery
Deprecated.  
LastModifierQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
Deprecated. since 3.0. Use ContributorQueryMapper instead.
LastModifierQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.LastModifierQueryMapper
Deprecated.  
LastModifierSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
Filter on the DocumentFieldName.LAST_MODIFIER_NAME field.
LastModifierSearchFilter(String...) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.LastModifierSearchFilter
Creates an OR filter over the DocumentFieldName.LAST_MODIFIER_NAME field.
LastModifierSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
 
LastModifierSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.LastModifierSearchFilterMapper
 
LatencyConnectionProvider - Class in com.atlassian.confluence.util.db
A hibernate connection provider that can be configured to return connections that impose a simulated latency on db operations.
LatencyConnectionProvider() - Constructor for class com.atlassian.confluence.util.db.LatencyConnectionProvider
 
LATEST_VERSION_ID - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
 
LATEST_VERSIONS - Static variable in class com.atlassian.confluence.core.ListQuery
 
LatestVersionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display if the user is viewing the latest version of a page or blog post.
LatestVersionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.LatestVersionCondition
 
layoutHelper - Variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
layoutHelper - Variable in class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
 
LayoutHelper - Class in com.atlassian.confluence.util
This class provides helper methods to retrieve layout templates and handles a few basic theme tasks.
LayoutHelper() - Constructor for class com.atlassian.confluence.util.LayoutHelper
 
LayoutModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
LayoutModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.LayoutModuleDescriptor
 
LazyComponentReference - Class in com.atlassian.confluence.util
Lazily loads the component from the ContainerManager and memoize the result.
LazyComponentReference() - Constructor for class com.atlassian.confluence.util.LazyComponentReference
 
LazyInitByDefaultBeanDefinitionDocumentReader - Class in com.atlassian.confluence.spring
Class to allow us to programmatically set the default-lazy-init attribute on the <beans> tag.
LazyInitByDefaultBeanDefinitionDocumentReader() - Constructor for class com.atlassian.confluence.spring.LazyInitByDefaultBeanDefinitionDocumentReader
 
LazyLoadingFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
A FragmentTransformer which delegates to another FragmentTransformer identified by bean id.
LazyLoadingFragmentTransformer(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.LazyLoadingFragmentTransformer
 
LazyLoadingMacroWrapper - Class in com.atlassian.confluence.macro
Used to wrap a Macro in a LazyReference.
LazyLoadingMacroWrapper(LazyReference<Macro>) - Constructor for class com.atlassian.confluence.macro.LazyLoadingMacroWrapper
 
LazyLoadingMigrationRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
Required to allow us to break a circular dependency of the subRenderer back to the renderer.
LazyLoadingMigrationRenderer() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.LazyLoadingMigrationRenderer
 
LazyMap<K,V> - Class in com.atlassian.confluence.util.collections
A Map that is backed by a delegate map that contains suppliers for the values that are called lazily when required.
LDAP_DIRECTORY_DESC - Static variable in class com.atlassian.confluence.user.migration.LdapRepositoryConfigurationMigrator
 
LDAP_DIRECTORY_NAME - Static variable in class com.atlassian.confluence.user.migration.LdapRepositoryConfigurationMigrator
 
LdapRepositoryConfigurationMigrator - Class in com.atlassian.confluence.user.migration
Migrator for LDAP atlassian-user repository configuration.
LdapRepositoryConfigurationMigrator(CrowdDirectoryService, LDAPPropertiesHelper) - Constructor for class com.atlassian.confluence.user.migration.LdapRepositoryConfigurationMigrator
 
LdapUserManagementEnabledCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Deprecated. since 3.5 this no longer works properly and is no longer used in the application
LdapUserManagementEnabledCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.LdapUserManagementEnabledCondition
Deprecated.  
LegacyConfluenceWebMenuManager - Class in com.atlassian.confluence.web
Overrides ConfluenceWebMenuManager.getMenu(String, String, WebInterfaceContext) to supports inclusion of old plugin options on the Add menu.
LegacyConfluenceWebMenuManager() - Constructor for class com.atlassian.confluence.web.LegacyConfluenceWebMenuManager
 
LegacyContentPermission - Class in com.atlassian.confluence.upgrade.security
This class represents the old form of ContentPermission.
LegacyContentPermission(LegacyContentPermission) - Constructor for class com.atlassian.confluence.upgrade.security.LegacyContentPermission
 
LegacyContentPermission() - Constructor for class com.atlassian.confluence.upgrade.security.LegacyContentPermission
 
LegacyContentPermission(String) - Constructor for class com.atlassian.confluence.upgrade.security.LegacyContentPermission
 
LegacyContentPermission(String, String) - Constructor for class com.atlassian.confluence.upgrade.security.LegacyContentPermission
 
LegacyContentPermissionUpgrader - Class in com.atlassian.confluence.upgrade.security
Upgrades old ContentPermissions stored in the CONTENTLOCK table to new ContentPermissions and ContentPermissionsSets stored in the CONTENT_PERM and CONTENT_PERM_SET tables.
LegacyContentPermissionUpgrader() - Constructor for class com.atlassian.confluence.upgrade.security.LegacyContentPermissionUpgrader
 
LegacyContentPermissionUpgradeTask - Class in com.atlassian.confluence.upgrade.security
Upgrade task tested successfully against: postgresql-8.0-318.jdbc3.jar ojdbc14.jar mysql-connector-java-3.1.13-bin.jar
LegacyContentPermissionUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.security.LegacyContentPermissionUpgradeTask
 
LegacyDynamicPluginFactoryBeanFactory - Class in com.atlassian.confluence.plugin.spring
This bean factory is used to create an instance of a LegacyDynamicPluginFactory linking it to Confluence's plugin temp directory.
LegacyDynamicPluginFactoryBeanFactory() - Constructor for class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
 
LegacyLicenseUtils - Class in com.atlassian.confluence.setup
Contains utility methods for old version 1 licenses.
LegacyLicenseUtils() - Constructor for class com.atlassian.confluence.setup.LegacyLicenseUtils
 
LegacyOSUserRepositoryAccessorFactory - Class in com.atlassian.confluence.user.migration
Factory that generates an osuser repository accessor to assist with migration of users from osuser to hibernate
LegacyOSUserRepositoryAccessorFactory() - Constructor for class com.atlassian.confluence.user.migration.LegacyOSUserRepositoryAccessorFactory
 
LegacySpaceRssFeedAction - Class in com.atlassian.confluence.spaces.actions
 
LegacySpaceRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction
 
LegacyV2RendererContextInitialiser - Interface in com.atlassian.confluence.content.render.xhtml.compatibility
Initialises the ConversionContext such that the encapsulated v2 RendererContext is populated as would be expected in the old v2 rendering subsystem.
length() - Method in class com.atlassian.confluence.json.parser.JSONArray
Deprecated. Get the number of elements in the JSONArray, included nulls.
length() - Method in class com.atlassian.confluence.json.parser.JSONObject
Get the number of keys stored in the JSONObject.
LexicographicUtils - Class in com.atlassian.confluence.search
A utility class for converting non-string values into string values with a lexicographic order that preserves the orginal order of the values.
LexicographicUtils() - Constructor for class com.atlassian.confluence.search.LexicographicUtils
 
LIBRARY_KEY - Static variable in class com.atlassian.confluence.renderer.UserMacroLibrary
 
LicenceUpdatedEvent - Class in com.atlassian.confluence.event.events.admin
Created by IntelliJ IDEA.
LicenceUpdatedEvent(Object, License) - Constructor for class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
LICENSE_EXPIRED - Static variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LICENSE_HASH_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
LICENSE_MESSAGE_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
LICENSE_USERS_EXCEEDED - Static variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LicenseCalculator - Interface in com.atlassian.confluence.util
Calculates the number of Users in a Confluence instance.
licenseError - Variable in class com.atlassian.confluence.user.actions.SearchUsersAction
 
LIMIT_MAX_RECENTLY_UPDATED_PAGE_COUNT - Static variable in class com.atlassian.confluence.user.UserInterfaceState
 
LIMIT_RECENTLY_ADDED_PAGE_COUNT - Static variable in class com.atlassian.confluence.user.UserInterfaceState
 
LineChunk - Class in com.atlassian.confluence.diff
Represents one line of diffed text.
LineChunk(DiffType, List<WordChunk>) - Constructor for class com.atlassian.confluence.diff.LineChunk
 
LineLevelDiffer - Class in com.atlassian.confluence.diff
Wraps an Apache Diff with Atlassian goodness, making it closer to how a human expects the difference to appear.
LineLevelDiffer() - Constructor for class com.atlassian.confluence.diff.LineLevelDiffer
 
LineRanker - Class in com.atlassian.confluence.diff
Compares an original line against a number of revised lines and determines the revised line that is most similar to the original.
LineRanker() - Constructor for class com.atlassian.confluence.diff.LineRanker
 
LINK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
Link - Interface in com.atlassian.confluence.xhtml.api
Represents a link.
LINK_BODY_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_BODY_ELEMENT_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_BODY_TYPE_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LinkBody<T> - Interface in com.atlassian.confluence.xhtml.api
A type representing the different link bodies in Confluence
linkBodyMarshaller - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
LinkConverter - Class in com.atlassian.confluence.importexport.impl.snipsnap
 
LinkConverter() - Constructor for class com.atlassian.confluence.importexport.impl.snipsnap.LinkConverter
 
LinkDao - Interface in com.atlassian.confluence.links.persistence.dao
 
LINKED_RESOURCE_BASE_URL - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LINKED_RESOURCE_CONTAINER_ID - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Used by link browser to determine whether an attachment is local to a page/content or not.
LINKED_RESOURCE_DEFAULT_ALIAS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Used by link browser to distinguish between a user specified alias and one that is auto-generated because none has been specified.
LINKED_RESOURCE_ID_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Link
LINKED_RESOURCE_TYPE_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LinkExtractor - Class in com.atlassian.confluence.links
TODO: Find out if we still need this for legacy imports or something like that.
LinkExtractor(LinkResolver, PageContext) - Constructor for class com.atlassian.confluence.links.LinkExtractor
 
linkHashTags(String) - Static method in class com.atlassian.confluence.userstatus.tag.HashTagHelper
 
linkManager - Variable in class com.atlassian.confluence.core.DefaultContentEntityManager
 
LinkManager - Interface in com.atlassian.confluence.links
 
linkManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
LinkParserHelper - Class in com.atlassian.confluence.links
This is a helper class to extract links.
LinkParserHelper(String, MacroManager, SettingsManager) - Constructor for class com.atlassian.confluence.links.LinkParserHelper
 
LinkPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
LinkPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
LinkRenamingBean - Interface in com.atlassian.confluence.util
 
LinkRenderer - Interface in com.atlassian.confluence.content.render.xhtml
Allows links to content to be rendered without exposing our marshalling architecture.
LinkResolver - Interface in com.atlassian.confluence.content.render.xhtml.migration
Resolves wiki text to an xhtml link.
linkStaxStreamMarshaller - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
LinksUpdateException - Exception in com.atlassian.confluence.content.render.xhtml.links
Checked exception thrown when there is an error updating the links on a piece of content (normally in response to a renaming of moving of content to a different space).
LinksUpdateException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
 
LinksUpdateException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
 
LinksUpdateException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
 
LinksUpdater - Interface in com.atlassian.confluence.content.render.xhtml.links
Used to update the links on a piece of content.
LinksUpdater.AttachmentReferenceDetails - Class in com.atlassian.confluence.content.render.xhtml.links
 
LinksUpdater.PartialReferenceDetails - Class in com.atlassian.confluence.content.render.xhtml.links
 
LinkTestFilter - Class in com.atlassian.confluence.renderer.radeox.filters
 
LinkTestFilter() - Constructor for class com.atlassian.confluence.renderer.radeox.filters.LinkTestFilter
 
LinkTestFilter(String, int) - Constructor for class com.atlassian.confluence.renderer.radeox.filters.LinkTestFilter
 
list(T...) - Static method in class com.atlassian.confluence.util.collections.CollectionUtils
Returns a List with the given elements.
LIST_PAGE_COOKIE - Static variable in class com.atlassian.confluence.pages.actions.ListPagesAction
 
LIST_PAGE_LOCATION - Static variable in class com.atlassian.confluence.pages.actions.ListPagesAction
 
ListAttachmentsAction - Class in com.atlassian.confluence.spaces.actions
 
ListAttachmentsAction() - Constructor for class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
ListBuilder<T> - Interface in com.atlassian.confluence.core
A lazy builder that allows clients to retrieve individual pages of potentially long (and performance-degrading) lists of entities.
ListBuilderCallback<T> - Interface in com.atlassian.confluence.core
 
ListenerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
NOTE: This class has to be constructor injected since it's the only way moduleFactory can be set at its parent.
ListenerModuleDescriptor(ModuleFactory, EventPublisher) - Constructor for class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
 
listImpl() - Method in class com.atlassian.confluence.setup.webwork.ConfluenceWebWorkConfiguration
List setting names
ListLabelsBySpaceAction - Class in com.atlassian.confluence.labels.actions
 
ListLabelsBySpaceAction() - Constructor for class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
 
ListNewOrUpdatedPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListNewOrUpdatedPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction
 
ListOrphanedPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListOrphanedPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListOrphanedPagesAction
 
ListPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListPagesAction
 
ListPageTemplatesAction - Class in com.atlassian.confluence.pages.templates.actions
 
ListPageTemplatesAction() - Constructor for class com.atlassian.confluence.pages.templates.actions.ListPageTemplatesAction
 
ListPageTemplatesBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
ListPermissionPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListPermissionPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
ListQuery - Class in com.atlassian.confluence.core
A Query for the SmartListManager
ListQuery() - Constructor for class com.atlassian.confluence.core.ListQuery
 
ListQuery(ListQuery) - Constructor for class com.atlassian.confluence.core.ListQuery
 
ListQueryToSearchConverter - Class in com.atlassian.confluence.search.v2.lucene.compatibility
Class to convert old ListQuery objects to new ListQuerys.
ListQueryToSearchConverter() - Constructor for class com.atlassian.confluence.search.v2.lucene.compatibility.ListQueryToSearchConverter
 
ListUndefinedPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListUndefinedPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
ListUndefinedPagesAction.UndefinedPage - Class in com.atlassian.confluence.pages.actions
 
ListUndefinedPagesAction.UndefinedPage(String, String) - Constructor for class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
ListUtils - Class in com.atlassian.confluence.util
 
ListUtils() - Constructor for class com.atlassian.confluence.util.ListUtils
 
ListUtils.Criterion - Interface in com.atlassian.confluence.util
 
ListWatchersAction - Class in com.atlassian.confluence.mail.notification.actions
Returns a list of the people watching a page as two lists: one for space watchers, one for page watchers.
ListWatchersAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
literalTypeFromString(Type, String) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister
 
load() - Method in class com.atlassian.confluence.plugin.BandanaPluginStateStore
 
load() - Method in class com.atlassian.confluence.plugin.EmptyPluginStateStore
 
loadAllPlugins(ModuleDescriptorFactory) - Method in class com.atlassian.confluence.plugin.DatabaseClassLoadingPluginLoader
 
loadClass(String) - Method in class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
loadComponent(String, Plugin) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
loadCondition(String, Plugin) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
loadConfiguration() - Method in interface com.atlassian.confluence.cache.CacheConfigurationLoader
 
loadContent(InputStream) - Method in class com.atlassian.confluence.mail.Mail
 
loadContextProvider(String, Plugin) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
loadDefaultInterceptorRef(PackageConfig, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
loadDefaultProperties() - Static method in class com.atlassian.confluence.util.GeneralUtil
Deprecated. since 3.0 because it doesn't do anything
loadGlobalResults(PackageConfig, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
loadHeader(InputStream) - Static method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
loadInterceptors(PackageConfig, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
loadInterceptorStack(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
loadInterceptorStacks(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
loadOsUserDocument() - Static method in class com.atlassian.confluence.user.UserConfigurationChecker
 
loadPage(ContentEntityObject) - Static method in class com.atlassian.confluence.util.DiffUtils
Deprecated.  
loadResource(String, int, String) - Method in class com.atlassian.confluence.util.velocity.ConfigurableResourceManager
Loads a resource from the current set of resource loaders.
loadTemplates() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
LOCALE_ENGLISH - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LOCALE_FOR_SETUP - Static variable in class com.atlassian.confluence.user.SessionKeys
 
LOCALE_GERMAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LOCALE_JAPANESE - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LOCALE_RUSSIAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LocaleManager - Interface in com.atlassian.confluence.languages
 
localeManager - Variable in class com.atlassian.confluence.web.filter.LanguageExtractionFilter
 
LocaleParser - Class in com.atlassian.confluence.languages
Converts a locale String like "en_GB" into a Java Locale object.
lock(Object, Object) - Method in class com.atlassian.confluence.cache.hibernate.ConfluenceCacheStrategy
 
Lock - Interface in com.atlassian.confluence.concurrent
Generic lock interface - a subset of Java 1.5 java.util.concurrent.locks.Lock interface.
lock() - Method in interface com.atlassian.confluence.concurrent.Lock
Acquire a lock - blocks until lock is successfully acquired
lock() - Method in class com.atlassian.confluence.concurrent.LockAdapter
 
LockAdapter - Class in com.atlassian.confluence.concurrent
Converts a Confluence Lock to a {java.util.concurrent.locks.Lock} so it can be used in other contexts.
LockAdapter(Lock) - Constructor for class com.atlassian.confluence.concurrent.LockAdapter
 
LockFactory - Interface in com.atlassian.confluence.concurrent
Interface for obtaining locks
lockInterruptibly() - Method in class com.atlassian.confluence.concurrent.LockAdapter
This implementation does not support interruption, so InterruptedException is never thrown.
lockName() - Method in class com.atlassian.confluence.mail.AbstractMailAccount
A lock identifier for ensuring Confluence only connects once to a given user/host/port combination.
lockName() - Method in interface com.atlassian.confluence.mail.MailAccount
 
LockOperation - Class in com.atlassian.confluence.concurrent
Perform a unit of work while managing the lock lifecycle automatically.
LockOperation(Lock) - Constructor for class com.atlassian.confluence.concurrent.LockOperation
 
LockOperationWithoutResult - Class in com.atlassian.confluence.concurrent
Convenient subclass of LockOperation that discards the result.
LockOperationWithoutResult(Lock) - Constructor for class com.atlassian.confluence.concurrent.LockOperationWithoutResult
 
log - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
Deprecated. since 2.6.1 create a private static logger in your action class
log - Static variable in class com.atlassian.confluence.event.listeners.ResetXStreamPluginListener
 
log - Static variable in class com.atlassian.confluence.importexport.actions.SetupRestoreHelper
Deprecated. 
log - Variable in class com.atlassian.confluence.importexport.Exporter
 
log - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister
 
log - Static variable in class com.atlassian.confluence.labels.PermittedLabelView
 
log - Static variable in class com.atlassian.confluence.links.DefaultLinkManager
 
log - Variable in class com.atlassian.confluence.pages.DefaultDraftManager
Deprecated. 
log - Static variable in class com.atlassian.confluence.plugin.ConfluenceHostContainer
 
log - Static variable in class com.atlassian.confluence.plugin.descriptor.ExtractorModuleDescriptor
Deprecated. 
log - Static variable in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
Deprecated. 
log - Static variable in class com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
 
log - Static variable in class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
log - Static variable in class com.atlassian.confluence.rpc.soap.AxisSoapServer
 
log - Static variable in class com.atlassian.confluence.rpc.soap.GlueSoapServer
 
log - Static variable in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
log - Static variable in class com.atlassian.confluence.search.didyoumean.DistanceHelper
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.didyoumean.lucene.LuceneNGramSuggestionsProvider
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.didyoumean.lucene.LuceneWordSuggester
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.didyoumean.lucene.WordFilter
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.didyoumean.UpdateIndexJob
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.IndexingTask
Deprecated. 
LOG - Static variable in class com.atlassian.confluence.search.lucene.ConfluenceObjectToDocumentConverter
Deprecated.  
log - Static variable in class com.atlassian.confluence.search.lucene.ContentPermissionSearchUtils
 
log - Static variable in class com.atlassian.confluence.search.lucene.filter.ContentPermissionsFilter
 
log - Static variable in class com.atlassian.confluence.search.lucene.queue.DatabaseIndexTaskQueue
Deprecated. since 3.1 do not use this class's logger externally. Create one in the class doing the logging.
log - Static variable in class com.atlassian.confluence.search.lucene.queue.DatabaseQueueFlushedEntryCache
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.lucene.QueuingConfluenceIndexer
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.lucene.tasks.AddDocumentIndexTask
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.v2.lucene.compatibility.ListQueryToSearchConverter
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.v2.lucene.LuceneSearcherImpl
Deprecated. 
log - Static variable in class com.atlassian.confluence.search.v2.lucene.LuceneSearchManager
Deprecated. since 3.1 do not use this logger.
log - Variable in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
Deprecated. 
log - Static variable in class com.atlassian.confluence.security.DefaultCaptchaManager
 
log - Variable in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
Deprecated. 
log - Variable in class com.atlassian.confluence.servlet.ConfluenceHttpServlet
 
log - Static variable in class com.atlassian.confluence.servlet.DelegatingServletManager
 
log - Static variable in class com.atlassian.confluence.servlet.SpringManagedServlet
 
log - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
log - Static variable in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
log - Static variable in class com.atlassian.confluence.setup.actions.SetupDataAction
 
log - Static variable in class com.atlassian.confluence.setup.actions.SetupDatabaseAction
 
log - Static variable in class com.atlassian.confluence.setup.actions.SetupEmbeddedDatabaseAction
 
log - Static variable in class com.atlassian.confluence.setup.Resin3ContextListener
 
log - Static variable in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
log - Static variable in class com.atlassian.confluence.spaces.actions.ImportMboxAction
 
log - Static variable in class com.atlassian.confluence.spaces.Space
Deprecated. 
log - Static variable in class com.atlassian.confluence.spaces.SpaceDescription
Deprecated. 
log - Static variable in class com.atlassian.confluence.upgrade.security.LegacyContentPermissionUpgrader
 
log - Static variable in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
log - Static variable in class com.atlassian.confluence.upgrade.upgradetask.AtlassianUserToEmbeddedCrowdDataUpgradeTask
 
log - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
 
log - Static variable in class com.atlassian.confluence.upgrade.upgradetask.TrustedApplicationsCleanUpUpgradeTask
 
log - Static variable in class com.atlassian.confluence.user.actions.LogoutAction
Deprecated. 
log - Static variable in class com.atlassian.confluence.user.listeners.UserSessionExpiryListener
 
log - Static variable in class com.atlassian.confluence.user.migration.AtlassianUserMigrator
 
log - Variable in class com.atlassian.confluence.user.migration.HtmlJspWriterMigrationProgressListener
Deprecated. 
log - Static variable in class com.atlassian.confluence.user.migration.LdapRepositoryConfigurationMigrator
 
log - Static variable in class com.atlassian.confluence.util.BandanaConfigMigrator
Deprecated. 
log - Static variable in class com.atlassian.confluence.util.CompleteURLEncoder
Deprecated. 
log - Static variable in class com.atlassian.confluence.util.http.httpclient.BasicAuthenticator
 
log - Static variable in class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
log - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
log - Static variable in class com.atlassian.confluence.util.ProfilePicture
Deprecated.  
log - Static variable in class com.atlassian.confluence.util.ResizableImage
 
log - Static variable in interface com.atlassian.confluence.util.UserChecker
 
log - Variable in class com.atlassian.confluence.util.velocity.ConfigurableResourceManager
Logging.
log - Static variable in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
Deprecated. 
log - Static variable in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
Deprecated. since 3.4 use a private Logger.
log - Static variable in class org.apache.commons.jrcs.diff.MergeVisitor
 
LoggingContext - Class in com.atlassian.confluence.util.logging
Manages contextual information in the Log4J Mapped Diagnostic Context.
LoggingContextFilter - Class in com.atlassian.confluence.util
Servlet filter that adds some relevant contextual information to the Log4J Mapped Diagnostic Context
LoggingContextFilter() - Constructor for class com.atlassian.confluence.util.LoggingContextFilter
 
LoggingContextInterceptor - Class in com.atlassian.confluence.util
XWork interceptor that adds some relevant XWork context to the Log4J Mapped Diagnostic Context
LoggingContextInterceptor() - Constructor for class com.atlassian.confluence.util.LoggingContextInterceptor
 
login - Variable in class com.atlassian.confluence.importexport.impl.snipsnap.SnipSnapUser
 
login(String, String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Logs the user with username and password into the Remote API system

The token is stored for a period of time, and invalidated after an idle period.

login(String, String) - Method in interface com.atlassian.confluence.rpc.SecureRpc
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
 
LoginAction - Class in com.atlassian.confluence.user.actions
 
LoginAction() - Constructor for class com.atlassian.confluence.user.actions.LoginAction
 
LoginEvent - Class in com.atlassian.confluence.event.events.security
Event representing the act of a user successfully logging into Confluence
LoginEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LoginEvent
 
LoginFailedEvent - Class in com.atlassian.confluence.event.events.security
Published to indicate failed login - useful to listeners wanting to count n instances of attempt and act on it.
LoginFailedEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LoginFailedEvent
 
LoginInfo - Interface in com.atlassian.confluence.security.login
Information about a user's login history
LoginInfoUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
LoginInfoUpgradeTask(HibernateSessionManager, UserAccessor, UserLoginInfoDao) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.LoginInfoUpgradeTask
 
LoginManager - Interface in com.atlassian.confluence.security.login
The LoginManager keeps track of users login activities.
LoginManagerSettings - Class in com.atlassian.confluence.setup.settings.beans
 
LoginManagerSettings() - Constructor for class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
Default constructor
LoginManagerSettings(LoginManagerSettings) - Constructor for class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
Copy-constructor for cloning settings
LoginResult - Enum in com.atlassian.confluence.security.login
Result of an authentication attempt.
logMissingAttachments(Collection) - Method in class com.atlassian.confluence.upgrade.upgradetask.AttachmentFileNameUpgradeTask
Report any attachments that were not upgraded successfully
LOGO_KEY - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ChangeLogoStorageUpgradeTask
 
logout(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Logs the user out of the RPC system
logout(String) - Method in interface com.atlassian.confluence.rpc.SecureRpc
 
logout(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
LogoutAction - Class in com.atlassian.confluence.user.actions
 
LogoutAction() - Constructor for class com.atlassian.confluence.user.actions.LogoutAction
 
LogoutEvent - Class in com.atlassian.confluence.event.events.security
 
LogoutEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LogoutEvent
 
LogoutEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LogoutEvent
 
logoutUser(HttpServletRequest) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
LOGS_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
logVelocityMessage(int, String) - Method in class com.atlassian.confluence.util.velocity.NullVelocityLogSystem
 
LONG_RUNNING_TASK - Static variable in class com.atlassian.confluence.user.SessionKeys
 
LONG_TERM_EXPIRY_MILLIS - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
 
LONG_TERM_EXPIRY_SECONDS - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
 
LongRunningTaskBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
LongRunningTaskBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.LongRunningTaskBreadcrumb
 
LongRunningTaskId - Class in com.atlassian.confluence.util.longrunning
Opaque identifier for a long-running task.
LongRunningTaskManager - Interface in com.atlassian.confluence.util.longrunning
Coordinates the creation and maintenance of batch jobs that last longer than a single web request
LongRunningTaskMonitorAction - Class in com.atlassian.confluence.admin.actions
 
LongRunningTaskMonitorAction() - Constructor for class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
LongRunningTaskUtils - Class in com.atlassian.confluence.util.longrunning
Deprecated. since 4.0. This class is spun from purest evil. Use the LongRunningTaskManager directly instead.
LongRunningTaskUtils() - Constructor for class com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
Deprecated.  
LookAndFeel - Interface in com.atlassian.confluence.admin.actions
Marker interface for Look-and-Feel administrative actions.
LookAndFeelAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
LookAndFeelAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
LookAndFeelEvent - Class in com.atlassian.confluence.themes.events
Abstract class for events related to themes, colour-schemes and layouts.
LookAndFeelEvent(Object, String) - Constructor for class com.atlassian.confluence.themes.events.LookAndFeelEvent
Construct a new look and feel event
lookupDomainName(HttpServletRequest) - Static method in class com.atlassian.confluence.util.GeneralUtil
Get the default domain name.
lookupObjectByUnfixedHandle(TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Find a previously imported object by the ID as it appeared in the backup file, even if it has since been assigned a new ID.
LUCENE_INDEX_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
LUCENE_INDEX_DIR_PROP - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
LuceneBoostingStrategyModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.search
 
LuceneBoostingStrategyModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.search.LuceneBoostingStrategyModuleDescriptor
 
LuceneConnectionBackedIndexTaskPerformer - Class in com.atlassian.confluence.search.lucene.tasks
Performs the index task against Confluence's main/default index (which is managed by ILuceneConnection
LuceneConnectionBackedIndexTaskPerformer(ILuceneConnection) - Constructor for class com.atlassian.confluence.search.lucene.tasks.LuceneConnectionBackedIndexTaskPerformer
 
LuceneContentNameScorer - Class in com.atlassian.confluence.search.contentnames.lucene
 
LuceneContentNameScorer(ILuceneConnection, ContentNameSearchPermissionsFilter, BoostingStrategy) - Constructor for class com.atlassian.confluence.search.contentnames.lucene.LuceneContentNameScorer
 
LuceneContentNameSearcher - Class in com.atlassian.confluence.search.contentnames.lucene
 
LuceneContentNameSearcher(ContentNameScorer, ResultCategoriser, ResultConverter) - Constructor for class com.atlassian.confluence.search.contentnames.lucene.LuceneContentNameSearcher
 
LuceneHandleBasedSubsetResultFilter - Class in com.atlassian.confluence.search.v2.lucene.resultfilter
A result filter used for pagination of SearchResultType.CHANGE documents.
LuceneHandleBasedSubsetResultFilter(Handle, int) - Constructor for class com.atlassian.confluence.search.v2.lucene.resultfilter.LuceneHandleBasedSubsetResultFilter
 
LuceneMapperClassPredicate - Class in com.atlassian.confluence.search.v2.lucene
Predicate for finding Lucene query mapper plugins of a specified class in the plugin registry.
LuceneMapperClassPredicate(Class<? extends AbstractLuceneMapperModuleDescriptor>) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneMapperClassPredicate
 
LuceneMapperNotFoundException - Exception in com.atlassian.confluence.search.v2.lucene
Exception thrown when a mapper (LuceneSortMapper, LuceneQueryMapper or LuceneResultFilterMapper) cannot be found.
LuceneMapperNotFoundException(Class, String) - Constructor for exception com.atlassian.confluence.search.v2.lucene.LuceneMapperNotFoundException
 
LuceneMapperPredicate - Class in com.atlassian.confluence.search.v2.lucene
Predicate for finding matching Lucene query mapper plugins in the plugin registry.
LuceneMapperPredicate(Class<? extends AbstractLuceneMapperModuleDescriptor>, String) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneMapperPredicate
 
LuceneNGramSuggestionsProvider - Class in com.atlassian.confluence.search.didyoumean.lucene
Class that generates suggestions off an n-gram index of words.
LuceneNGramSuggestionsProvider(ILuceneConnection, SuggestionFrequencyProvider) - Constructor for class com.atlassian.confluence.search.didyoumean.lucene.LuceneNGramSuggestionsProvider
 
LuceneQueryMapper<T extends SearchQuery> - Interface in com.atlassian.confluence.search.v2.lucene
A lucene query mapper represents an object that is able to map from a Confluence SearchQuery to a Lucene Query.
LuceneQueryMapperModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.search
 
LuceneQueryMapperModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.search.LuceneQueryMapperModuleDescriptor
 
LuceneQueryTokenizer - Class in com.atlassian.confluence.search.contentnames.lucene
The purpose of this class is to wrap the tokens emitted from lucene analysis inside our own QueryTokens so that we can tag some additional meaning.
LuceneQueryTokenizer(Analyzer) - Constructor for class com.atlassian.confluence.search.contentnames.lucene.LuceneQueryTokenizer
 
LuceneResultFilter - Interface in com.atlassian.confluence.search.v2.lucene
 
LuceneResultFilterMapper - Interface in com.atlassian.confluence.search.v2.lucene
 
LuceneResultFilterMapperModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.search
 
LuceneResultFilterMapperModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.search.LuceneResultFilterMapperModuleDescriptor
 
LuceneScoreAndRankComparingSuggestionComparator - Class in com.atlassian.confluence.search.didyoumean.lucene.comparators
Compares suggestions on their similarity scores and rank from the ngram index.
LuceneScoreAndRankComparingSuggestionComparator() - Constructor for class com.atlassian.confluence.search.didyoumean.lucene.comparators.LuceneScoreAndRankComparingSuggestionComparator
 
LuceneSearcher - Interface in com.atlassian.confluence.search.v2.lucene
Responsible for performing a lucene search.
LuceneSearcherImpl - Class in com.atlassian.confluence.search.v2.lucene
 
LuceneSearcherImpl(ILuceneConnection) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSearcherImpl
 
LuceneSearchFilterMapper<T extends SearchFilter> - Interface in com.atlassian.confluence.search.v2.lucene
A lucene search filter mapper represents an object that is able to map from a Confluence SearchFilter to a Lucene Filter.
LuceneSearchFilterMapperModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.search
Module descriptor for lucene search filter mappers.
LuceneSearchFilterMapperModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.search.LuceneSearchFilterMapperModuleDescriptor
 
LuceneSearchManager - Class in com.atlassian.confluence.search.v2.lucene
 
LuceneSearchManager(LuceneSearchMapper, LuceneSearcher, AnyTypeDao, LuceneAnalyzerFactory, ContentEntityObjectDao) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSearchManager
 
LuceneSearchMapper - Interface in com.atlassian.confluence.search.v2.lucene
 
LuceneSearchMapperRegistry - Interface in com.atlassian.confluence.search.v2.lucene
Class that is responsible for converting a v2 search abstraction like SearchQuery or SearchSort into the equivalent technology specific object.
LuceneSearchMapperRegistryCacheUpdateListener - Class in com.atlassian.confluence.search.v2.lucene
Listener that is responsible keeping the cache of search mapper module descriptors in CacheBackedLuceneSearchMapperRegistry up to date in response to plugin events.
LuceneSearchMapperRegistryCacheUpdateListener() - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSearchMapperRegistryCacheUpdateListener
 
LuceneSearchResult - Class in com.atlassian.confluence.search.v2.lucene
 
LuceneSearchResult(Hit) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSearchResult
Constructor to create a search result directly from a Lucene hit
LuceneSearchResult(Map<String, String>) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSearchResult
Helper constructor for use in tests.
LuceneSearchResults - Class in com.atlassian.confluence.search.v2.lucene
 
LuceneSearchResults(List, int) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSearchResults
 
LuceneSortMapper - Interface in com.atlassian.confluence.search.v2.lucene
 
LuceneSortMapperModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.search
 
LuceneSortMapperModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.search.LuceneSortMapperModuleDescriptor
 
LuceneSubsetResultFilter - Class in com.atlassian.confluence.search.v2.lucene
A result filter that filters out all but a particular "window" (offset from start, count) of results.
LuceneSubsetResultFilter(int) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSubsetResultFilter
Construct a filter that returns at most the first count hits.
LuceneSubsetResultFilter(int, int) - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneSubsetResultFilter
Construct a filter with the given start offset and count.
LuceneSuggestionFrequencyProvider - Class in com.atlassian.confluence.search.didyoumean.lucene
Class that retrieves the frequency of terms inside Confluence's search index.
LuceneSuggestionFrequencyProvider(ILuceneConnection) - Constructor for class com.atlassian.confluence.search.didyoumean.lucene.LuceneSuggestionFrequencyProvider
 
LuceneTransposedSuggestionsProvider - Class in com.atlassian.confluence.search.didyoumean.lucene
Class that provides suggestions constructed from a single transposition of supplied words.
LuceneTransposedSuggestionsProvider(ILuceneConnection, SuggestionFrequencyProvider) - Constructor for class com.atlassian.confluence.search.didyoumean.lucene.LuceneTransposedSuggestionsProvider
 
LuceneWordSuggester - Class in com.atlassian.confluence.search.didyoumean.lucene
A service that is responsible for providing search suggestions determined from searching a lucene based index.
LuceneWordSuggester(ILuceneConnection, List<SuggestionsProvider>, SuggestionFrequencyProvider) - Constructor for class com.atlassian.confluence.search.didyoumean.lucene.LuceneWordSuggester
 

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

Confluence is developed by Atlassian.