public class ClassGeneratorResourceLoader
extends org.apache.velocity.runtime.resource.loader.FileResourceLoader
| Constructor and Description |
|---|
ClassGeneratorResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResourceStream(String name)
Returns resource as InputStream.
|
protected InputStream |
loadFromAbsPath(String name) |
protected InputStream |
loadFromRelativePath(String name) |
protected InputStream |
loadFromThisClassLoader(String name) |
protected InputStream |
loadFromThreadClassLoader(String name) |
getLastModified, init, isSourceModified, resourceExistspublic InputStream getResourceStream(String name) throws org.apache.velocity.exception.ResourceNotFoundException
getResourceStream in class org.apache.velocity.runtime.resource.loader.FileResourceLoaderorg.apache.velocity.exception.ResourceNotFoundExceptionprotected InputStream loadFromRelativePath(String name)
protected InputStream loadFromAbsPath(String name)
protected InputStream loadFromThreadClassLoader(String name)
protected InputStream loadFromThisClassLoader(String name)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.