public class StringResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader
| 构造器和说明 |
|---|
StringResourceLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource) |
InputStream |
getResourceStream(String source) |
void |
init(org.apache.commons.collections.ExtendedProperties configuration) |
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource) |
public void init(org.apache.commons.collections.ExtendedProperties configuration)
init 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic InputStream getResourceStream(String source) throws org.apache.velocity.exception.ResourceNotFoundException
getResourceStream 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderorg.apache.velocity.exception.ResourceNotFoundExceptionpublic boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
isSourceModified 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
getLastModified 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderCopyright © 2018. All rights reserved.