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 context map containing default static utils available in all Velocity contexts provided at any time in the lifecycle of Confluence.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfluenceStaticContextItemProvider.ContextItems
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.setup.velocity.VelocityContextItemProvider
VelocityContextItemProvider.VelocityContextItemKeys
-
-
Constructor Summary
Constructors Constructor Description ConfluenceStaticContextItemProvider()
-
-
-
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
-
-