org.codehaus.plexus.velocity
Class ContextClassLoaderResourceLoader
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
- public class ContextClassLoaderResourceLoader
- extends org.apache.velocity.runtime.resource.loader.ResourceLoader
Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
className, isCachingOn, modificationCheckInterval, rsvc |
Method Summary |
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource)
|
java.io.InputStream |
getResourceStream(java.lang.String name)
|
void |
init(org.apache.commons.collections.ExtendedProperties configuration)
|
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
|
Methods inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
commonInit, getClassName, getModificationCheckInterval, isCachingOn, setCachingOn, setModificationCheckInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextClassLoaderResourceLoader
public ContextClassLoaderResourceLoader()
init
public void init(org.apache.commons.collections.ExtendedProperties configuration)
getResourceStream
public java.io.InputStream getResourceStream(java.lang.String name)
throws org.apache.velocity.exception.ResourceNotFoundException
- Throws:
org.apache.velocity.exception.ResourceNotFoundException
isSourceModified
public boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
getLastModified
public long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
Copyright © 2001-2007 Codehaus. All Rights Reserved.