com.atlassian.templaterenderer
Interface TemplateContextFactory
- All Known Implementing Classes:
- TemplateContextFactoryImpl
public interface TemplateContextFactory
Factory for creating the context for template renderers
createContext
Map<String,Object> createContext(String pluginKey,
Map<String,Object> contextParams)
- Create a context for a template renderer
- Parameters:
contextParams - Any extra context parameters that should be added to the contextpluginKey - The plugin to create the context for
- Returns:
- A map of the context
Copyright © 2012 Atlassian. All Rights Reserved.