Package | Description |
---|---|
com.atlassian.confluence.setup.sitemesh | |
com.atlassian.confluence.setup.velocity |
Modifier and Type | Class and Description |
---|---|
class |
SitemeshContextItemProvider
Provides context items needed by Confluence during decoration with Velocity templates.
|
Modifier and Type | Method and Description |
---|---|
static VelocityContextItemProvider |
SitemeshContextItemProvider.getProvider(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Class and 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 of
VelocityContextItemProvider 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 of
NamedBeanContextItemProvider.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextItemProviderChain.setProviders(List<VelocityContextItemProvider> providers) |
Copyright © 2003–2016 Atlassian. All rights reserved.