net.sf.maia.core.view
Class MaiaResourceLoader
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
net.sf.maia.core.view.MaiaResourceLoader
- public class MaiaResourceLoader
- extends org.apache.velocity.runtime.resource.loader.ResourceLoader
- Author:
- Magnus Grimsell
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 r)
|
java.io.InputStream |
getResourceStream(java.lang.String name)
|
void |
init(org.apache.commons.collections.ExtendedProperties props)
|
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource r)
|
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 |
MaiaResourceLoader
public MaiaResourceLoader()
init
public void init(org.apache.commons.collections.ExtendedProperties props)
- See Also:
ResourceLoader.init(ExtendedProperties)
getResourceStream
public java.io.InputStream getResourceStream(java.lang.String name)
throws org.apache.velocity.exception.ResourceNotFoundException
- Throws:
org.apache.velocity.exception.ResourceNotFoundException
- See Also:
ResourceLoader.getResourceStream(String)
isSourceModified
public boolean isSourceModified(org.apache.velocity.runtime.resource.Resource r)
- See Also:
ResourceLoader.isSourceModified(Resource)
getLastModified
public long getLastModified(org.apache.velocity.runtime.resource.Resource r)
- See Also:
ResourceLoader.getLastModified(Resource)
Copyright © 2005 Maia. All Rights Reserved.