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.content.render.xhtml.view.macro   
com.atlassian.confluence.core   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.plugin.webresource   
com.atlassian.confluence.plugins.like   
com.atlassian.confluence.plugins.mobile.dto   
com.atlassian.confluence.plugins.mobile.rest   
com.atlassian.confluence.plugins.rest.resources   
 

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, 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.content.render.xhtml.view.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type ContextPathHolder
ViewMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory, ContextPathHolder contextPathHolder, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, PlaceholderUrlFactory placeholderUrlFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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.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.mobile.dto
 

Constructors in com.atlassian.confluence.plugins.mobile.dto with parameters of type ContextPathHolder
UserDtoFactory(UserAccessor userAccessor, AvatarUrlHelper avatarUrlHelper, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, ContextPathHolder contextPathHolder)
           
 

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

Constructors in com.atlassian.confluence.plugins.mobile.rest with parameters of type ContextPathHolder
StreamResource(SearchManager searchManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserDtoFactory userDtoFactory, FriendlyDateHelper friendlyDateHelper, LikeDao likeDao, ContextPathHolder contextPathHolder, com.atlassian.bonnie.HandleResolver handleResolver, FollowManager followManager, EdgeQueries edgeQueries, ContentEntityHelper contentEntityHelper, Excerpter excerpter)
           
 

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)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.