Uses of Interface
com.atlassian.confluence.web.context.HttpContext

Packages that use HttpContext
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.pages   
com.atlassian.confluence.plugins.macros.dashboard   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.plugins.rest.resources   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.web.context   
 

Uses of HttpContext in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions with parameters of type HttpContext
 void AdministrationConsoleAction.setHttpContext(HttpContext httpContext)
           
 

Uses of HttpContext in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type HttpContext
CustomImageEditorMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, HttpContext httpContext, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
           
DefaultPlaceholderUrlFactory(int placeholderVersion, HttpContext httpContext, LocaleManager localeManager, MacroDefinitionSerializer macroDefinitionSerializer)
           
 

Uses of HttpContext in com.atlassian.confluence.content.render.xhtml.view.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type HttpContext
ViewMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory, HttpContext httpContext, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, PlaceholderUrlFactory placeholderUrlFactory)
           
 

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

Constructors in com.atlassian.confluence.json.jsonator with parameters of type HttpContext
AttachmentJsonator(HttpContext context, ThumbnailManager thumbnailManager)
           
BreadcrumbJsonator(HttpContext context, I18NBeanFactory i18NBeanFactory)
           
SearchResultJsonator(HttpContext context, I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
 

Uses of HttpContext in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages with parameters of type HttpContext
 void DefaultDraftManager.setHttpContext(HttpContext httpContext)
           
 

Uses of HttpContext in com.atlassian.confluence.plugins.macros.dashboard
 

Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type HttpContext
 void NewRecentlyUpdatedContentMacro.setHttpContext(HttpContext httpContext)
           
 

Uses of HttpContext in com.atlassian.confluence.plugins.rest.manager
 

Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type HttpContext
DefaultRestUserSessionManager(HttpContext httpContext, RestContentManager restContentManager)
           
 

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

Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type HttpContext
I18nResource(UserAccessor userAccessor, com.atlassian.plugin.PluginAccessor pluginAccessor, LocaleManager localeManager, I18NBeanFactory i18NBeanFactory, HttpContext httpContext, SpacePermissionManager spacePermissionManager)
           
 

Uses of HttpContext in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type HttpContext
MacroResource(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 

Uses of HttpContext in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions with parameters of type HttpContext
 void LoginAction.setHttpContext(HttpContext httpContext)
           
 

Uses of HttpContext in com.atlassian.confluence.web.context
 

Classes in com.atlassian.confluence.web.context that implement HttpContext
 class StaticHttpContext
          Makes static calls to WebWork then ServletContextThreadLocal to retrieve the relevant objects for the current HTTP request.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.