com.atlassian.confluence.setup.velocity
Class DynamicContextItemProvider

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

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

Provides a VelocityContext including values computed anew each time, to ensure dynamic values are represented correctly.


Constructor Summary
DynamicContextItemProvider()
           
 
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

DynamicContextItemProvider

public DynamicContextItemProvider()
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.