com.atlassian.templaterenderer
Interface TemplateContextFactory

All Known Implementing Classes:
TemplateContextFactoryImpl

public interface TemplateContextFactory

Factory for creating the context for template renderers


Method Summary
 Map<String,Object> createContext(String pluginKey, Map<String,Object> contextParams)
          Create a context for a template renderer
 

Method Detail

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 context
pluginKey - The plugin to create the context for
Returns:
A map of the context


Copyright © 2012 Atlassian. All Rights Reserved.