Uses of Interface
com.atlassian.confluence.setup.velocity.VelocityContextItemProvider
Packages that use VelocityContextItemProvider
-
Uses of VelocityContextItemProvider in com.atlassian.confluence.impl.velocity
Classes in com.atlassian.confluence.impl.velocity that implement VelocityContextItemProviderModifier and TypeClassDescriptionclassProvides a map of Velocity context items that is initialised once alongside this bean construction. -
Uses of VelocityContextItemProvider in com.atlassian.confluence.setup.velocity
Classes in com.atlassian.confluence.setup.velocity that implement VelocityContextItemProviderModifier and TypeClassDescriptionclassProvides the current cluster node's identifier to the velocity context.final classProvides a map of Velocity context items that are statically initialised once.final classChains a list ofVelocityContextItemProviders, providing a map that is the aggregation of all providers.final classProvides a map of Velocity context items computed anew for each constructed context but cached within it (as backed byLazyMap).final classThis context map provider will return a map of all currently enabled Velocity context item modules.classContext map provider for information from the WebResourceManager and its kin.Constructor parameters in com.atlassian.confluence.setup.velocity with type arguments of type VelocityContextItemProviderModifierConstructorDescriptionContextItemProviderChain(List<VelocityContextItemProvider> providers)