@Deprecated
public class SkinResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader
| Constructor and Description |
|---|
SkinResourceLoader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource)
Deprecated.
|
java.io.InputStream |
getResourceStream(java.lang.String name)
Deprecated.
|
void |
init(org.apache.commons.collections.ExtendedProperties configuration)
Deprecated.
|
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
Deprecated.
|
(package private) java.io.InputStream |
normalizeNewline(java.io.InputStream in)
Deprecated.
|
public void init(org.apache.commons.collections.ExtendedProperties configuration)
init in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic java.io.InputStream getResourceStream(java.lang.String name)
throws org.apache.velocity.exception.ResourceNotFoundException
getResourceStream in class org.apache.velocity.runtime.resource.loader.ResourceLoaderorg.apache.velocity.exception.ResourceNotFoundExceptionjava.io.InputStream normalizeNewline(java.io.InputStream in)
throws org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ResourceNotFoundExceptionpublic 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.ResourceLoader