com.atlassian.confluence.setup.webwork
Class ConfluenceVelocityContext

java.lang.Object
  extended byorg.apache.velocity.context.InternalContextBase
      extended byorg.apache.velocity.context.AbstractContext
          extended byorg.apache.velocity.VelocityContext
              extended bycom.atlassian.confluence.setup.webwork.ConfluenceVelocityContext
All Implemented Interfaces:
Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext, org.apache.velocity.context.InternalHousekeepingContext, Serializable

public class ConfluenceVelocityContext
extends org.apache.velocity.VelocityContext

A custom velocity context to return things we want to use in our Velocity templates.

See Also:
Serialized Form

Constructor Summary
ConfluenceVelocityContext()
           
 
Method Summary
 Map getConfluenceKeys()
          This is only needed in MacroUtils at the moment - it's a bit of a hack, could be nicer - MCB
 boolean internalContainsKey(Object key)
           
 Object internalGet(String key)
           
static void modifyRequestContext(org.apache.velocity.context.Context context, javax.servlet.http.HttpServletRequest request)
          Adds request based information to the given context.
 
Methods inherited from class org.apache.velocity.VelocityContext
clone, internalGetKeys, internalPut, internalRemove
 
Methods inherited from class org.apache.velocity.context.AbstractContext
attachEventCartridge, containsKey, get, getChainedContext, getCurrentResource, getCurrentTemplateName, getEventCartridge, getKeys, getTemplateNameStack, icacheGet, icachePut, popCurrentTemplateName, pushCurrentTemplateName, put, remove, setCurrentResource
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceVelocityContext

public ConfluenceVelocityContext()
Method Detail

internalGet

public Object internalGet(String key)

internalContainsKey

public boolean internalContainsKey(Object key)

getConfluenceKeys

public Map getConfluenceKeys()
This is only needed in MacroUtils at the moment - it's a bit of a hack, could be nicer - MCB


modifyRequestContext

public static void modifyRequestContext(org.apache.velocity.context.Context context,
                                        javax.servlet.http.HttpServletRequest request)
Adds request based information to the given context. This Context will, presumably, be a ConfluenceVelocityContext, created for the current request.

Parameters:
context -
request -


Confluence is developed by Atlassian.