com.atlassian.confluence.setup.velocity
Interface VelocityContextItemProvider

All Known Implementing Classes:
ClusterContextItemProvider, ConfluenceStaticContextItemProvider, ContextItemProviderChain, DynamicContextItemProvider, NamedBeanContextItemProvider, PluginContextItemProvider, PrototypeBeanContextItemProvider, SitemeshContextItemProvider, WebResourceContextItemProvider

public interface VelocityContextItemProvider

A provider of items for a Velocity context


Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getContextMap()
           
 

Method Detail

getContextMap

@NotNull
java.util.Map<java.lang.String,java.lang.Object> getContextMap()
Returns:
A map of values to be used within a Velocity Context. Must not be null


Copyright © 2003-2014 Atlassian. All Rights Reserved.