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.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfluenceStaticContextItemProvider
public ConfluenceStaticContextItemProvider()
-
-
Method Details
-
getContextMap
- Specified by:
getContextMapin interfaceVelocityContextItemProvider- Returns:
- A map of values to be used within a Velocity
Context. Must not be null
-