Uses of Class
org.apache.velocity.runtime.resource.Resource

Packages that use Resource
org.apache.velocity   
org.apache.velocity.runtime.resource   
org.apache.velocity.runtime.resource.loader   
 

Uses of Resource in org.apache.velocity
 

Subclasses of Resource in org.apache.velocity
 class Template
          This class is used for controlling all template operations.
 

Uses of Resource in org.apache.velocity.runtime.resource
 

Subclasses of Resource in org.apache.velocity.runtime.resource
 class ContentResource
          This class represent a general text resource that may have been retrieved from any number of possible sources.
 

Methods in org.apache.velocity.runtime.resource that return Resource
static Resource ResourceFactory.getResource(java.lang.String resourceName, int resourceType)
           
static Resource ResourceManager.getResource(java.lang.String resourceName, int resourceType)
          Gets the named resource.
 

Uses of Resource in org.apache.velocity.runtime.resource.loader
 

Methods in org.apache.velocity.runtime.resource.loader with parameters of type Resource
abstract  boolean ResourceLoader.isSourceModified(Resource resource)
          Given a template, check to see if the source of InputStream has been modified.
abstract  long ResourceLoader.getLastModified(Resource resource)
          Get the last modified time of the InputStream source that was used to create the template.
 boolean JarResourceLoader.isSourceModified(Resource resource)
           
 long JarResourceLoader.getLastModified(Resource resource)
           
 boolean DataSourceResourceLoader.isSourceModified(Resource resource)
           
 long DataSourceResourceLoader.getLastModified(Resource resource)
           
private  long DataSourceResourceLoader.readLastModified(Resource resource, java.lang.String i_operation)
          Fetches the last modification time of the resource
 boolean ClasspathResourceLoader.isSourceModified(Resource resource)
          Defaults to return false.
 long ClasspathResourceLoader.getLastModified(Resource resource)
          Defaults to return 0
 boolean FileResourceLoader.isSourceModified(Resource resource)
          How to keep track of all the modified times across the paths.
 long FileResourceLoader.getLastModified(Resource resource)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.