Class ContextItemProviderChain
java.lang.Object
com.atlassian.confluence.setup.velocity.ContextItemProviderChain
- All Implemented Interfaces:
VelocityContextItemProvider
Chains a list of
VelocityContextItemProviders, providing a map that
is the aggregation of all providers.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContextItemProviderChain
- Since:
- 8.9.0
-
-
Method Details
-
getContextMap
- Specified by:
getContextMapin interfaceVelocityContextItemProvider- Returns:
- A map of values to be used within a Velocity
Context. Must not be null
-