Package com.atlassian.confluence.setup.velocity
package com.atlassian.confluence.setup.velocity
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Provides the current cluster node's identifier to the velocity context.Provides a map of Velocity context items that are statically initialised once.Chains a list of
VelocityContextItemProvider
s, providing a map that is the aggregation of all providers.Encapsulates the logic around creating and parsing decorator path names.Provides a map of Velocity context items computed anew for each constructed context but cached within it (as backed byLazyMap
).Load resources via Hibernate.A velocity-oriented helper class for constructing deep-link index URLsDeprecated, for removal: This API element is subject to removal in a future version.since 9.1 Replaced byParamDirective
This context map provider will return a map of all currently enabled Velocity context item modules.Surrounds the body in skiplinks so that the content can be skipped by screen readers USAGE: #skiplink (sectionName startLabel endLabel) body #endA provider of items for a Velocity contextShim class to allow variousPageBuilderService
andWebResourceUrlProvider
methods to be accessed from Velocity, which does not have the luxury of being able to pass in enum constants.Context map provider for information from the WebResourceManager and its kin.
ApplyDecoratorDirective