com.atlassian.confluence.setup.velocity
Class PluginContextItemProvider
java.lang.Object
com.atlassian.confluence.setup.velocity.PluginContextItemProvider
- All Implemented Interfaces:
- VelocityContextItemProvider
public final class PluginContextItemProvider
- extends java.lang.Object
- implements 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:
VelocityContextItemModuleDescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginContextItemProvider
public PluginContextItemProvider()
getContextMap
public java.util.Map<java.lang.String,java.lang.Object> getContextMap()
- Specified by:
getContextMap
in interface VelocityContextItemProvider
- Returns:
- A map of values to be used within a Velocity
Context
. Must not be
null
setPluginAccessor
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
setPluginController
public void setPluginController(com.atlassian.plugin.PluginController pluginController)
Copyright © 2003-2013 Atlassian. All Rights Reserved.