| Frames | No Frames | |
Methods with parameter type org.apache.velocity.runtime.resource.Resource | |
| long | Defaults to return 0
|
| long | |
| long | Get the last modified time of the InputStream source
that was used to create the template. |
| long | |
| long | Get the last modified time of the InputStream source
that was used to create the template. |
| boolean | Defaults to return false. |
| boolean | |
| boolean | How to keep track of all the modified times
across the paths. |
| boolean | |
| boolean | Given a template, check to see if the source of InputStream
has been modified. |
| long | Fetches the last modification time of the resource
|
Classes derived from org.apache.velocity.runtime.resource.Resource | |
| class | This class represent a general text resource that
may have been retrieved from any number of possible
sources. |
Methods with parameter type org.apache.velocity.runtime.resource.Resource | |
| Resource | stores a Resource in the cache
|
| Resource | |
| void | Takes an existing resource, and 'refreshes' it. |
Methods with return type org.apache.velocity.runtime.resource.Resource | |
| Resource | ResourceCache.get(Object resourceKey) retrieves a Resource from the
cache
|
| Resource | ResourceCacheImpl.get(Object key) |
| Resource | ResourceFactory.getResource(String resourceName, int resourceType) |
| Resource | ResourceManagerImpl.getResource(String resourceName, int resourceType) Gets the named resource. |
| Resource | ResourceManager.getResource(String resourceName, int resourceType, String encoding) Gets the named resource. |
| Resource | ResourceManagerImpl.getResource(String resourceName, int resourceType, String encoding) Gets the named resource. |
| Resource | ResourceManagerImpl.loadResource(String resourceName, int resourceType, String encoding) Loads a resource from the current set of resource loaders
|
| Resource | stores a Resource in the cache
|
| Resource | |
| Resource | ResourceCache.remove(Object resourceKey) removes a Resource from the cache
|
| Resource | ResourceCacheImpl.remove(Object key) |
Methods with parameter type org.apache.velocity.runtime.resource.Resource | |
| void | |
| void | |
| void | |
| void | |
Methods with return type org.apache.velocity.runtime.resource.Resource | |
| Resource | temporary fix to enable #include() to figure out
current encoding. |
| Resource | temporary fix to enable #include() to figure out
current encoding. |
| Resource | temporary fix to enable #include() to figure out
current encoding. |
| Resource | temporary fix to enable #include() to figure out
current encoding. |
Fields of type org.apache.velocity.runtime.resource.Resource | |
| Resource | Current resource - used for carrying encoding and other
information down into the rendering process
|
Classes derived from org.apache.velocity.runtime.resource.Resource | |
| class | This class is used for controlling all template
operations. |