Class WebContextFactoryImpl
java.lang.Object
com.atlassian.confluence.web.service.WebContextFactoryImpl
- All Implemented Interfaces:
WebContextFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWebContextFactoryImpl(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:
createWebInterfaceContextin interfaceWebContextFactory
-
createWebInterfaceContext
public WebInterfaceContext createWebInterfaceContext(Long contentId, Map<String, Object> additionalContext) - Specified by:
createWebInterfaceContextin interfaceWebContextFactory
-
createWebInterfaceContext
- Specified by:
createWebInterfaceContextin interfaceWebContextFactory
-
createWebInterfaceContext
public WebInterfaceContext createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) - Specified by:
createWebInterfaceContextin interfaceWebContextFactory
-
createWebInterfaceContextForSpace
- Specified by:
createWebInterfaceContextForSpacein interfaceWebContextFactory
-
createWebInterfaceContextForSpace
- Specified by:
createWebInterfaceContextForSpacein interfaceWebContextFactory
-
createWebPanelTemplateContext
public Map<String,Object> createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) - Specified by:
createWebPanelTemplateContextin interfaceWebContextFactory
-
createWebItemTemplateContext
public Map<String,Object> createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) - Specified by:
createWebItemTemplateContextin interfaceWebContextFactory
-
createTemplateContext
public Map<String,Object> createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) - Specified by:
createTemplateContextin interfaceWebContextFactory
-