net.sf.maia.core.view
Class MaiaResourceLoader

java.lang.Object
  extended byorg.apache.velocity.runtime.resource.loader.ResourceLoader
      extended bynet.sf.maia.core.view.MaiaResourceLoader

public class MaiaResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader

Author:
Magnus Grimsell

Field Summary
 
Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader
className, isCachingOn, modificationCheckInterval, rsvc
 
Constructor Summary
MaiaResourceLoader()
           
 
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
 

Constructor Detail

MaiaResourceLoader

public MaiaResourceLoader()
Method Detail

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.