Uses of Interface
com.atlassian.confluence.core.ContextPathHolder
-
-
Uses of ContextPathHolder in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContextPathHolder Constructor Description WebResourceDependenciesFactory(ConfluenceWebResourceService confluenceWebResourceService, ContextPathHolder contextPathHolder)
-
Uses of ContextPathHolder in com.atlassian.confluence.content.render.xhtml.compatibility
Constructors in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type ContextPathHolder Constructor Description DefaultLegacyV2RendererContextInitialiser(ContextPathHolder contextPathHolder, com.atlassian.renderer.links.LinkRenderer defaultLinkRenderer, com.atlassian.renderer.embedded.EmbeddedResourceRenderer defaultEmbeddedRenderer)
-
Uses of ContextPathHolder in com.atlassian.confluence.content.render.xhtml.editor.macro
Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type ContextPathHolder Constructor Description CustomImageEditorMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, ContextPathHolder contextPathHolder, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
DefaultPlaceholderUrlFactory(int placeholderVersion, SettingsManager settingsManager, ContextPathHolder contextPathHolder, LocaleManager localeManager, MacroDefinitionSerializer macroDefinitionSerializer)
-
Uses of ContextPathHolder in com.atlassian.confluence.content.render.xhtml.links
Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type ContextPathHolder Constructor Description AbsoluteHrefEvaluator(HrefEvaluator defaulHrefEvaluator, SettingsManager settingsManager, ContextPathHolder contextPathHolder)
DefaultHrefEvaluator(ContextPathHolder contextPathHolder, PermissionManager permissionManager)
-
Uses of ContextPathHolder in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ContextPathHolder Modifier and Type Class Description class
DefaultContextPathHolder
Serves the context path stored/managed by theBootstrapManager
(this value is kept up to date with every request that comes into the server). -
Uses of ContextPathHolder in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource that return ContextPathHolder Modifier and Type Method Description ContextPathHolder
AttachmentDownloadResourceManager. getContextPathHolder()
Methods in com.atlassian.confluence.importexport.resource with parameters of type ContextPathHolder Modifier and Type Method Description void
AttachmentDownloadResourceManager. setContextPathHolder(ContextPathHolder contextPathHolder)
-
Uses of ContextPathHolder in com.atlassian.confluence.internal.diagnostics.ipd.http
Constructors in com.atlassian.confluence.internal.diagnostics.ipd.http with parameters of type ContextPathHolder Constructor Description IpdSessionMonitoringService(ContextPathHolder contextPathHolder)
-
Uses of ContextPathHolder in com.atlassian.confluence.json.jsonator
Constructors in com.atlassian.confluence.json.jsonator with parameters of type ContextPathHolder Constructor Description AttachmentJsonator(ContextPathHolder context, ThumbnailManager thumbnailManager)
BreadcrumbJsonator(ContextPathHolder context, I18NBeanFactory i18NBeanFactory)
DefaultJsonatorFactory(FormatSettingsManager formatSettingsManager, LocaleManager localeManager, ContextPathHolder contextPathHolder, I18NBeanFactory userI18NBeanFactory, UserProfilePictureAccessor userProfilePictureAccessor, DocumentationBean docBean, UserPreferencesAccessor userPreferencesAccessor, DateFormatterFactory dateFormatterFactory, ThumbnailManager thumbnailManager)
SearchResultJsonator(ContextPathHolder context, I18NBeanFactory i18NBeanFactory, UserPreferencesAccessor userPreferencesAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugin.webresource
Constructors in com.atlassian.confluence.plugin.webresource with parameters of type ContextPathHolder Constructor Description ConfluenceWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor, PluginDirectoryProvider pluginDirectoryProvider, SettingsManager settingsManager, Counter pluginResourceCounter, LocaleManager localeManager, ContextPathHolder contextPathHolder, I18NBeanFactory i18NBeanFactory, Supplier<com.atlassian.plugin.webresource.cdn.CDNStrategy> cdnStrategySupplier, com.atlassian.plugin.event.PluginEventManager pluginEventManager, DarkFeaturesManager confluenceDarkFeaturesManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, LanguageManager languageManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.edgeindex.rest
Constructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContextPathHolder Constructor Description StreamItemFactory(ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, ContentEntityHelper contentEntityHelper, EdgeTypeRepository edgeTypeRepository, ContentUiSupport<ContentEntityObject> contentUiSupport)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type ContextPathHolder Constructor Description IconFieldsProvider(ContextPathHolder contextPathHolder, GlobalSettingsManager settingsManager)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.like
Constructors in com.atlassian.confluence.plugins.like with parameters of type ContextPathHolder Constructor Description DefaultUserEntityExpander(UserAccessor userAccessor, ContextPathHolder contextPathHolder)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.lookandfeel
Constructors in com.atlassian.confluence.plugins.lookandfeel with parameters of type ContextPathHolder Constructor Description AttachmentSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.rest.dto
Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type ContextPathHolder Constructor Description UserDtoFactoryImpl(UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, ContextPathHolder contextPathHolder, UserDetailsManager userDetailsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, PersonalInformationManager personalInformationManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager, GlobalSettingsManager settingsManager)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.rest.resources
Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type ContextPathHolder Constructor Description BreadcrumbResource(ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, ContextPathHolder contextPathHolder, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, BreadcrumbGenerator breadcrumbGenerator)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.templates
Constructors in com.atlassian.confluence.plugins.templates with parameters of type ContextPathHolder Constructor Description ListGlobalTemplatesContextProvider(PageTemplateManager pageTemplateManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, ContextPathHolder contextPathHolder, PermissionManager permissionManager)
-
Uses of ContextPathHolder in com.atlassian.confluence.plugins.templates.transformer
Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type ContextPathHolder Constructor Description StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler, XMLEventFactoryProvider xmlEventFactoryProvider)
-
Uses of ContextPathHolder in com.atlassian.confluence.setup.velocity
Constructors in com.atlassian.confluence.setup.velocity with parameters of type ContextPathHolder Constructor Description IndexUrlHelper(HomepageService homepageService, ContextPathHolder contextPathHolder)
-
Uses of ContextPathHolder in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type ContextPathHolder Modifier and Type Method Description static String
UrlUtils. addContextPath(String url, ContextPathHolder contextPathHolder)
Adds the context path to the given url, if required.
-