|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
javax.xml.stream.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 | |
|---|---|
StreamItemFactory(ContextPathHolder contextPathHolder,
UserDtoFactory userDtoFactory,
DateEntityFactory dateEntityFactory,
ContentEntityHelper contentEntityHelper,
EdgeTypeRepository edgeTypeRepository,
ContentUiSupport<ContentEntityObject> contentUiSupport)
|
|
| 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,
SettingsManager settingsManager)
|
|
| 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,java.lang.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,
TemplateI18nHandler templateI18nHandler)
|
|
| Uses of ContextPathHolder in com.atlassian.confluence.util |
|---|
| Methods in com.atlassian.confluence.util with parameters of type ContextPathHolder | |
|---|---|
static java.lang.String |
UrlUtils.addContextPath(java.lang.String url,
ContextPathHolder contextPathHolder)
Adds the context path to the given url, if required. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||