com.liferay.portal.velocity
Class LiferayResourceManager

java.lang.Object
  extended by org.apache.velocity.runtime.resource.ResourceManagerImpl
      extended by com.liferay.portal.velocity.LiferayResourceManager
All Implemented Interfaces:
org.apache.velocity.runtime.resource.ResourceManager

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

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.apache.velocity.runtime.resource.ResourceManagerImpl
globalCache, log, RESOURCE_CONTENT, RESOURCE_TEMPLATE, resourceLoaders, rsvc
 
Constructor Summary
LiferayResourceManager()
           
 
Method Summary
 java.lang.String getLoaderNameForResource(java.lang.String source)
           
 
Methods inherited from class org.apache.velocity.runtime.resource.ResourceManagerImpl
createResource, getResource, getResource, initialize, loadResource, refreshResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayResourceManager

public LiferayResourceManager()
Method Detail

getLoaderNameForResource

public java.lang.String getLoaderNameForResource(java.lang.String source)
Specified by:
getLoaderNameForResource in interface org.apache.velocity.runtime.resource.ResourceManager
Overrides:
getLoaderNameForResource in class org.apache.velocity.runtime.resource.ResourceManagerImpl