public interface WebContextFactory
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
createTemplateContext(WebInterfaceContext webInterfaceContext,
Map<String,Object> additionalContext) |
WebInterfaceContext |
createWebInterfaceContext(ContentEntityObject content) |
WebInterfaceContext |
createWebInterfaceContext(ContentEntityObject content,
Map<String,Object> additionalContext) |
WebInterfaceContext |
createWebInterfaceContext(Long contentId) |
WebInterfaceContext |
createWebInterfaceContext(Long id,
Map<String,Object> additionalContext) |
WebInterfaceContext |
createWebInterfaceContextForSpace(Space space) |
WebInterfaceContext |
createWebInterfaceContextForSpace(String spaceKey) |
Map<String,Object> |
createWebItemTemplateContext(WebInterfaceContext webInterfaceContext,
Map<String,Object> additionalContext) |
Map<String,Object> |
createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext,
Map<String,Object> additionalContext) |
WebInterfaceContext createWebInterfaceContext(Long contentId)
WebInterfaceContext createWebInterfaceContext(Long id, Map<String,Object> additionalContext)
WebInterfaceContext createWebInterfaceContext(ContentEntityObject content)
WebInterfaceContext createWebInterfaceContext(ContentEntityObject content, Map<String,Object> additionalContext)
WebInterfaceContext createWebInterfaceContextForSpace(Space space)
WebInterfaceContext createWebInterfaceContextForSpace(String spaceKey)
Map<String,Object> createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)
Map<String,Object> createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)
Copyright © 2003–2019 Atlassian. All rights reserved.