public class FederatedResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader
| Modifier and Type | Class and Description |
|---|---|
static class |
FederatedResourceLoader.SimplerFileResourceLoader |
static class |
FederatedResourceLoader.URLResourceLoader |
| Constructor and Description |
|---|
FederatedResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
commonInit(org.apache.velocity.runtime.RuntimeServices runtimeServices,
org.apache.commons.collections.ExtendedProperties extendedProperties) |
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource) |
InputStream |
getResourceStream(String string) |
void |
init(org.apache.commons.collections.ExtendedProperties extendedProperties) |
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource) |
public void commonInit(org.apache.velocity.runtime.RuntimeServices runtimeServices,
org.apache.commons.collections.ExtendedProperties extendedProperties)
commonInit in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic InputStream getResourceStream(String string) throws org.apache.velocity.exception.ResourceNotFoundException
getResourceStream in class org.apache.velocity.runtime.resource.loader.ResourceLoaderorg.apache.velocity.exception.ResourceNotFoundExceptionpublic void init(org.apache.commons.collections.ExtendedProperties extendedProperties)
init in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
getLastModified in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
isSourceModified in class org.apache.velocity.runtime.resource.loader.ResourceLoaderCopyright © 2021 The Codehaus Foundation. All rights reserved.