net.sourceforge.blogentis.storage
Class TemplateResourceLoader
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
net.sourceforge.blogentis.storage.TemplateResourceLoader
- public class TemplateResourceLoader
- 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 source)
|
void |
init(org.apache.commons.collections.ExtendedProperties configuration)
|
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
|
static void |
resourceUpdated(java.lang.String slidePath)
|
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 |
TemplateResourceLoader
public TemplateResourceLoader()
init
public void init(org.apache.commons.collections.ExtendedProperties configuration)
getResourceStream
public java.io.InputStream getResourceStream(java.lang.String source)
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)
resourceUpdated
public static void resourceUpdated(java.lang.String slidePath)
Copyright © 2003-2004 SourceForge.net. All Rights Reserved.