com.atlassian.confluence.util.velocity
Class ConfluenceVelocityResourceManager

java.lang.Object
  extended byorg.apache.velocity.runtime.resource.ResourceManagerImpl
      extended bycom.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
All Implemented Interfaces:
org.apache.velocity.runtime.resource.ResourceManager

public class ConfluenceVelocityResourceManager
extends org.apache.velocity.runtime.resource.ResourceManagerImpl

Specialisation that allows for a hot swappable ResourceCache


Field Summary
 
Fields inherited from class org.apache.velocity.runtime.resource.ResourceManagerImpl
globalCache, RESOURCE_CONTENT, RESOURCE_TEMPLATE, resourceLoaders, rsvc
 
Constructor Summary
ConfluenceVelocityResourceManager()
          Everytime this is called, the resource manager singleton is replaced with the newly provided instance.
 
Method Summary
 void initialize(org.apache.velocity.runtime.RuntimeServices runtimeServices)
           
static void setCacheManager(CacheManager cacheManager)
           
 
Methods inherited from class org.apache.velocity.runtime.resource.ResourceManagerImpl
getLoaderNameForResource, getResource, getResource, loadResource, refreshResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceVelocityResourceManager

public ConfluenceVelocityResourceManager()
Everytime this is called, the resource manager singleton is replaced with the newly provided instance. There should only ever be one of these created but as we don't have control over the creating code (WebWork velocity manager), we can't enforce singleton use via a factory method.

Method Detail

setCacheManager

public static void setCacheManager(CacheManager cacheManager)

initialize

public void initialize(org.apache.velocity.runtime.RuntimeServices runtimeServices)
                throws Exception
Throws:
Exception


Confluence is developed by Atlassian.