Uses of Interface
com.atlassian.confluence.setup.velocity.VelocityContextItemProvider
-
Packages that use VelocityContextItemProvider Package Description com.atlassian.confluence.setup.sitemesh com.atlassian.confluence.setup.velocity -
-
Uses of VelocityContextItemProvider in com.atlassian.confluence.setup.sitemesh
Classes in com.atlassian.confluence.setup.sitemesh that implement VelocityContextItemProvider Modifier and Type Class Description classSitemeshContextItemProviderProvides 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 VelocityContextItemProviderSitemeshContextItemProvider. 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 classClusterContextItemProviderProvides the current cluster node's identifier to the velocity context.classConfluenceStaticContextItemProviderProvides a context map containing default static utils available in all Velocity contexts provided at any time in the lifecycle of Confluence.classContextItemProviderChainChains a list ofVelocityContextItemProviders, providing a map that is the aggregation of all providers.classDynamicContextItemProviderProvides a VelocityContext including values computed anew each time, to ensure dynamic values are represented correctly.classNamedBeanContextItemProviderContext 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()classPluginContextItemProviderThis context map provider will return a map of all currently enabled Velocity context item modules.classPrototypeBeanContextItemProviderLooks up the named bean each time in the application context before setting it in the Velocity context.classWebResourceContextItemProviderContext 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 voidContextItemProviderChain. setProviders(List<VelocityContextItemProvider> providers)
-