Interface WebContextFactory
- All Known Implementing Classes:
 WebContextFactoryImpl
public interface WebContextFactory
- 
Method Summary
Modifier and TypeMethodDescriptioncreateTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) createWebInterfaceContext(Long contentId) createWebInterfaceContext(Long id, Map<String, Object> additionalContext) createWebInterfaceContextForSpace(String spaceKey) createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext)  
- 
Method Details
- 
createWebInterfaceContext
 - 
createWebInterfaceContext
 - 
createWebInterfaceContext
 - 
createWebInterfaceContext
WebInterfaceContext createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext)  - 
createWebInterfaceContextForSpace
 - 
createWebInterfaceContextForSpace
 - 
createTemplateContext
 - 
createWebPanelTemplateContext
 - 
createWebItemTemplateContext
 
 -