portal.services.velocity.sp
Class ResourceServiceLoader

java.lang.Object
  extended byResourceLoader
      extended byportal.services.velocity.sp.ResourceServiceLoader

public class ResourceServiceLoader
extends ResourceLoader

See Also:
Serialized Form

Constructor Summary
ResourceServiceLoader()
           
 
Method Summary
 long getLastModified(Resource resource)
           
 java.io.InputStream getResourceStream(java.lang.String resourcePath)
           
 void init(ExtendedProperties properties)
           
 boolean isSourceModified(Resource velocityResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceServiceLoader

public ResourceServiceLoader()
Method Detail

init

public void init(ExtendedProperties properties)

getResourceStream

public java.io.InputStream getResourceStream(java.lang.String resourcePath)
                                      throws ResourceNotFoundException
Throws:
ResourceNotFoundException

isSourceModified

public boolean isSourceModified(Resource velocityResource)

getLastModified

public long getLastModified(Resource resource)