Interface WebContextFactory
-
- All Known Implementing Classes:
WebContextFactoryImpl
public interface WebContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
createWebInterfaceContext
WebInterfaceContext createWebInterfaceContext(Long contentId)
-
createWebInterfaceContext
WebInterfaceContext createWebInterfaceContext(Long id, Map<String,Object> additionalContext)
-
createWebInterfaceContext
WebInterfaceContext createWebInterfaceContext(ContentEntityObject content)
-
createWebInterfaceContext
WebInterfaceContext createWebInterfaceContext(ContentEntityObject content, Map<String,Object> additionalContext)
-
createWebInterfaceContextForSpace
WebInterfaceContext createWebInterfaceContextForSpace(Space space)
-
createWebInterfaceContextForSpace
WebInterfaceContext createWebInterfaceContextForSpace(String spaceKey)
-
createTemplateContext
Map<String,Object> createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)
-
createWebPanelTemplateContext
Map<String,Object> createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)
-
-