Uses of Interface
com.atlassian.confluence.setup.velocity.VelocityContextItemProvider
-
Packages that use VelocityContextItemProvider Package Description com.atlassian.confluence.impl.velocity com.atlassian.confluence.setup.sitemesh com.atlassian.confluence.setup.velocity -
-
Uses of VelocityContextItemProvider in com.atlassian.confluence.impl.velocity
Classes in com.atlassian.confluence.impl.velocity that implement VelocityContextItemProvider Modifier and Type Class Description class
ReadOnlyBeanContextItemProvider
This provider should be used to put beans in ReadOnly wrappers prior to exposing them on the Velocity context. -
Uses of VelocityContextItemProvider in com.atlassian.confluence.setup.sitemesh
Classes in com.atlassian.confluence.setup.sitemesh that implement VelocityContextItemProvider Modifier and Type Class Description class
SitemeshContextItemProvider
Provides context items needed by Confluence during decoration with Velocity templates.Methods in com.atlassian.confluence.setup.sitemesh that return VelocityContextItemProvider Modifier and Type Method Description static VelocityContextItemProvider
SitemeshContextItemProvider. getProvider(javax.servlet.http.HttpServletRequest request)
-
Uses of VelocityContextItemProvider in com.atlassian.confluence.setup.velocity
Classes in com.atlassian.confluence.setup.velocity that implement VelocityContextItemProvider Modifier and Type Class Description class
ClusterContextItemProvider
Provides the current cluster node's identifier to the velocity context.class
ConfluenceStaticContextItemProvider
Provides a context map containing default static utils available in all Velocity contexts provided at any time in the lifecycle of Confluence.class
ContextItemProviderChain
Chains a list ofVelocityContextItemProvider
s, providing a map that is the aggregation of all providers.class
DynamicContextItemProvider
Provides a VelocityContext including values computed anew each time, to ensure dynamic values are represented correctly.class
NamedBeanContextItemProvider
Context map provider which will construct a bean name to bean reference map from the configured bean names and return this singleton map for every invocation ofNamedBeanContextItemProvider.getContextMap()
class
PluginContextItemProvider
This context map provider will return a map of all currently enabled Velocity context item modules.class
PrototypeBeanContextItemProvider
Looks up the named bean each time in the application context before setting it in the Velocity context.class
WebResourceContextItemProvider
Context map provider for information from the WebResourceManager and its kin.Method parameters in com.atlassian.confluence.setup.velocity with type arguments of type VelocityContextItemProvider Modifier and Type Method Description void
ContextItemProviderChain. setProviders(List<VelocityContextItemProvider> providers)
-