public class StringResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader
| Constructor and Description |
|---|
StringResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource) |
Reader |
getResourceReader(String source,
String encoding) |
void |
init(org.apache.velocity.util.ExtProperties extProperties) |
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource) |
public void init(org.apache.velocity.util.ExtProperties extProperties)
init in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic Reader getResourceReader(String source, String encoding)
getResourceReader 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.ResourceLoaderpublic long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
getLastModified in class org.apache.velocity.runtime.resource.loader.ResourceLoaderCopyright © 2022. All rights reserved.