Uses of Interface
com.atlassian.confluence.core.ContextPathHolder

Packages that use ContextPathHolder
com.atlassian.confluence.content.render.xhtml.compatibility   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.core   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.plugin.webresource   
com.atlassian.confluence.plugins.avatar   
com.atlassian.confluence.plugins.edgeindex.rest   
com.atlassian.confluence.plugins.like   
com.atlassian.confluence.plugins.lookandfeel   
com.atlassian.confluence.plugins.rest.dto This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin. 
com.atlassian.confluence.plugins.rest.resources   
com.atlassian.confluence.plugins.templates   
com.atlassian.confluence.plugins.templates.transformer   
com.atlassian.confluence.studio.experiments   
 

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
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
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
AbsoluteHrefEvaluator(HrefEvaluator defaulHrefEvaluator, SettingsManager settingsManager, ContextPathHolder contextPathHolder)
           
DefaultHrefEvaluator(ContextPathHolder contextPathHolder)
           
 

Uses of ContextPathHolder in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement ContextPathHolder
 class DefaultContextPathHolder
          Serves the context path stored/managed by the BootstrapManager (this value is kept up to date with every request that comes into the server).
 

Uses of ContextPathHolder in com.atlassian.confluence.json.jsonator
 

Constructors in com.atlassian.confluence.json.jsonator with parameters of type ContextPathHolder
AttachmentJsonator(ContextPathHolder context, ThumbnailManager thumbnailManager)
           
BreadcrumbJsonator(ContextPathHolder context, I18NBeanFactory i18NBeanFactory)
           
SearchResultJsonator(ContextPathHolder context, I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, 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
ConfluenceWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor, PluginDirectoryProvider pluginDirectoryProvider, SettingsManager settingsManager, CssResourceCounterManager cssResourceCounterManager, Counter pluginResourceCounter, LocaleManager localeManager, ContextPathHolder contextPathHolder)
           
 

Uses of ContextPathHolder in com.atlassian.confluence.plugins.avatar
 

Constructors in com.atlassian.confluence.plugins.avatar with parameters of type ContextPathHolder
HashingAvatarUrlHelper(ContextPathHolder contextPathHolder)
           
 

Uses of ContextPathHolder in com.atlassian.confluence.plugins.edgeindex.rest
 

Constructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContextPathHolder
StreamResource(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, LikeManager likeManager, EdgeQueries edgeQueries, ContentEntityHelper contentEntityHelper, Excerpter excerpter, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of ContextPathHolder in com.atlassian.confluence.plugins.like
 

Constructors in com.atlassian.confluence.plugins.like with parameters of type ContextPathHolder
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
AttachmentSiteLogoManager(SettingsManager settingsManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, 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
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)
           
 

Uses of ContextPathHolder in com.atlassian.confluence.plugins.rest.resources
 

Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type ContextPathHolder
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
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
StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder)
           
StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder)
           
 

Uses of ContextPathHolder in com.atlassian.confluence.studio.experiments
 

Constructors in com.atlassian.confluence.studio.experiments with parameters of type ContextPathHolder
ScriptInclude(ContextPathHolder contextPathHolder)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.