Class PluginContextItemProvider
java.lang.Object
com.atlassian.confluence.setup.velocity.PluginContextItemProvider
- All Implemented Interfaces:
 VelocityContextItemProvider
This context map provider will return a map of all currently enabled Velocity context item modules. The mapping
 is module context key to plugin module.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionPluginContextItemProvider(com.atlassian.plugin.PluginAccessor pluginAccessor)  - 
Method Summary
 
- 
Constructor Details
- 
PluginContextItemProvider
public PluginContextItemProvider(com.atlassian.plugin.PluginAccessor pluginAccessor)  
 - 
 - 
Method Details
- 
getContextMap
- Specified by:
 getContextMapin interfaceVelocityContextItemProvider- Returns:
 - A map of values to be used within a Velocity 
Context. Must not be null 
 
 -