Class WebContextFactoryImpl
java.lang.Object
com.atlassian.confluence.web.service.WebContextFactoryImpl
- All Implemented Interfaces:
WebContextFactory
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionWebContextFactoryImpl
(ContentEntityManager contentEntityManager, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, SpaceManager spaceManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager) -
Method Summary
Modifier and TypeMethodDescriptioncreateTemplateContext
(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) createWebInterfaceContext
(ContentEntityObject content, Map<String, Object> additionalContext) createWebInterfaceContext
(Long contentId) createWebInterfaceContext
(Long contentId, Map<String, Object> additionalContext) createWebInterfaceContextForSpace
(String spaceKey) createWebItemTemplateContext
(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) createWebPanelTemplateContext
(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext)
-
Constructor Details
-
WebContextFactoryImpl
public WebContextFactoryImpl(ContentEntityManager contentEntityManager, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, SpaceManager spaceManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager)
-
-
Method Details
-
createWebInterfaceContext
- Specified by:
createWebInterfaceContext
in interfaceWebContextFactory
-
createWebInterfaceContext
public WebInterfaceContext createWebInterfaceContext(Long contentId, Map<String, Object> additionalContext) - Specified by:
createWebInterfaceContext
in interfaceWebContextFactory
-
createWebInterfaceContext
- Specified by:
createWebInterfaceContext
in interfaceWebContextFactory
-
createWebInterfaceContext
public WebInterfaceContext createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) - Specified by:
createWebInterfaceContext
in interfaceWebContextFactory
-
createWebInterfaceContextForSpace
- Specified by:
createWebInterfaceContextForSpace
in interfaceWebContextFactory
-
createWebInterfaceContextForSpace
- Specified by:
createWebInterfaceContextForSpace
in interfaceWebContextFactory
-
createWebPanelTemplateContext
public Map<String,Object> createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) - Specified by:
createWebPanelTemplateContext
in interfaceWebContextFactory
-
createWebItemTemplateContext
public Map<String,Object> createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) - Specified by:
createWebItemTemplateContext
in interfaceWebContextFactory
-
createTemplateContext
public Map<String,Object> createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) - Specified by:
createTemplateContext
in interfaceWebContextFactory
-