Class DynamicContextItemProvider
- java.lang.Object
-
- com.atlassian.confluence.setup.velocity.DynamicContextItemProvider
-
- All Implemented Interfaces:
VelocityContextItemProvider
public final class DynamicContextItemProvider extends Object implements VelocityContextItemProvider
Provides a VelocityContext including values computed anew each time, to ensure dynamic values are represented correctly.
-
-
Constructor Summary
Constructors Constructor Description DynamicContextItemProvider()
-
-
-
Method Detail
-
getContextMap
public Map<String,Object> getContextMap()
- Specified by:
getContextMap
in interfaceVelocityContextItemProvider
- Returns:
- A map of values to be used within a Velocity
Context
. Must not be null
-
-