Class ConfluenceStaticContextItemProvider
java.lang.Object
com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider
- All Implemented Interfaces:
VelocityContextItemProvider
public final class ConfluenceStaticContextItemProvider
extends Object
implements VelocityContextItemProvider
Provides a map of Velocity context items that are statically initialised once. These items are available on the
Velocity context even prior to setup being completed and the container being ready.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConfluenceStaticContextItemProvider
public ConfluenceStaticContextItemProvider()
-
-
Method Details
-
getContextMap
- Specified by:
getContextMap
in interfaceVelocityContextItemProvider
- Returns:
- A map of values to be used within a Velocity
Context
. Must not be null
-