com.atlassian.confluence.setup.velocity
Class ConfluenceStaticContextItemProvider

java.lang.Object
  extended by com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider
All Implemented Interfaces:
VelocityContextItemProvider

public final class ConfluenceStaticContextItemProvider
extends java.lang.Object
implements VelocityContextItemProvider

Provides a context map containing default static utils available in all Velocity contexts provided at any time in the lifecycle of Confluence.


Constructor Summary
ConfluenceStaticContextItemProvider()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getContextMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceStaticContextItemProvider

public ConfluenceStaticContextItemProvider()
Method Detail

getContextMap

public java.util.Map<java.lang.String,java.lang.Object> getContextMap()
Specified by:
getContextMap in interface VelocityContextItemProvider
Returns:
A map of values to be used within a Velocity Context. Must not be null


Copyright © 2003-2014 Atlassian. All Rights Reserved.