Package | Description |
---|---|
org.apache.velocity | |
org.apache.velocity.context | |
org.apache.velocity.runtime.resource | |
org.apache.velocity.runtime.resource.loader | |
org.apache.velocity.spring |
Modifier and Type | Class and Description |
---|---|
class |
Template
This class is used for controlling all template
operations.
|
Modifier and Type | Method and Description |
---|---|
Resource |
InternalContextAdapterImpl.getCurrentResource() |
Resource |
ChainedInternalContextAdapter.getCurrentResource() |
Modifier and Type | Method and Description |
---|---|
void |
InternalContextAdapterImpl.setCurrentResource(Resource r) |
void |
ChainedInternalContextAdapter.setCurrentResource(Resource r) |
Modifier and Type | Class and Description |
---|---|
class |
ContentResource
This class represent a general text resource that may have been
retrieved from any number of possible sources.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Object,Resource> |
ResourceCacheImpl.cache
Cache storage, assumed to be thread-safe.
|
Modifier and Type | Method and Description |
---|---|
protected Resource |
ResourceManagerImpl.createResource(String resourceName,
int resourceType)
Create a new Resource of the specified type.
|
Resource |
ResourceCacheImpl.get(Object key) |
Resource |
ResourceCache.get(Object resourceKey)
retrieves a Resource from the
cache
|
static Resource |
ResourceFactory.getResource(String resourceName,
int resourceType) |
Resource |
ResourceManagerImpl.getResource(String resourceName,
int resourceType,
String encoding)
Gets the named resource.
|
Resource |
ResourceManager.getResource(String resourceName,
int resourceType,
String encoding)
Gets the named resource.
|
protected Resource |
ResourceManagerImpl.loadResource(String resourceName,
int resourceType,
String encoding)
Loads a resource from the current set of resource loaders.
|
Resource |
ResourceCacheImpl.put(Object key,
Resource value) |
Resource |
ResourceCache.put(Object resourceKey,
Resource resource)
stores a Resource in the cache
|
protected Resource |
ResourceManagerImpl.refreshResource(Resource resource,
String encoding)
Takes an existing resource, and 'refreshes' it.
|
Resource |
ResourceCacheImpl.remove(Object key) |
Resource |
ResourceCache.remove(Object resourceKey)
removes a Resource from the cache
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceCacheImpl.put(Object key,
Resource value) |
Resource |
ResourceCache.put(Object resourceKey,
Resource resource)
stores a Resource in the cache
|
protected Resource |
ResourceManagerImpl.refreshResource(Resource resource,
String encoding)
Takes an existing resource, and 'refreshes' it.
|
Modifier and Type | Method and Description |
---|---|
long |
URLResourceLoader.getLastModified(Resource resource)
Checks to see when a resource was last modified
|
long |
StringResourceLoader.getLastModified(Resource resource) |
abstract long |
ResourceLoader.getLastModified(Resource resource)
Get the last modified time of the InputStream source
that was used to create the template.
|
long |
JarResourceLoader.getLastModified(Resource resource) |
long |
FileResourceLoader.getLastModified(Resource resource) |
long |
DataSourceResourceLoader.getLastModified(Resource resource) |
long |
ClasspathResourceLoader.getLastModified(Resource resource) |
boolean |
URLResourceLoader.isSourceModified(Resource resource)
Checks to see if a resource has been deleted, moved or modified.
|
boolean |
StringResourceLoader.isSourceModified(Resource resource) |
abstract boolean |
ResourceLoader.isSourceModified(Resource resource)
Given a template, check to see if the source of InputStream
has been modified.
|
boolean |
JarResourceLoader.isSourceModified(Resource resource) |
boolean |
FileResourceLoader.isSourceModified(Resource resource)
How to keep track of all the modified times
across the paths.
|
boolean |
DataSourceResourceLoader.isSourceModified(Resource resource) |
boolean |
ClasspathResourceLoader.isSourceModified(Resource resource) |
Modifier and Type | Method and Description |
---|---|
long |
SpringResourceLoader.getLastModified(Resource resource) |
boolean |
SpringResourceLoader.isSourceModified(Resource resource) |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.