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)WebInterfaceContextcreateWebInterfaceContext(ContentEntityObject content)WebInterfaceContextcreateWebInterfaceContext(ContentEntityObject content, Map<String,Object> additionalContext)WebInterfaceContextcreateWebInterfaceContext(Long contentId)WebInterfaceContextcreateWebInterfaceContext(Long id, Map<String,Object> additionalContext)WebInterfaceContextcreateWebInterfaceContextForSpace(Space space)WebInterfaceContextcreateWebInterfaceContextForSpace(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)
 
 - 
 
 -